wct.countries.list
Lists the countries with the number of webcams in it.
Required Parameters
These parameters are required by this method.| Parameter | Description |
|---|---|
| devid | Your developer ID. Please signup for a developer ID if you do not already have one. |
Example Response
<wct_response status="ok"> <countries> <country> <countryid>AD</countryid> <count>9</count> </country> <country> <countryid>AE</countryid> <count>3</count> </country> ... </countries> </wct_response>The countryid is an ISO 3166-1-alpha-2 code.
Error Codes
Errors common to all methods are listed on the API common error page.Back to the API index page



