Bulk Current Weather
weather_bulk_currentFetch real-time weather and astronomy data for up to 50 locations simultaneously using city names, coordinates, or IP addresses.
Instructions
Get real-time weather for up to 50 locations at once. Each location in the array can be a city name, lat/long pair, or IP address. Returns weather + astronomy data for each location wrapped in a 'bulk' array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locations | Yes | Array of location objects (max 50). Each object can contain: "location" (string), "lat"+"long" (floats), or "ip" (string). Example: [{"location":"London"},{"lat":48.85,"long":2.35},{"ip":"8.8.8.8"}] |