Website

Get city districts

Last update: 29.01.2024

Get city districts

AUTHORIZATIONS:> access_token
PATH PARAMETERS
cityId

required
string

Responses

200

Status 200

RESPONSE SCHEMA: application/json
Array
id
integer
city_id
integer
name
string
latitude
number

Latitude of center of district

longtitude
number

Longtitude of center of district

OLX Production Server

https://www.olx.ro/api/partner/cities/{cityId}/districts
		GET
/cities/{cityId}/districts

Response samples
200
Content type
application/json

[
{
"id": 97,
"city_id": 5659,
"name": "Aniołki",
"latitude": 54.36306,
"longitude": 18.63193
}
]			
		
Copied to clipboard