Get region list information

HTTP method

Endpoint

GET

/v1/dict_region

Note: When you request this field, it will return you the targeted region information from the dictionary .

Path parameters

Parameter

Description

country

name/id of the country .

Note: Countrys field can't be null

Response body parameters

Field

Type

Description

country_id

string

Id of the country.

dict_region

array[string]

The country's regions.

id

string

Id of the region.

region_name

string

International short of this region.

Example request

Request GET http://{networkname}.api.offerslook.com/v1/dict_region?country=CN

Example response

Last updated

Was this helpful?