Get national list information
HTTP method
Endpoint
GET
aff/v1/dict_countries
Note: When you request the API,will returns the national information in the dictionary .
Response body parameters
Field
Type
Description
country
string
name of the country.
code
string
International short of this country.
citys
array[string]
The country's urban areas.
Example request
Request GET http://{networkname}.api.offerslook.com/aff/v1/dict_countries
Example response
{
"code": 0,
"message": "Success",
"data": {
"dict_country": [
{
"country": "Europe (Unknown Country)",
"code": "EU",
"citys": "AOL"
}
]
}
}
Last updated
Was this helpful?