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.tempCnumberrequiredCurrent temperature in Celsius. Store metric and convert for display.current.feelsLikeCnumberoptionalApparent temperature accounting for humidity and wind chill.current.uvIndexintegeroptionalUV Index: 0-2 low, 3-5 moderate, 6-7 high, 8-10 very high, 11+ extreme.forecastarray<object>optionalDaily forecast. Each entry covers midnight-to-midnight in the location's timezone.unitsstringrequiredUnit system used: metric (°C, km/h) or imperial (°F, mph).fetchedAtstring (ISO 8601)requiredWhen 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
Paste the example above into JSONKit's tools to validate, minify, or explore the structure interactively.
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.