Ghost GraphQL API
Ghost does not provide a native GraphQL API. Ghost exposes two RESTful HTTP APIs: the read-only Content API, intended for public browser clients, and the write-capable Admin API, intended for server-side integrations. Both APIs return JSON over HTTP and use query parameters or JWT-based tokens for authentication. As of June 2026, no GraphQL endpoint, no GraphQL gateway layer, and no official plans for GraphQL support appear in Ghost's changelog, documentation, or public GitHub repository.
Overview
Ghost GraphQL API is a GraphQL API specification published by Ghost on the APIs.io network.
Ghost does not provide a native GraphQL API. Ghost exposes two RESTful HTTP APIs: the read-only Content API, intended for public browser clients, and the write-capable Admin API, intended for server-side integrations. Both APIs return JSON over HTTP and use query parameters or JWT-based tokens for authentication. As of June 2026, no GraphQL endpoint, no GraphQL gateway layer, and no official plans for GraphQL support appear in Ghost’s changelog, documentation, or public GitHub repository.
The GraphQL endpoint is available at None. documentation is published at https://docs.ghost.org/.
The specification includes 4 reference links.
Tagged areas include Publishing, Newsletters, Memberships, Subscription, and CMS.
Endpoint
References
- Documentation https://docs.ghost.org/
- GettingStarted https://docs.ghost.org/content-api/
- ContentAPI https://docs.ghost.org/content-api/
- AdminAPI https://docs.ghost.org/admin-api/
Related API Specs
Work with this as data
Every GraphQL schema here is available over the APIs.io API and to AI agents over MCP.