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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/location/hoenn-route-134/?format=api",
    "id": 482,
    "id4": null,
    "id5": null,
    "id6": 270,
    "id7": null,
    "slug": "hoenn-route-134",
    "name": "Route 134",
    "subtitle": "",
    "region": 3
}