Literal GraphQL API
Literal exposes a public GraphQL API for searching books, managing reading lists, building widgets, and creating integrations. All data on Literal is accessible through this API. Most read operations are available without authentication. Write operations and access to personal data require a Bearer token obtained via the login mutation.
Overview
Literal GraphQL API is a GraphQL API specification published by Literal Club on the APIs.io network.
Literal exposes a public GraphQL API for searching books, managing reading lists, building widgets, and creating integrations. All data on Literal is accessible through this API. Most read operations are available without authentication. Write operations and access to personal data require a Bearer token obtained via the login mutation.
The GraphQL endpoint is available at https://literal.club/graphql/. documentation is published at https://literal.club/developers.
The specification includes 3 reference links.
Tagged areas include Books, Reading, Social, Book Tracking, and Reading Lists.
Endpoint
References
- Documentation https://literal.club/developers
- GettingStarted https://literal.club/developers
- Apollo Sandbox https://studio.apollographql.com/sandbox/explorer?endpoint=https://literal.club/graphql/
Work with this as data
Every GraphQL schema here is available over the APIs.io API and to AI agents over MCP.