pokemon
Get ability
Abilities provide passive effects for Pokémon in battle or in the overworld. Pokémon have multiple possible abilities but can have only one ability at a time. Check out Bulbapedia for greater detail.
get/api/v2/ability/{id}/
Path parameters
idstring required
This parameter can be a string or an integer.
Response
Example response
{
"pokemon": [
{
"slot": 3,
"pokemon": {
"name": "gloom",
"url": "https://pokeapi.co/api/v2/pokemon/44/"
}
}
]
}