Studio Ghibli API

Studio Ghibli API — The Studio Ghibli API is a free, no-key catalogue of th…

😄 FunHEALTHYchecked 8h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Studio Ghibli API exposes the Studio Ghibli API is a free, no-key catalogue of the studio's films and their people, locations, species and vehicles - return film details and cross-referenced characters as JSON. We verified a keyless GET endpoint returning JSON (Entertainment). Check the provider docs for rate limits and terms before production use.

100HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 100 · healthy
Uptime history
100%90 days
100%30 days
75P50 · ms
278P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 28 ms, slowest 277 ms, most recent 62 ms.
Live response samplecaptured by our last successful check
GET https://ghibliapi.dev/api

{
  "status": 404
}
Call itcurl · fetch · python
curl "https://ghibliapi.dev/api"
const res = await fetch("https://ghibliapi.dev/api");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://ghibliapi.dev/api")
print(res.json())
Endpoints · 4HealthyFULL DOCS ↗
Monitored path responding — GET /films75 mschecked 8h ago
GET/filmsPROBED

All Studio Ghibli films.

GET/films/574b58d0-3d93-4daf-8942-a54a890f8035

Single film by ID (My Neighbor Totoro).

GET/people

People who worked on Ghibli films.

GET/locations

Locations from the film catalog.

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.

Studio Ghibli API: common questions

Is Studio Ghibli API free to use?

Yes — Studio Ghibli API is a free fun API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Studio Ghibli API need an API key?

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

Can I call Studio Ghibli API from the browser?

Yes — Studio Ghibli API 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 Studio Ghibli API up right now?

As of our last scheduled check, Studio Ghibli API is healthy with 100% uptime over 90 days and a 75 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.