Skip to content
AstroWay/api v2.96.0 · languages
all systems operational

Language support

AstroWay is building a multilingual API — text interpretations, reports, and daily horoscopes are available in the user’s language. The public list is 20 languages, selected from astrology-market demand research (search volume, competitor coverage, revenue potential).

Each language carries a translation Status plus a roadmap Demand score (priority, 48–95+).

#CodeLanguageStatusDemandReportsSite
1ukUkrainian✅ Source
2enEnglish✅ Reference95+
3deGerman🚧 Auto72📋
4plPolish🚧 Auto64📋
5esSpanish🚧 Auto88📋
6ptPortuguese🚧 Auto84📋
7hiHindi🚧 Auto81📋
8frFrench🚧 Auto78📋
9koKorean🚧 Auto77📋
10itItalian🚧 Auto73📋
11jaJapanese🚧 Auto67📋
12idIndonesian🚧 Auto62📋
13trTurkish🚧 Auto60📋
14nlDutch🚧 Auto58📋
15csCzech🚧 Auto56📋
16roRomanian🚧 Auto54📋
17viVietnamese🚧 Auto53📋
18arArabic🚧 Auto52📋
19elGreek🚧 Auto50📋
20huHungarian🚧 Auto48📋

Legend:

  • Status — ✅ Source / Reference = human-authored and maintained (uk, en); 🚧 Auto = automatically translated against a shared glossary, refined over time (no per-string manual review yet, so nuanced terms can read rough; English fallback on any missing string).
  • Site — ✅ shipped (UI + docs) · 📋 planned.
  • Reports — ✅ shipped · 📋 planned.

Ukrainian is the source language and English is the maintained reference — both human-authored. Every other language is translated automatically against a shared astrology glossary (~800 terms) and refined over time; there is no per-string manual review yet, so treat them as Beta on complex terminology, with English fallback where a string is missing. Site UI and documentation are covered across all listed languages today; localized PDF reports currently ship in Ukrainian and English and roll out to the rest by demand.

A composite index built from:

  • Google Trends 12-month volume on astrology keywords in the country
  • Coverage by top-5 competitors (Co–Star, AstroSeek, Astro.com, Prokerala, DivineAPI)
  • Estimated population × estimated paid-app penetration
  • Revenue-per-user delta (PPP-adjusted)

Not a precise metric — a ranked priority that helps decide “what’s next” objectively rather than by impression.

Terminal window
curl -X POST https://api.astroway.info/v1/interpret/aspects \
-H "X-Api-Key: aw_live_..." \
-H "Content-Type: application/json" \
-d '{
"language": "es",
"aspects": [
{ "body1": "Sun", "body2": "Moon", "type": "conjunction", "orb": 2.1 }
]
}'

Reply (sample for language=es):

{
"ok": true,
"data": {
"interpretation": "El aspecto Sol-Luna en conjunción simboliza...",
"language": "es"
}
}

The language field in the response echoes the language applied (handy as a UX indicator). The per-language status is in the table above; the API response does not return it.

Email hello@astroway.info with demand evidence (sample users, projected volume). We review the list quarterly — a language with real external demand can be added as Tier 4 (opt-in).

Some languages on the short-list are permanently skippedda, fi, no, bg, sk, hr, zh-CN, fa, tl — due to small market or absent astrology tradition. They’re inactive: /horoscope/* and /reports/* return 400 INVALID_INPUT, while /interpret/* falls back to English.

  • Calculation accuracy — numerical calculations are language-neutral, only text is localized
  • Reports — multilingual PDF reports
  • Idempotency — cache discounts work independently of lang
Was this helpful?
Suggest an edit

Last updated: