Rick and Morty GraphQL
Characters, locations, episodes from the show. Docs: https://rickandmortyapi.com/documentation ##### Sample query ``` query { characters(page: 2, filter: { name: "rick" }) { info { count } results { name } } character(id: 1) { id } } ```
Rick and Morty GraphQL endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
graphQL / |
Try this sample query by pasting it into the query window: ``` query { characters(page: 2, filter: { name: "rick" }) { info { count } results { name } } character(id: 1) { id } }… |
Rick and Morty GraphQL pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|