wct.webcams.get_details
Get the details of a webcam.
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. |
| webcamid | The ID of the webcam. |
Example Response
<wct_response status="ok"> <webcam> <user>ingo</user> <userid>3626</userid> <user_url>http://www.webcams.travel/user/3626</user_url> <webcamid>1171032474</webcamid> <title>Hardbrücke</title> <view_count>159</view_count> <comment_count>1</comment_count> <url>http://www.webcams.travel/webcam/1171032474</url> <thumbnail_url>http://images.webcams.travel/thumbnail/1171032474.jpg</thumbnail_url> <icon_url>http://images.webcams.travel/icon/1171032474.png</icon_url> <daylight_thumbnail_url> http://archive.webcams.travel/daylight/thumbnail/1171032474.jpg </daylight_thumbnail_url> <daylight_icon_url> http://archive.webcams.travel/daylight/icon/1171032474.png </daylight_icon_url> <latitude>47.387803</latitude> <longitude>8.519211</longitude> <continent>EU</continent> <country>CH</country> <city>Zürich</city> <last_update>1214753604</last_update> <rating_avg>3.75</rating_avg> <rating_count>12</rating_count> <timezone>Europe/Zurich</timezone> <timezone_offset>1</timezone_offset> </webcam> </wct_response>
The timezone_offset is the offset in hours with respect to UTC.
Error Codes
This method may return an additional error that is specific to only this method.| Code | Description |
|---|---|
| 100 | The webcam with the webcamid you provided does not exist. |
Back to the API index page



