Areas

Returns a list of available areas in different countries,

Cities API

GET /api/v1/hotel/content-api/locations/areas

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <Access token>

Accept-Encoding

gzip

Query Params

Name
Type
Description

syncId

string

<syncId>

Response

{
    "success": true,
    "data": {
        "syncId": "611586e02168923423291535b83c3a8b",
        "total": 33663,
        "from": 1,
        "to": 1000,
        "areas": [
            {
                "areaId": 100001,
                "areaName": "Palm Jumeirah",
                "cityId": 1010,
                "stateId": 100133,
                "countyId": 100171
            },
            {
                "areaId": 100002,
                "areaName": "Business Bay",
                "areaCode": "BBY",
                "cityId": 100008,
                "stateId": 100133,
                "countyId": 100171
            },
            {
                "areaId": 100003,
                "areaName": "Damac Hills",
                "areaCode": "DMCHLLS",
                "cityId": 100008,
                "stateId": 100133,
                "countyId": 100171
            },
            {
                "areaId": 100004,
                "areaName": "Dubai Airport",
                "areaCode": "DXBAIR",
                "cityId": 100008,
                "stateId": 100133,
                "countyId": 100171
            }
		]
	}
}

Last updated