Ready to run Postman collections for the full RoxyAPI catalog: Western and Vedic astrology, tarot, numerology, I Ching, biorhythm, dreams, crystals, angel numbers, Human Design, forecast, and location. One workspace, one API key, every domain. Remote MCP, typed SDKs, and drop in UI components live alongside at roxyapi.com.
These collections track the live RoxyAPI catalog, so they stay current as the API grows.
Open the public workspace and fork any collection into your own:
Explore the RoxyAPI workspace on Postman
Each forked collection carries its own baseUrl and an apiKey variable. Set apiKey to your key (from your account) and every request is authenticated through the X-API-Key header. That is the only setup.
Prefer to import locally? Grab roxyapi-collections.zip from the latest release: every domain collection plus a ready to use RoxyAPI environment, refreshed automatically whenever the collections change. Import the zip into Postman, set apiKey, done.
Prefer Bruno or Insomnia? Both import RoxyAPI directly from a spec URL, no download needed:
https://roxyapi.com/api/v2/{domain}/openapi.json
for a single domain, or the combined spec:
https://roxyapi.com/api/v2/openapi.json
| Variable | Where to set | Value |
|---|---|---|
apiKey |
Collection or environment variable | Your RoxyAPI key |
baseUrl |
Preset per collection | https://roxyapi.com/api/v2/{domain} |
All requests inherit collection level API key auth. The key travels in the X-API-Key header. The same key works across every domain.
The astrology and Vedic domains are verified against NASA JPL Horizons. See the public methodology and the gold standard test suite write up.
- API docs and reference: roxyapi.com/docs
- Postman guide: roxyapi.com/docs/guides/postman
- TypeScript, Python, and PHP SDKs: roxyapi.com/docs/sdk
- Remote MCP and starters: roxyapi.com/starters
MIT. See LICENSE.