search_webcams
Find webcams by location, category, country, region, city, or nearby coordinates. Get webcam feeds, images, and player URLs.
Instructions
Search for webcams with various filters (location, category, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | Bounding box coordinates (format: "north_lat,east_lon,south_lat,west_lon") | |
| lang | No | Language code (default: "en") | |
| limit | No | Number of results to return (1-50, default: 10) | |
| cities | No | City geo code or comma-separated list of city geo codes. | |
| nearby | No | Coordinates and radius for nearby search (format: "latitude,longitude,radiusKm", radius max 250) | |
| offset | No | Result offset for pagination (default: 0) | |
| include | No | Comma-separated list of extra data to include (default: "images,location"). One or more of: categories, images, location, player, urls. | |
| regions | No | Region geo code or comma-separated list of region geo codes, max 10. Codes come from get_regions. | |
| sortKey | No | Field to sort results by | |
| countries | No | Country geo code or comma-separated list of country geo codes (e.g., "US,DE,FR"), max 10. Codes come from get_countries. | |
| webcamIds | No | Webcam ID or comma-separated list of webcam IDs to fetch directly (max 50). If set, all other filters are ignored — use this for batch webcam lookups. | |
| categories | No | Category ID or comma-separated list of category IDs, max 10. One of: airport, beach, building, city, coast, forest, indoor, lake, landscape, meteo, mountain, observatory, port, river, sportArea, square, traffic, village. | |
| continents | No | Continent geo code or comma-separated list of continent geo codes (e.g., "NA,EU,AS"), max 2. Codes come from get_continents. | |
| sortDirection | No | Sort direction (used with sortKey) | |
| categoryOperation | No | Operator used to combine multiple "categories" (requires categories to be set, default: "and") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| cached | No | ||
| success | Yes | ||
| summary | Yes | ||
| api_info | No |