PokéAPI · Example Payload

Pokeapi Encounter Condition Value Example

PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

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

idnameconditionnames

Example Payload

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