PokéAPI · Example Payload

Pokeapi Contest Type Example

PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

Pokeapi Contest Type 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

idnameberry_flavornames

Example Payload

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