WeatherAPI · Example Payload

Weatherapi Astronomy Response Example

WeatherForecastHistoryMarineAstronomyGeolocationSportsAlertsPublic APIs

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

Top-level fields

locationastronomy

Example Payload

Raw ↑
{
  "location": {
    "name": "London",
    "region": "City of London, Greater London",
    "country": "United Kingdom",
    "lat": 51.5074,
    "lon": -0.1278,
    "tz_id": "Europe/London",
    "localtime_epoch": 1748441400,
    "localtime": "2026-05-28 15:30"
  },
  "astronomy": {
    "astro": {
      "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
    }
  }
}