wct.webcams.list_random
Get randomly selected webcams.
Required Parameters
These parameters are required by this method.
Optional Parameters
These parameters are optional for this method.
| Parameter |
Default |
Description |
| limit |
1 |
Number of webcams to return. The maximum allowed value is 10. |
| type |
all |
Type of the webcams to return. Possible values are
| Value |
Description |
| all | Select random webcams from all available webcams |
| timelapse | Select only random webcams with a time lapse video |
|
Example Response
<wct_response status="ok">
<webcams>
<count>1</count>
<page>1</page>
<per_page>1</per_page>
<webcam>
[See wct.webcams.get_details for details of the response fields.]
</webcam>
...
</webcams>
</wct_response>
Error Codes
Errors common to all methods are listed on the
API common error page.
Back to the API index page
Webcam search