Get cities
Get list of cities
AUTHORIZATIONS: > access_token
QUERY PARAMETERS
| offset |
integer
Starting element |
| limit |
integer
Elements limit per page (default 1000) |
Responses
200
Status 200
RESPONSE SCHEMA: application/json
Array
| id |
integer
|
| region_id |
integer
Region ID |
| name |
string
City name |
| county |
string
County name |
| municipality |
string
Municipality name |
| latitude |
number
City Latitude |
| longtitude |
number
City longtitude |
OLX Production Server
https://www.olx.ro/api/partner/cities
GET
/cities
Response samples
200
Content type
application/json
[
{
"id": 627,
"region_id": 123,
"name": "Aleksandrów Kujawski",
"county": "aleksandrowski",
"municipality": "Aleksandrów Kujawski",
"latitude": 52.86653,
"longitude": 18.69801
}
]
Copied to clipboard