Rick and Morty GraphQL API
The Rick and Morty GraphQL API provides a flexible query interface for accessing data from the Rick and Morty animated series. It exposes three core data types — Character, Location, and Episode — and supports fetching individual records by ID, paginated lists with optional filtering, and batch lookups by multiple IDs. The API is completely free, requires no authentication, and is backed by data covering 826 characters, 126 locations, and 51 episodes.
Overview
Rick and Morty GraphQL API is a GraphQL API specification published by Rick and Morty API on the APIs.io network.
The Rick and Morty GraphQL API provides a flexible query interface for accessing data from the Rick and Morty animated series. It exposes three core data types — Character, Location, and Episode — and supports fetching individual records by ID, paginated lists with optional filtering, and batch lookups by multiple IDs. The API is completely free, requires no authentication, and is backed by data covering 826 characters, 126 locations, and 51 episodes.
The GraphQL endpoint is available at https://rickandmortyapi.com/graphql. documentation is published at https://rickandmortyapi.com/documentation#graphql.
The specification includes 3 reference links.
Tagged areas include Rick and Morty, Characters, Episodes, Locations, and Entertainment.
Endpoint
References
- Documentation https://rickandmortyapi.com/documentation#graphql
- GettingStarted https://rickandmortyapi.com/documentation
- Reference https://github.com/afuh/rick-and-morty-api/blob/master/graphql/typeDefs.js