Discord Resolver

What is Discord Resolver?Copied!

Discord Resolver is a Discord account lookup tool that allows users to search for accounts based on Discord IDs.


How to Enable Developer Mode in Discord

To obtain a Discord ID, you must first enable Developer Mode:

  1. Open Discord and go to User Settings (⚙️).

  2. Scroll down to Advanced Settings.

  3. Toggle Developer Mode to ON.

  4. Right-click on any user and select "Copy ID".


Advanced Lookup FeaturesCopied!

If you have an Advanced Plan or higher, you can enable additional data in Lookup Client:

  • Navigate to Settings in the sidebar.

  • Click "Change Settings" under the Services section.

  • Toggle "Enable Additional Information" to display formatted details directly in your search results.


Public APICopied!

We also offer a Public API endpoint for you to use Discord’s data directly into your own applications. You can see the API Reference on the “API Reference“ page found here.

Example response (200):

{
  "id": "1192230661352869888",
  "username": "shadowfrompulse",
  "avatar": "429bcf8d75516a07ca5ebc7094d15e68",
  "discriminator": "0",
  "public_flags": 64,
  "flags": 64,
  "banner": "3c0c56a04d685fc49532fd77e67fca53",
  "accent_color": 0,
  "global_name": "Shadow",
  "avatar_decoration_data": null,
  "collectibles": null,
  "banner_color": "#000000",
  "clan": null,
  "primary_guild": null
}