One API · Every tradition
208+ calculators across 12 traditions, returned as clean JSON. Swiss Ephemeris accuracy. An API key in seconds.
100 free calls/month · no card required · live in minutes
# one endpoint, every calculator curl -X POST https://dev.numroq.com/api/v1/calculator/abjad \ -H "X-API-Key: nmq_live_your_key" \ -H "Content-Type: application/json" \ -d '{"text": "محمد"}' # => clean, structured JSON { "calculation_type": "abjad", "result": { "total_kabir": 92, "dominant_planet": "Mercury", "dominant_element": "Fire" } }
Why NumroQ
Everything you need to ship numerology, astrology and divination features - without building the math yourself.
Abjad, Vedic, Western astrology, Chaldean, Kabbalah, Chinese, Greek, Matrix of Destiny and more - a single consistent endpoint.
Charts, transits and planetary positions use the Swiss Ephemeris - the engine trusted by professional astrology software.
Every calculator returns predictable JSON under result. No scraping, no parsing HTML, no surprises.
Sign up, copy your X-API-Key, and make your first call. Per-key domain and IP allow-lists included.
Drop calculators onto any WordPress site with a shortcode. Your key stays server-side, never in the browser.
Not a developer? Launch a complete, self-hosted numerology site on your own domain and brand it as your own.
The catalogue
From a single name's Abjad value to a full Vedic Kundli with Vimshottari Dasha - it's all one API.
Built for developers
Plain HTTP with an API-key header. Use cURL, Python, JavaScript or any language that speaks REST.
import requests r = requests.post( "https://dev.numroq.com/api/v1/calculator/life_path_number", headers={"X-API-Key": "nmq_live_your_key"}, json={"birth_date": "1990-05-15"}, ) data = r.json()["result"] print(data["life_path_number"], data["title"]) # 3 The Communicator
Simple pricing
No setup fees, no contracts. Pay only for the call volume you need.
Questions
A single REST API that returns numerology, astrology and divination results as structured JSON - 208+ calculators across 12 traditions, from Abjad and Vedic numerology to full Western and Vedic natal charts, tarot, and more.
Chart, planet and transit calculations use the Swiss Ephemeris for real astronomical precision - the same engine professional astrology software relies on. Numerology and divination tools follow the classical rules of each tradition.
Yes. Every account includes 100 free API calls per month with an API key issued instantly - no card required. Paid plans start at $19/month for 1,500 calls.
Absolutely. Build and sell your own apps, websites and widgets on top of the API. There is also a WordPress plugin for shortcodes and a self-hosted white-label website for non-developers.
Every calculator returns JSON with the calculation under a result object, plus your plan and remaining quota. The shape of result is documented per calculator in the docs.
Ready when you are
Free key, 208+ calculators, one API. It takes about two minutes.
Get your free API key