Get national list information

Note: When you request the API,will returns the national information in the dictionary .

Response body parameters

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