Rick and Morty

Characters, locations and episodes from Rick and Morty

🎮 GamesUNMONITOREDchecked 2h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

The full Rick and Morty universe as JSON: characters with status and origin, locations, and episode listings, images included. Fetch a single character by id or page through the whole cast. Free, keyless and CORS-friendly.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://rickandmortyapi.com/api/character/1

{
  "id": 1,
  "name": "Rick Sanchez",
  "status": "Alive",
  "species": "Human",
  "gender": "Male",
  "origin": {
    "name": "Earth (C-137)"
  },
  "location": {
    "name": "Citadel of Ricks"
  }
}
Call itcurl · fetch · python
curl "https://rickandmortyapi.com/api/character/1"
const res = await fetch("https://rickandmortyapi.com/api/character/1");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://rickandmortyapi.com/api/character/1")
print(res.json())
Endpoints · 4On scheduleFULL DOCS ↗
First rollup pending — GET /character/1 has been probed
GET/character/1PROBED

Character sheet with status, species and episodes.

GET/character

Paginated list of all characters.

GET/location/1

Location metadata and residents.

GET/episode/1

Episode record with character list.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Rick and Morty: common questions

Is Rick and Morty free to use?

Yes — Rick and Morty is a free games API. Free tier: Free, no API key required. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Rick and Morty need an API key?

No — Rick and Morty needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Rick and Morty from the browser?

Yes — Rick and Morty returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Rick and Morty up right now?

As of our last scheduled check, Rick and Morty is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.