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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/move/max-airstream/?format=api",
    "id": 766,
    "slug": "max-airstream",
    "name": "Max Airstream",
    "generation": 8
}