Webcams.travel - The Webcam Community - Home
Accueil Ajouter une webcamAjouter une webcam Site: voidvoid S'inscrire Se connecter
Populaire Recommandée Nouveau Carte Google Earth Mots-clés Vidéos Acheter une webcam
Blog Rejoignez notre communauté Connectez notre webcam


Back to the API index page

wct.webcams.list_nearby


Get the webcams near a given coordinate.


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.
lat The latitude.
lng The longitude.

Optional Parameters

These parameters are optional for this method.
Parameter Default Description
radius 0.2 The radius that defines "nearby".
unit deg The unit of the radius that defines "nearby". Valid values are "deg" (degree), "km" (kilometers), "mi" (miles).
per_page 10 Number of webcams to return per page. The maximum allowed value is 50.
page 1 The page of results to return.

Example Response

<wct_response status="ok">
	<webcams>
		<count>21</count>
		<page>1</page>
		<per_page>10</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
Chercher une webcam