v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0398207265.0 KB
pokemon

Get characteristic

Characteristics indicate which stat contains a Pokémon's highest IV. A Pokémon's Characteristic is determined by the remainder of its highest IV divided by 5 (gene_modulo). Check out Bulbapedia for greater detail.

get/api/v2/characteristic/{id}/

Path parameters

idstring required

This parameter can be a string or an integer.

Response

idinteger required
gene_modulointeger required
possible_valuesinteger[] required

Example response

{
  "possible_values": [
    0,
    5,
    10,
    15,
    20,
    25,
    30
  ]
}