PokéAPI · Example Payload

Pokeapi Move Category Example

PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

Pokeapi Move Category 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

idnamedescriptionsmoves

Example Payload

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