Studio Ghibli
Resources from Studio Ghibli films
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Yes
- Category
- Anime
- Documentation / URL
- https://ghibliapi.vercel.app
Overview
The Studio Ghibli API serves Ghibli films, characters, and locations — keyless (verified live, 30KB+ film catalog).
Quick Start
All films (verified live):
curl "https://ghibliapi.vercel.app/films"
[
{
"id": "2baf70d1-42bb-4437-b551-e5fed5a87abe",
"title": "Castle in the Sky",
"original_title": "天空の城ラピュタ",
"original_title_romanised": "Tenkū no Shiro Rapyuta",
"director": "Hayao Miyazaki",
"release_date": "1986",
"rt_score": "95"
}
]
Film details / characters:
curl "https://ghibliapi.vercel.app/films/2baf70d1-42bb-4437-b551-e5fed5a87abe"
curl "https://ghibliapi.vercel.app/people"
Authentication
None — keyless.
Rate Limits & Notes
- Free; be polite — no hard published limit.
- Resources: films, people, locations, species, vehicles.
- Full film list includes descriptions, directors, and Rotten Tomatoes scores.
FAQ
Is the Ghibli API free? Yes — free and keyless (verified).
What resources? Films, people, locations, species, vehicles.
Does it include descriptions? Yes — full synopses and scores.