Discord GraphQL
Discord does not expose a native public GraphQL API. Its developer platform is built on a REST API (discord.com/api/v10), a WebSocket Gateway for real-time events, and an HTTP Webhook Events endpoint. No GraphQL endpoint is documented or publicly available as of June 2026.
Overview
Discord GraphQL is a GraphQL API specification published by Discord on the APIs.io network.
Discord does not expose a native public GraphQL API. Its developer platform is built on a REST API (discord.com/api/v10), a WebSocket Gateway for real-time events, and an HTTP Webhook Events endpoint. No GraphQL endpoint is documented or publicly available as of June 2026.
The specification includes 3 reference links.
Tagged areas include Chat, Communication, Gaming, Messaging, and Social.
Endpoint
References
- REST API reference https://discord.com/developers/docs/reference
- Gateway events https://discord.com/developers/docs/events/gateway-events
- Interactions https://discord.com/developers/docs/interactions/overview