Over the last 7 days we rewrote AstroWay API’s pricing model. Your existing code keeps working unchanged — every change is additive, nothing breaks. But if you’re integrating now or planning an upgrade, here’s what to know.
| Change | What it means for you |
|---|---|
| Reports unified | /reports/transit-yearly, /reports/vedic-kundli, /reports/lal-kitab are now 5 000 credits (was 10 000). 50% saving on those PDFs. |
| Business +500K credits | Business tier now ships 3 500 000 credits/mo at the same $199 price. |
| Free hardening | /reports/* (12 PDF endpoints) now require Indie+ ($5/mo). Free stays full for the remaining 705+ endpoints. |
| 3 add-on packs | Esoteric Pack $9, Vedic Pack $19, Reports Pack $99 — for developers focused on a single niche. |
| Annual −25% | Annual discount bumped from 17% to 25% (3 months free instead of 2) + credit rollover for annual subscribers. |
| Transparency table | Per-endpoint cost table for all 705+ endpoints: /en/credits/. |
| GDPR/EU landing | Dedicated /en/eu/ page with EU-residency proof for GDPR-sensitive products. |
Pricing changes
Section titled “Pricing changes”1. Reports unified at TIER_7 (5 000 credits)
Section titled “1. Reports unified at TIER_7 (5 000 credits)”PDF reports used to span two tiers — basic (/reports/natal, /reports/synastry, etc.) at 5 000 and “premium” (/reports/transit-yearly, /reports/vedic-kundli, /reports/lal-kitab) at 10 000. This made Reports Pack confusing — actual PDF/mo count depended on the mix.
Now all 12 PDF types charge 5 000 credits/PDF, no exceptions. Reports Pack $99 / 500 000 cr ÷ 5 000 = exactly 100 PDFs/mo regardless of mix.
2. Business 3M → 3.5M credits
Section titled “2. Business 3M → 3.5M credits”No price change. A benefit for existing Business subscribers — more headroom for seasonal peaks and AI narratives.
3. Free no longer covers PDF generation
Section titled “3. Free no longer covers PDF generation”/reports/* (all 12 types) now return 402 PLAN_UPGRADE_REQUIRED for Free keys. Everything else (charts, synastry, transits, AI interpretations, horoscope) stays full on Free.
If your Free key was hitting /reports/ before* — switch to Indie ($5/mo), or use the JSON equivalents (/v1/chart, /v1/synastry) for similar content without the PDF render.
Three new add-on packs
Section titled “Three new add-on packs”These are horizontal add-ons like HD Pack — restricted access to a single namespace, but cheaper than a full tier:
| Pack | Price | Credits | What’s included |
|---|---|---|---|
| Esoteric Pack | $9/mo | 200 000 | 180 endpoints: Tarot (66) + Numerology (50) + Reference (14) + Crystals/Angel/Dream (15) + Geomancy (16) + Runes (5) + Palmistry (5) + I Ching (6) + Sabian + Ladini + Djamaspa |
| Vedic Pack | $19/mo | 100 000 | 165 Vedic endpoints: vargas D1-D60, panchang, shadbala, yogas, doshas, ashtakavarga, dashas (8 systems × 5), KP, Lal Kitab, Jaimini |
| Reports Pack | $99/mo | 500 000 | 100 PDFs/mo at $0.99/PDF + white-label (your logo) + 21 localizations |
When to use a pack vs a full tier:
- If your product = Tarot-only + Numerology — Esoteric Pack $9 (200K cr = 20K spreads/mo) beats Indie $5 (50K cr) or Starter $19 (200K cr) — Indie/Starter cover everything, here you only pay for the niche.
- If your product = Indian-market kundli matching — Vedic Pack $19 instead of Starter $19 — same budget, but 5K kundlis/mo vs ~2.5K on Starter (Vedic credits are cheaper here).
- If your product = subscription “1 PDF/$9/mo” per user — Reports Pack $99 for 100 subscribers = $0.99 baseline + white-label included (used to be Enterprise-only).
What packs do NOT cover: Western natal charts, synastry, transits, AI interpretations. If your product mixes genres — go for Starter+ (full access).
Annual prepay 25% off + credit rollover
Section titled “Annual prepay 25% off + credit rollover”Old model (before v2.5.0)
Section titled “Old model (before v2.5.0)”Annual discount = 17% (10 months for the price of 12). Unused credits reset to zero at end of monthly cycle.
New model (from May 14, 2026)
Section titled “New model (from May 14, 2026)”- Discount 25% (9 months for the price of 12). Yearly: Indie $45, Starter $171, Pro $531, Business $1791, packs $81/$171/$891.
- Credit rollover — unused monthly credits carry over to the next cycle, capped at 1× tier monthly allocation. Annual subscribers only, activated automatically on checkout.
What it looks like in code
Section titled “What it looks like in code”# Month 1: Pro subscriber on $531/yr (= $44/mo effective)# Spent 600K of 800K → 200K unused$ curl -i .../v1/chart -H "X-Api-Key: ..."HTTP/2 200X-Credits-Used: 20X-Credits-Limit: 800000X-Credits-Remaining: 199980# (no X-Credits-Rollover header — local cycle, nothing rolled over yet)
# Month 2: webhook order.completed fires on renewal# Old unused (200K) carried over → credits_rolled_over = 200K$ curl -i .../v1/chart -H "X-Api-Key: ..."HTTP/2 200X-Credits-Used: 20X-Credits-Limit: 1000000 # 800K base + 200K rolloverX-Credits-Remaining: 999980X-Credits-Rollover: 200000 # ← new header, annual subscribers onlyCap: rollover is bounded at 1× tier monthly allocation — so it can’t grow indefinitely. Pro maxes out at +800K = 1.6M effective limit in any given month.
Who benefits
Section titled “Who benefits”- Seasonal apps (astro-news spikes hard on retrogrades / new moon).
- Pre-launch development — subscribed early, credits don’t go to waste.
- Agency procurement — single annual invoice + flexibility on usage.
DR-validated: no competitor combines annual discount + rollover + EU billing. AstroWay is the first-mover in this combo.
Per-endpoint credit cost transparency
Section titled “Per-endpoint credit cost transparency”We launched a public /en/credits/ page with the full breakdown for all 705+ endpoints:
- Sorted by tier (½ — 5 cr → 8 — 10 000 cr)
- Free-tier marker (✓ available / 🔒 requires Indie+)
- Auto-syncs with code — generated on every build from
endpoint-costs.ts
DivineAPI / AstrologyAPI / Prokerala don’t publish anything similar — they have a flat 1 cr/call and hide their tier mapping. This is our transparent wedge: you can compute exact $/call before integrating.
GDPR / EU residency
Section titled “GDPR / EU residency”We launched a dedicated /en/eu/ page for EU developers building GDPR-sensitive products:
- ✅ EU-only data flow by default (Hetzner Nuremberg) — on all Pro+ keys
- ✅ Standard DPA — not Enterprise-gated, signed via email on the standard Pro $59
- ✅ Anonymized analytics — GA4 with anonymizeIp, no PII in events; Plausible cookie-free on roadmap
- ✅ Right to erasure endpoint —
DELETE /v1/me/account
Other astrology APIs (DivineAPI, AstrologyAPI, Prokerala) are US/India-hosted with DPA only on Enterprise. If EU compliance is a hard requirement, Pro $59 is the cheapest path.
What’s next (Week 2)
Section titled “What’s next (Week 2)”Founders’ Lifetime Deal — $299 one-time for Indie tier for life (50 000 credits/mo forever). Capped at 100 customers, then back to standard Indie $5/mo. Launching via AppSumo / IndieHackers / ProductHunt — watch the announcement.
Questions?
Section titled “Questions?”Pricing isn’t “set once and forget”. If your use case doesn’t fit current tiers — email hello@astroway.info; we often solve those with a custom contract before the Enterprise upgrade.
Especially curious about cross-niche use cases — e.g. “product = Tarot + Vedic synastry, where do I subscribe?”. Those are signals for future pack configurations.
Thanks for integrating with AstroWay.
Той самий Swiss Ephemeris, що й у Solar Fire — у 4 рядках коду.
Безкоштовний ключ без картки. 5 000 викликів на місяць до першої оплати.