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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/location/sinnoh-route-219/?format=api",
    "id": 50,
    "id4": 34,
    "id5": null,
    "id6": null,
    "id7": null,
    "slug": "sinnoh-route-219",
    "name": "Route 219",
    "subtitle": "",
    "region": 4
}