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

GET /api/pkmndata/move/black-hole-eclipse--physical/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://fe.drgn.gay/api/pkmndata/move/black-hole-eclipse--physical/?format=api",
    "id": 654,
    "slug": "black-hole-eclipse--physical",
    "name": "Black Hole Eclipse",
    "generation": 7
}