Studio Ghibli · Example Payload

Studio Ghibli Listspecies Example

AnimeStudio GhibliFilmsCharactersLocationsSpeciesVehiclesPublic APIsOpen SourceRead-Only

Studio Ghibli Listspecies 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": "listSpecies",
  "method": "GET",
  "path": "/species",
  "request": { "query": { "limit": 1, "fields": "id,name,classification" } },
  "response": [
    {
      "id": "af3910a6-429f-4c74-9ad5-dfe1c4aa04f2",
      "name": "Human",
      "classification": "Mammal"
    }
  ]
}