← Back to catalog
weatherapi.astronomy
mock data$0.001 / callAstronomy Data
Get sunrise, sunset, moonrise, moonset times and moon phase for any location and date. Returns moon illumination percentage and phase name (WeatherAPI.com)
Input schema
qrequired
stringLocation query — city name, coordinates, or zip code
date
stringDate for astronomy data (YYYY-MM-DD, default today)
Call via REST
curl -X POST https://unifyapi.pro/api/call/weatherapi.astronomy \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"q":"<q>","date":"<date>"}'