Studio Ghibli · Example Payload

Studio Ghibli Getlocation Example

AnimeStudio GhibliFilmsCharactersLocationsSpeciesVehiclesPublic APIsOpen SourceRead-Only

Studio Ghibli Getlocation Example is an example object payload from Studio Ghibli, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathresponse

Example Payload

Raw ↑
{
  "operationId": "getLocation",
  "method": "GET",
  "path": "/locations/11014596-71b0-4b3e-b8c0-1c4b15f28b9a",
  "response": {
    "id": "11014596-71b0-4b3e-b8c0-1c4b15f28b9a",
    "name": "Irontown",
    "climate": "Continental",
    "terrain": "Mountain",
    "surface_water": "40",
    "residents": [
      "https://ghibliapi.vercel.app/people/ba924631-068e-4436-b6de-f3283fa848f0",
      "https://ghibliapi.vercel.app/people/030555b3-4c92-4fce-93fb-e70c3ae3df8b"
    ],
    "films": ["https://ghibliapi.vercel.app/films/0440483e-ca0e-4120-8c50-4c8cd9b965d6"],
    "url": "https://ghibliapi.vercel.app/locations/11014596-71b0-4b3e-b8c0-1c4b15f28b9a"
  }
}