PokéAPI · Example Payload

Pokeapi Evolution Chain Example

PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

Pokeapi Evolution Chain Example is an example object payload from PokéAPI, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idbaby_trigger_itemchain

Example Payload

Raw ↑
{
  "id": 1,
  "baby_trigger_item": {
    "name": "example",
    "url": "https://pokeapi.co/api/v2/example/1/"
  },
  "chain": {
    "is_baby": true,
    "species": {},
    "evolution_details": [
      {}
    ],
    "evolves_to": [
      {}
    ]
  }
}