WeatherAPI · Example Payload

Weatherapi Astro Element Example

WeatherForecastHistoryMarineAstronomyGeolocationSportsAlertsPublic APIs

Weatherapi Astro Element Example is an example object payload from WeatherAPI, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

sunrisesunsetmoonrisemoonsetmoon_phasemoon_illuminationis_moon_upis_sun_up

Example Payload

Raw ↑
{
  "sunrise": "05:30 AM",
  "sunset": "08:45 PM",
  "moonrise": "10:15 PM",
  "moonset": "06:42 AM",
  "moon_phase": "Waxing Crescent",
  "moon_illumination": 35.0,
  "is_moon_up": 1,
  "is_sun_up": 1
}