Countries

Fetch all countries

Fetch the full list of countries, keyed by country id.

get/v1/Countries

Query parameters

apikeystring required

(Required)

Response

result

codeinteger required
statusstring required
remaining_monthly_allowanceinteger required
extra_allowanceinteger required
allowance_refresh_timerinteger

Seconds until monthly allowance resets. null for private/unlimited keys.

Example response

{
  "code": 200,
  "status": "Success",
  "remaining_monthly_allowance": 249,
  "extra_allowance": 0,
  "allowance_refresh_timer": 2592000
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.