The Rick and Morty GraphQL API (via a Zuplo Gateway)
GraphQL endpoint (Premium)
POST
https://api.rickandmorty.zuplo.io
/v1/premium-graphql
The premium version of the GraphQL API, proxied from https://rickandmortyapi.com/graphql. Requires an API key and an active subscription — requests are metered against your plan. Send a POST request with a JSON body containing your query, optional variables, and optional operationName. See the original GraphQL docs for the schema.
GraphQL endpoint (Free)
POST
https://api.rickandmorty.zuplo.io
/v1/graphql
The free, open version of the GraphQL API, proxied from https://rickandmortyapi.com/graphql. No API key or subscription required. Send a POST request with a JSON body containing your query, optional variables, and optional operationName. See the original GraphQL docs for the schema.
