Rick and Morty
REST and GraphQL API providing data about characters, locations, and episodes from the Rick and Morty television show. All endpoints are publicly accessible with no authentication required.
Slug: rickandmortyapi
Key:
Base URL:
Auth: none
Endpoints: 9
Reachable: unknown
CORS: unknown
Tier: verified
Key:
rickandmortyapi.com:rick-and-mortyBase URL:
https://rickandmortyapi.com/apiAuth: none
Endpoints: 9
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Endpoints (9)
| Path | Summary | Response | Auth |
|---|---|---|---|
| character | Get all characters | text/plain |
— |
| character/{ids} | Get multiple characters | text/csv |
— |
| character/{id} | Get a single character | application/json |
— |
| episode | Get all episodes | text/plain |
— |
| episode/{ids} | Get multiple episodes | text/csv |
— |
| episode/{id} | Get a single episode | application/json |
— |
| location | Get all locations | text/plain |
— |
| location/{ids} | Get multiple locations | text/csv |
— |
| location/{id} | Get a single location | application/json |
— |