Skip to content

Commit fc97830

Browse files
committed
docs: current domain, endpoint and language counts across the guides
1 parent 039c54e commit fc97830

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

AGENTS.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RoxyAPI - Agent Guide
22

3-
Postman collections for the RoxyAPI catalog: astrology, Vedic astrology, forecast, Human Design, Chinese astrology, feng shui, numerology, tarot, biorhythm, I Ching, crystals, dreams, angel numbers, and location. One API key, every domain. This guide helps an AI agent call the API these collections cover.
3+
Postman collections for the RoxyAPI catalog: astrology, Vedic astrology, forecast, Human Design, Chinese astrology, feng shui, Mesoamerican astrology, Vastu, numerology, Kabbalah, tarot, biorhythm, Ayurveda, I Ching, crystals, dreams, angel numbers, and location. One API key, every domain. This guide helps an AI agent call the API these collections cover.
44

55
## Base URL and auth
66

@@ -14,15 +14,21 @@ Postman collections for the RoxyAPI catalog: astrology, Vedic astrology, forecas
1414
|---|---|
1515
| Western astrology | `/api/v2/astrology` |
1616
| Vedic astrology | `/api/v2/vedic-astrology` |
17-
| Tarot | `/api/v2/tarot` |
17+
| Forecast | `/api/v2/forecast` |
18+
| Human Design | `/api/v2/human-design` |
19+
| Chinese astrology | `/api/v2/chinese-astrology` |
20+
| Feng shui | `/api/v2/feng-shui` |
21+
| Mesoamerican astrology | `/api/v2/mesoamerican-astrology` |
22+
| Vastu | `/api/v2/vastu` |
1823
| Numerology | `/api/v2/numerology` |
19-
| I Ching | `/api/v2/iching` |
24+
| Kabbalah | `/api/v2/kabbalah` |
25+
| Tarot | `/api/v2/tarot` |
2026
| Biorhythm | `/api/v2/biorhythm` |
21-
| Dreams | `/api/v2/dreams` |
27+
| Ayurveda | `/api/v2/ayurveda` |
28+
| I Ching | `/api/v2/iching` |
2229
| Crystals | `/api/v2/crystals` |
30+
| Dreams | `/api/v2/dreams` |
2331
| Angel numbers | `/api/v2/angel-numbers` |
24-
| Human Design | `/api/v2/human-design` |
25-
| Forecast | `/api/v2/forecast` |
2632
| Location | `/api/v2/location` |
2733

2834
The exact endpoints, parameters, and response fields are in the [API reference](https://roxyapi.com/api-reference) and the OpenAPI spec at `https://roxyapi.com/api/v2/{domain}/openapi.json`. Always read field names from the spec, never guess.
@@ -33,7 +39,7 @@ Astrology and Vedic chart endpoints need latitude and longitude. Resolve a place
3339

3440
## Multi-language responses
3541

36-
Add `?lang=` to any request. Supported: `en`, `tr`, `de`, `es`, `hi`, `pt`, `fr`, `ru`. Defaults to English. Domains without a translation yet fall back to English.
42+
Add `?lang=` to any request. Supported: `en`, `tr`, `de`, `es`, `hi`, `pt`, `fr`, `ru`, `zh-Hans`, `zh-Hant`. Defaults to English. Domains without a translation yet fall back to English.
3743

3844
## Errors
3945

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Pricing](https://img.shields.io/badge/pricing-roxyapi.com-blue)](https://roxyapi.com/pricing)
99
[![License: MIT](https://img.shields.io/badge/license-MIT-green)](./LICENSE)
1010

11-
Ready to run Postman collections for the full RoxyAPI catalog: Western and Vedic astrology, Forecast, Human Design, Chinese astrology, Feng Shui, numerology, tarot, biorhythm, I Ching, crystals, dreams, angel numbers, and location. One workspace, one API key, every domain. Remote MCP, typed SDKs, and drop in UI components live alongside at [roxyapi.com](https://roxyapi.com).
11+
Ready to run Postman collections for the full RoxyAPI catalog: Western and Vedic astrology, Forecast, Human Design, Chinese astrology, Feng Shui, Mesoamerican astrology, Vastu, numerology, Kabbalah, tarot, biorhythm, Ayurveda, I Ching, crystals, dreams, angel numbers, and location. One workspace, one API key, every domain. Remote MCP, typed SDKs, and drop in UI components live alongside at [roxyapi.com](https://roxyapi.com).
1212

1313
These collections track the live RoxyAPI catalog, so they stay current as the API grows.
1414

0 commit comments

Comments
 (0)