Data
Weather Data JSON Example
Weather API JSON response example with current conditions, temperature, humidity, wind, and a 3-day forecast. Compatible with OpenWeatherMap and WeatherAPI formats.
Field Reference
current.tempCrequirednumberCurrent temperature in Celsius. Store metric and convert for display.current.feelsLikeCoptionalnumberApparent temperature accounting for humidity and wind chill.current.uvIndexoptionalintegerUV Index: 0-2 low, 3-5 moderate, 6-7 high, 8-10 very high, 11+ extreme.forecastoptionalarray<object>Daily forecast. Each entry covers midnight-to-midnight in the location's timezone.unitsrequiredstringUnit system used: metric (°C, km/h) or imperial (°F, mph).fetchedAtrequiredstring (ISO 8601)When the data was fetched. Used to decide when to refresh and to show data freshness.Variants
Minimal WidgetJust the current conditions for a compact weather widget.
Common Use Cases
- →Weather widget in a dashboard or mobile home screen
- →Agricultural app — rain and temperature threshold alerts
- →Logistics app — weather-aware delivery route planning
weatherforecastAPItemperaturedata
Validate or format this JSON
One click loads this exact example into the tool — no copy-paste needed. Format it, validate it, explore the tree, or generate TypeScript types instantly.
Frequently Asked Questions
Related JSON Examples
DataGeolocationGPS coordinates with accuracy, altitude, speed, and reverse-geocoded address.API DesignREST API ResponseGeneric REST API response wrapper with data payload, status, and pagination meta.DataApp Config FileBackend config with database connection, auth settings, feature flags, and logging.