Returns data about Pokémon moves. Uses data from PokéAPI.

GET /api/pkmndata/move/fire-spin/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://fe.drgn.gay/api/pkmndata/move/fire-spin/?format=api",
    "id": 83,
    "slug": "fire-spin",
    "name": "Fire Spin",
    "generation": 1
}