Get weather forecast for a location
Replies with JSON object containing the hourly and daily forecasts for a single location specified by the ‘id’ parameter
Path Parameters
Location ID or comma-separated list of location IDs
Query Parameters
Start time for the forecast (e.g., 'now', 'today', or ISO date string)
Forecast interval in hours
Comma-separated list of weather parameters to include (e.g., 'surface.visibility,surface.temperature')
Whether to include hourly forecasts
Whether to include Hijri date information
Whether to apply overrides to the forecast data
Whether to include location information
Whether to use the current cache if available (default: true). Setting cache=false will invalidate the cache and return fresh data.
Segmented overview mode ('true', 'false', 'day', '3hrs', '6hrs')
true, false, day, 3hrs, 6hrs Whether to include daily forecast overview
Weather model to use
Timezone to use for the forecast (if not specified, uses location's timezone)
Whether to include consumer warnings
Comma-separated list of status details to include
Response
Weather forecast data

