Rick and Morty
All the Rick and Morty information, including images
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Yes
- Category
- Games & Comics
- Documentation / URL
- https://rickandmortyapi.com
Overview
The Rick and Morty API serves the show’s complete universe as JSON: 800+ characters, locations, and episodes — with images, origins, and episode metadata. Keyless, CORS-enabled, and a favorite for teaching GraphQL/REST and building fan apps.
Quick Start
Character by ID (verified live — Rick Sanchez):
curl "https://rickandmortyapi.com/api/character/1"
{
"id": 1,
"name": "Rick Sanchez",
"status": "Alive",
"species": "Human",
"gender": "Male",
"origin": { "name": "Earth (C-137)", "url": "https://rickandmortyapi.com/api/location/1" }
}
All characters (paginated):
curl "https://rickandmortyapi.com/api/character"
Filter by status/species/gender:
curl "https://rickandmortyapi.com/api/character/?status=alive&gender=female"
Episodes & locations:
curl "https://rickandmortyapi.com/api/episode"
curl "https://rickandmortyapi.com/api/location"
GraphQL endpoint: https://rickandmortyapi.com/graphql — a full schema, great for GraphQL practice.
Authentication
None — keyless.
Rate Limits & Notes
- Free, no documented hard limit — be reasonable.
- Pagination via
info.next/info.prevlinks in responses. idis stable; episode codes likeS01E01are also available.- The GraphQL endpoint exposes the same data with a richer query interface.
FAQ
Is Rick and Morty API free? Yes — free, keyless, CORS-enabled.
Can I filter characters?
Yes — by status, species, type, and gender query params.
Is there a GraphQL version?
Yes — https://rickandmortyapi.com/graphql.
More in Games & Comics
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| AmiiboAPI Nintendo Amiibo Information | No auth | Yes | Yes | ↗ |
| Animal Crossing: New Horizons API for critters, fossils, art, music, furniture and villagers | No auth | Yes | Unknown | ↗ |
| Astroworld Free Minecraft data: mobs, biomes, items, enchantments, structures, commands, versions, achievements, trades | No auth | Yes | Yes | ↗ |
| Autochess VNG Rest Api for Autochess VNG | No auth | Yes | Yes | ↗ |
| Barter.VG Provides information about Game, DLC, Bundles, Giveaways, Trading | No auth | Yes | Yes | ↗ |