Skip to content

mazipan/ghibli-api

Repository files navigation

ghibli-api

👽 The Unofficial Ghibli Studio API. Revived from janaipakos/ghibliapi.

Base URL

ghibli-api.vercel.app

Endpoints

Endpoint Description
/api/films Get all Films
/api/films/{id} Get Film by ID
/api/people Get all People
/api/people/{id} Get Person by ID
/api/locations Get all Locations
/api/locations/{id} Get Location by ID
/api/species Get all Species
/api/species/{id} Get Species by ID
/api/vehicles Get all Vehicles
/api/vehicles/{id} Get Vehicle by ID

Examples

  1. https://ghibli-api.vercel.app/api/films
  2. https://ghibli-api.vercel.app/api/films/2baf70d1-42bb-4437-b551-e5fed5a87abe
  3. https://ghibli-api.vercel.app/api/people
  4. https://ghibli-api.vercel.app/api/people/267649ac-fb1b-11eb-9a03-0242ac130003
  5. https://ghibli-api.vercel.app/api/locations
  6. https://ghibli-api.vercel.app/api/locations/11014596-71b0-4b3e-b8c0-1c4b15f28b9a
  7. https://ghibli-api.vercel.app/api/species
  8. https://ghibli-api.vercel.app/api/species/af3910a6-429f-4c74-9ad5-dfe1c4aa04f2
  9. https://ghibli-api.vercel.app/api/vehicles
  10. https://ghibli-api.vercel.app/api/vehicles/4e09b023-f650-4747-9ab9-eacf14540cfb

© 2023, By @mazipan