Get city
AUTHORIZATIONS: > access_token
PATH PARAMETERS
| cityId
required
|
string
|
Responses
200
Status 200
OLX Production Server
https://www.olx.ro/api/partner/cities/{cityId}
GET
/cities/{cityId}
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