Queries countries and regions that can be added to the blacklist.
Operation description
Note
You can call this operation up to 50 times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Language | string | Yes | The language. Valid values: zh, en, and jp. | zh |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "BFFCDFAD-DACC-484E-9BE6-0AF3B3A0DD23",
"InfoList": {
"InfoItem": [
{
"CountriesAndRegions": "AE",
"Continent": "Middle East\n",
"CountriesAndRegionsName": "United Arab Emirates\n"
}
]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | MissingParameter | You must specify ArgValue. | A required parameter is not set. |
400 | InvalidParameter | The specified parameter is invalid. | A parameter is set to an invalid value. |
For a list of error codes, visit the Service error codes.