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

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

{
    "url": "http://fe.drgn.gay/api/pkmndata/location/hauoli-city--beachfront/?format=api",
    "id": 716,
    "id4": null,
    "id5": null,
    "id6": null,
    "id7": 18,
    "slug": "hauoli-city--beachfront",
    "name": "Hau’oli City",
    "subtitle": "Beachfront",
    "region": 7
}