{
"country": "string",
"precision": "city",
"ids": [
1
],
"cities": [
"string"
],
"postcodes": [
"string"
],
"radius": 0,
"latitude": 0,
"longitude": 0
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/locations/places/list?per_page=&page_no=1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "string",
"precision": "city",
"ids": [
1
],
"cities": [
"string"
],
"postcodes": [
"string"
],
"radius": 0,
"latitude": 0,
"longitude": 0
}'
{
"places": [
{
"id": 1,
"precision": "city",
"country": "NO",
"postcode": "51912",
"city": "South Laurettastead",
"district": "Fort Felix",
"state": "Oregon",
"suburb": "Velma Point",
"county": "Clay County",
"latitude": "-25.3364",
"longitude": "-152.5065",
"polygon": null,
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z"
},
{
"precision": "city",
"country": "NO",
"postcode": "02962",
"city": "Lake Maximillianfort",
"district": "East Mya",
"state": "North Dakota",
"suburb": "Kaela Glens",
"county": "Lincoln County",
"latitude": "-14.3785",
"longitude": "-141.699",
"polygon": [
[
25.9829,
83.5864
],
[
-52.6075,
-88.4505
]
]
}
],
"pagination_info": {
"total_count": 2050
}
}