PokéAPI · Example Payload

Pokeapi Characteristic Example

PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

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

Top-level fields

idgene_modulopossible_valueshighest_statdescriptions

Example Payload

Raw ↑
{
  "id": 1,
  "gene_modulo": 1,
  "possible_values": [
    1
  ],
  "highest_stat": {
    "name": "example",
    "url": "https://pokeapi.co/api/v2/example/1/"
  },
  "descriptions": [
    {
      "description": "example"
    }
  ]
}