Rick and Morty API · GraphQL Specification

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.

Documentation Endpoint View on GitHub Rick and MortyCharactersEpisodesLocationsEntertainmentGraphQLRESTFreeOpen SourceGraphQL

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

https://rickandmortyapi.com/graphql

References

Related API Specs

Rick and Morty REST API (OpenAPI)
Back to Rick and Morty API · All GraphQL Specs · GitHub