Studio Ghibli · Example Payload

Studio Ghibli Listlocations Example

AnimeStudio GhibliFilmsCharactersLocationsSpeciesVehiclesPublic APIsOpen SourceRead-Only

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

Top-level fields

operationIdmethodpathrequestresponse

Example Payload

Raw ↑
{
  "operationId": "listLocations",
  "method": "GET",
  "path": "/locations",
  "request": { "query": { "limit": 1 } },
  "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"
    }
  ]
}