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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/location/couriway-gate/?format=api",
    "id": 663,
    "id4": null,
    "id5": null,
    "id6": 116,
    "id7": null,
    "slug": "couriway-gate",
    "name": "Couriway Gate",
    "subtitle": "",
    "region": 6
}