Locations

Locations_osm_countries_list

GET
/api/v1/locations/osm/countries

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?page=0&size=0"
{
  "items": [
    [
      {
        "id": 0,
        "name": "string",
        "country_code_2": "string",
        "osm_name": "string",
        "location_count": 0,
        "price_count": 0
      }
    ]
  ],
  "page": 1,
  "pages": 16,
  "size": 100,
  "total": 1531
}