PokéAPI · Example Payload

Pokeapi Encounter Condition Example

PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

Pokeapi Encounter Condition 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

idnamenamesvalues

Example Payload

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