This project is no longer maintained because the Rick and Morty API has a GraphQL endpoint now. Check it out here: https://rickandmortyapi.com/graphql
This is a GraphQL wrapper over the Rick and Morty API (Documentation), which is based on the television show Rick and Morty. Using it, you will access to data about hundreds of characters, images, locations and episodes.
To get started, you can jump right to GraphiQL to see the docs and write some queries.
This wrapper exposes almost the same data as the REST API, including the info
property on the response for various characters, episodes or locations.
After cloning the repository, run npm install
or yarn
, then npm run dev
or yarn dev
.