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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/move/destiny-bond/?format=api",
    "id": 194,
    "slug": "destiny-bond",
    "name": "Destiny Bond",
    "generation": 2
}