location
List location areas
Location areas are sections of areas, such as floors in a building or cave. Each area has its own set of possible Pokémon encounters.
get/api/v2/location-area/
Query parameters
limitinteger
Number of results to return per page.
offsetinteger
The initial index from which to return the results.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100"
}