moves
Get move meta category
Very general categories that loosely group move effects.
get/api/v2/move-category/{id}/
Path parameters
idinteger required
A unique integer value identifying this move meta category.
Response
Example response
{
"moves": [
{
"name": "sing",
"url": "https://pokeapi.co/api/v2/move/47/"
}
]
}