Studio Ghibli API
A RESTful API for accessing information about Studio Ghibli films, characters, locations, species, and vehicles. Provides comprehensive data about the beloved Japanese animation studio's works.
Slug: studio-ghibli
Key:
Base URL:
Auth: none
Endpoints: 10
Reachable: unknown
CORS: unknown
Tier: verified
Key:
vercel.app:studio-ghibli-apiBase URL:
https://ghibliapi.vercel.appAuth: none
Endpoints: 10
Reachable: unknown
CORS: unknown
Tier: verified
Topics
Tutorials
- Getting Started with the Studio Ghibli API — I can pull Studio Ghibli film metadata — titles, directors, RT scores, release years — plus linked character, species, location, and vehicle records from a single unauthenticated API, but all numeric fields come back as strings and some films have empty cross-reference arrays.
Skills
- Access ghibli film data — I can pull Studio Ghibli film metadata — titles, directors, RT scores, release years — plus linked character, species, location, and vehicle records from the Ghibli API, but all numeric fields come back as strings and some films have empty cross-reference arrays.
- Browse ghibli films — I can browse the Studio Ghibli film catalog — titles, directors, RT scores, release years, running times — via a single unauthenticated call, but all numeric fields come back as strings and the dataset is frozen at 22 films through 2021.
Endpoints (10)
| Path | Summary | Response | Auth |
|---|---|---|---|
| films | List all films | ? |
— |
| films/{id} | Get a specific film by ID | ? |
— |
| locations | List all locations | ? |
— |
| locations/{id} | Get a specific location by ID | ? |
— |
| people | List all people/characters | ? |
— |
| people/{id} | Get a specific person/character by ID | ? |
— |
| species | List all species | ? |
— |
| species/{id} | Get a specific species by ID | ? |
— |
| vehicles | List all vehicles | ? |
— |
| vehicles/{id} | Get a specific vehicle by ID | ? |
— |