Discord · Schema
Discord Emoji
An emoji in Discord, either a custom guild emoji or a standard Unicode emoji used in messages, reactions, and components.
ChatCommunicationsGamingMessagingSocialVideoVoice
Properties
| Name | Type | Description |
|---|---|---|
| id | stringnull | Emoji ID (null for standard Unicode emojis) |
| name | stringnull | Emoji name (can be null for reaction emoji objects) |
| roles | array | Roles allowed to use this emoji |
| user | object | User that created this emoji |
| require_colons | boolean | Whether this emoji must be wrapped in colons |
| managed | boolean | Whether this emoji is managed by an integration |
| animated | boolean | Whether this emoji is animated |
| available | boolean | Whether this emoji can be used (may be false due to server boost loss) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://discord.com/developers/schemas/discord/emoji.json",
"title": "Discord Emoji",
"description": "An emoji in Discord, either a custom guild emoji or a standard Unicode emoji used in messages, reactions, and components.",
"type": "object",
"properties": {
"id": {
"type": ["string", "null"],
"description": "Emoji ID (null for standard Unicode emojis)",
"pattern": "^[0-9]+$"
},
"name": {
"type": ["string", "null"],
"description": "Emoji name (can be null for reaction emoji objects)"
},
"roles": {
"type": "array",
"description": "Roles allowed to use this emoji",
"items": {
"type": "string"
}
},
"user": {
"$ref": "discord-user-schema.json",
"description": "User that created this emoji"
},
"require_colons": {
"type": "boolean",
"description": "Whether this emoji must be wrapped in colons"
},
"managed": {
"type": "boolean",
"description": "Whether this emoji is managed by an integration"
},
"animated": {
"type": "boolean",
"description": "Whether this emoji is animated"
},
"available": {
"type": "boolean",
"description": "Whether this emoji can be used (may be false due to server boost loss)"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/discord-emoji"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.