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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/move/malignant-chain/?format=api",
    "id": 919,
    "slug": "malignant-chain",
    "name": "Malignant Chain",
    "generation": 9
}