PokéAPI · Example Payload

Pokeapi Location Area Example

PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

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

Top-level fields

idnamegame_indexencounter_method_rateslocationnamespokemon_encounters

Example Payload

Raw ↑
{
  "id": 1,
  "name": "example",
  "game_index": 1,
  "encounter_method_rates": [
    {}
  ],
  "location": {
    "name": "example",
    "url": "https://pokeapi.co/api/v2/example/1/"
  },
  "names": [
    {
      "name": "example"
    }
  ],
  "pokemon_encounters": [
    {}
  ]
}