get_webcams_by_category
Find live webcams by category. Specify category IDs to get matching feeds with optional sorting, limits, and extra data like images and location.
Instructions
Get webcams from specific categories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (1-50, default: 20) | |
| include | No | Comma-separated list of extra data to include (default: "images,location"). One or more of: categories, images, location, player, urls. | |
| sortKey | No | Field to sort results by | |
| categories | Yes | Category ID or comma-separated list of category IDs, max 10 | |
| sortDirection | No | Sort direction (used with sortKey) | |
| categoryOperation | No | Operator used to combine multiple categories (default: "and") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| cached | No | ||
| success | Yes | ||
| summary | Yes | ||
| api_info | No |