PokéAPI · Example Payload

Pokeapi Location Area Encounter Example

PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

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

Top-level fields

location_areaversion_details

Example Payload

Raw ↑
{
  "location_area": {
    "name": "example",
    "url": "https://pokeapi.co/api/v2/example/1/"
  },
  "version_details": [
    {}
  ]
}