Website

Get districts

Last update: 29.01.2024

Get districts

AUTHORIZATIONS:> access_token

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/districts
		GET
/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