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
Example response
{
"possible_values": [
0,
5,
10,
15,
20,
25,
30
]
}