Locations
Locations_osm_countries_cities_list
Path Parameters
country_codestring
Match
^\w{2}$Query Parameters
page?integer
A page number within the paginated result set.
size?integer
Number of results to return per page.
Response Body
curl -X GET "https://loading/api/v1/locations/osm/countries/string/cities?page=0&size=0"{
"items": [
[
{
"osm_name": "string",
"country_code_2": "string",
"location_count": 0,
"price_count": 0
}
]
],
"page": 1,
"pages": 16,
"size": 100,
"total": 1531
}