PokéAPI · Example Payload

Pokeapi Pokeathlon Stat Example

PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

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

Top-level fields

idnamenamesaffecting_natures

Example Payload

Raw ↑
{
  "id": 1,
  "name": "example",
  "names": [
    {
      "name": "example"
    }
  ],
  "affecting_natures": {}
}