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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/move/trick-or-treat/?format=api",
    "id": 567,
    "slug": "trick-or-treat",
    "name": "Trick-or-Treat",
    "generation": 6
}