Skip to content
AstroWay/api v2.74.2 · docs
all systems operational

Embed Widgets

The public HTML widgets GET /v1/embed/* return a ready iframe fragment — SVG wheel, horoscope, numerology, and more. No API key, host-IP rate-limited (30 requests/hour), cached public, max-age=300. Great for marketing pages; for high-traffic production use the SDK.

<iframe src="https://api.astroway.info/v1/embed/wheel?date=1990-05-15&time=14:30&lat=50.45&lng=30.52&tz=2&theme=dark"
width="460" height="560" style="border:0"></iframe>

Accepted by every widget:

ParameterValuesDefaultDescription
themedark · light · consoledarkColor scheme.
languk · en · +18 languagesukContent language. Also read from the Accept-Language header.
disclaimer1 · true · yesoffAdds a footer note that the content is for entertainment and informational purposes only (not medical, psychological, financial, or legal advice).
WidgetEndpointPer-widget parameters
Daily HoroscopeGET /embed/daily-horoscopesign, date
Natal WheelGET /embed/wheel (alias /embed/natal)date, time, lat, lng, tz, city
Transit TimelineGET /embed/transit-timelinedate, days (max 30)
Bodygraph (Human Design)GET /embed/bodygraphdate, time, lat, lng, tz
Vedic KundliGET /embed/kundlidate, time, lat, lng, tz
Mini ChartGET /embed/mini-chartdate, time, lat, lng, tz, city
Planet of DayGET /embed/planet-of-daydate
Moon PhaseGET /embed/moon-phasedate
Daily TarotGET /embed/daily-tarotdate
Monthly ForecastGET /embed/monthly-forecastsign, month (YYYY-MM)
Sky TransitsGET /embed/transitdate
NumerologyGET /embed/numerologyname, date, system (pythagorean · chaldean)
PanchangGET /embed/panchangdate, lat, lng, tz (coordinates required)
SynastryGET /embed/synastrydate_a, time_a, lat_a, lng_a, tz_a, date_b, time_b, lat_b, lng_b, tz_b

Formats: date — YYYY-MM-DD, time — HH:MM, tz — UTC offset in hours. Omitted parameters fall back to sensible defaults (current date, noon, equator).

Was this helpful?
Suggest an edit

Last updated: