v48

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

Get move meta ailment

Move Ailments are status conditions caused by moves used during battle. See Bulbapedia for greater detail.

get/api/v2/move-ailment/{id}/

Path parameters

idstring required

This parameter can be a string or an integer.

Response

idinteger required
namestring required

Example response

{
  "moves": [
    {
      "name": "thunder-punch",
      "url": "https://pokeapi.co/api/v2/move/9/"
    }
  ]
}