Literal Club · GraphQL Specification

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.

Documentation Endpoint View on GitHub BooksReadingSocialGraphQLBook TrackingReading ListsShelvesReviewsHighlightsReading GoalsBook ClubsRecommendationsGraphQL

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

https://literal.club/graphql/

References

Back to Literal Club · All GraphQL Specs · GitHub