cURL
curl --request GET \ --url https://api.example.com/api/webcam/v1/list-webcams
{ "webcams": [ { "webcamId": "<string>", "title": "<string>", "lat": 123, "lng": 123, "category": "<string>", "country": "<string>" } ], "clusters": [ { "lat": 123, "lng": 123, "count": 123, "categories": [ "<string>" ] } ], "totalInView": 123 }
Documentation IndexFetch the complete documentation index at: https://worldmonitor.app/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Successful response
Show child attributes
Was this page helpful?