PokéAPI · Example Payload

Pokeapi Growth Rate Example

PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

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

Top-level fields

idnameformuladescriptionslevelspokemon_species

Example Payload

Raw ↑
{
  "id": 1,
  "name": "example",
  "formula": "example",
  "descriptions": [
    {
      "description": "example"
    }
  ],
  "levels": [
    {}
  ],
  "pokemon_species": [
    {
      "name": "example",
      "url": "https://pokeapi.co/api/v2/example/1/"
    }
  ]
}