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
Example response
{
"moves": [
{
"name": "thunder-punch",
"url": "https://pokeapi.co/api/v2/move/9/"
}
]
}