v48

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

Get move meta category

Very general categories that loosely group move effects.

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

Path parameters

idstring required

This parameter can be a string or an integer.

Response

idinteger required
namestring required

Example response

{
  "moves": [
    {
      "name": "sing",
      "url": "https://pokeapi.co/api/v2/move/47/"
    }
  ]
}