v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0398207265.0 KB
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

idinteger required
namestring required
is_main_seriesboolean

Example response

{
  "pokemon": [
    {
      "slot": 3,
      "pokemon": {
        "name": "gloom",
        "url": "https://pokeapi.co/api/v2/pokemon/44/"
      }
    }
  ]
}