Returns data about locations in the Pokémon games. Uses data from PokéAPI.

GET /api/pkmndata/location/twist-mountain/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://fe.drgn.gay/api/pkmndata/location/twist-mountain/?format=api",
    "id": 380,
    "id4": null,
    "id5": 86,
    "id6": null,
    "id7": null,
    "slug": "twist-mountain",
    "name": "Twist Mountain",
    "subtitle": "",
    "region": 5
}