Skip to main content

What is GraphQL?

GraphQL is a query language for APIs that lets you request exactly the data you need. Unlike REST APIs where you call multiple endpoints and receive fixed data structures, GraphQL allows you to specify precisely which fields you want in a single request.
No Authentication Required - The GraphQL API is publicly accessible. You can start querying immediately without any API keys or tokens.

API Endpoint

URL: https://gql.novig.us/v1/graphql