You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: blind-test fact-check, location envelope, utcOffset vs timezone, SEO keywords
README.md: lead paragraph with SEO keywords, most-used endpoints in canonical order, verified 28 method names live, fixed location cities envelope and utcOffset vs IANA timezone trap
AGENTS.md: same envelope + utcOffset fixes, keeps AI agents on the correct path
Every chart, horoscope, panchang, dasha, dosha, navamsa, KP, synastry, compatibility, and natal endpoint needs `latitude`, `longitude`, and (for Western) `timezone`. **Never ask the user for coordinates.** Always call `roxy.location.searchCities` first.
TypeScript SDK for [RoxyAPI](https://roxyapi.com). Natal charts, Vedic kundli, numerology, tarot, biorhythm, I Ching, crystals, dreams, and angel numbers. Eleven domains, one API key, fully typed.
8
+
The TypeScript SDK for [Roxy](https://roxyapi.com), the multi-domain spiritual intelligence API. One key, ten domains, fully typed. Western astrology API, Vedic astrology API, numerology API, tarot API, biorhythm API, I Ching API, crystals API, dream interpretation API, and angel numbersAPI behind a single subscription.
9
9
10
-
Build astrology apps, kundli matching, tarot platforms, compatibility tools, and daily-horoscope features without writing a single calculation.
10
+
Build a natal chart app, a kundli matching product, a daily horoscope feature, a tarot reading app, a numerology life path calculator, or a spiritual AI agent without writing a single calculation. Calculations are verified against NASA JPL Horizons; interpretations ship in eight languages.
11
11
12
12
## Install
13
13
@@ -25,19 +25,19 @@ import { createRoxy } from '@roxyapi/sdk';
The highest-demand endpoints by domain, in the order you are most likely to ship them. Each block shows the most-searched API call in that domain so you can pick the feature that drives the most user value first. Full endpoint catalog in the [API reference](https://roxyapi.com/api-reference).
76
79
77
-
```typescript
78
-
const { data } =awaitroxy.astrology.getDailyHoroscope({
The global astrology app market is $6.27B and almost entirely Western. These endpoints power zodiac dating apps, Co-Star-style natal chart products, daily horoscope features, and lunar-cycle wellness apps.
The depth moat. India astrology market: $163M in 2024, projected $1.8B by 2030 (49% CAGR). Kundli, panchang, dasha, dosha, and KP are the five Google-dominant queries for every matrimonial platform, kundli generator, and muhurat app.
96
110
97
111
```typescript
98
-
const { data } =awaitroxy.vedicAstrology.getDetailedPanchang({
112
+
// Vedic kundli. Top India astrology keyword. Entry point for every Jyotish product.
### 3. Numerology API (life path, full chart, personal year)
147
+
148
+
Commodity content with durable demand. `life path number calculator` is among the highest-volume spiritual searches globally. Works without birth time, the easiest domain to integrate.
117
149
118
150
```typescript
119
-
const { data } =awaitroxy.numerology.calculateLifePath({
151
+
// Life Path. The #1 numerology keyword, every calculator page starts here.
### 5. Biorhythm API (daily check-in, forecast, compatibility)
193
+
194
+
Zero competition domain. Steady search volume with the top Google result being a static calculator page. Pure land-grab for wellness, productivity, sports, and couples apps.
135
195
136
196
```typescript
137
-
const { data } =awaitroxy.biorhythm.getDailyBiorhythm({
### Dream symbol lookup (journaling, self-discovery)
238
+
### 8. Dream interpretation API (symbol dictionary, search)
239
+
240
+
Thousands of dream symbols. `dream meaning` is among the highest-volume spiritual searches on Google. Journal apps, AI therapy chatbots, and self-discovery products are the buyers.
0 commit comments