Discord · GraphQL Specification

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.

Documentation Endpoint View on GitHub ChatCommunicationGamingMessagingSocialVideoVoiceGraphQL

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

Related API Specs

Discord REST API (OpenAPI) Discord Gateway API (AsyncAPI) Discord Interactions API (OpenAPI) Discord OAuth2 API (OpenAPI) Discord Webhook Events API (OpenAPI) Discord Voice API (AsyncAPI) Discord Linked Roles API (OpenAPI)
Back to Discord · All GraphQL Specs · GitHub