Developers / Reference / Numerology

Numerology

scope: numerology

Chaldean and Vedic numbers, name correction and business-name scoring.

Your key must hold the numerology scope. Costs are in credits — what is a credit?

Numerology profile
GET /api/v1/numerology/dashboard/
1.0 credits

Chaldean and Vedic numbers for a saved chart. Requires chart_id — create the chart with POST /api/v1/charts/ first.

Request
curl https://rajvidya.com/api/v1/numerology/dashboard/?chart_id=2317 \
  -H "X-API-Key: rv_live_xxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxx"
Response
{
  "driver": 6, "conductor": 4, "kua": 2,
  "lo_shu_grid": {"1": 1, "5": 2, "9": 1},
  "lucky_numbers": [6, 15, 24]
}
Numerology deep report
GET /api/v1/numerology/pro/
2.0 credits

Name correction, business-name scoring and lucky-number analysis. Requires chart_id.

Request
curl https://rajvidya.com/api/v1/numerology/pro/?chart_id=2317 \
  -H "X-API-Key: rv_live_xxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxx"
Response
{
  "name_analysis": {...},
  "business_name_score": 72
}
Baby names
GET /api/v1/baby-names/
1.0 credits

Nakshatra-correct name suggestions. POST with chart_id and gender.

Request
curl https://rajvidya.com/api/v1/baby-names/ \
  -X POST \
  -H "X-API-Key: rv_live_xxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "chart_id": 2317,
    "gender": "FEMALE"
  }'
Response
{
  "nakshatra": "ROHINI",
  "syllables": ["O", "VA", "VI", "VU"],
  "names": [{"name": "Vaishnavi", "meaning": "..."}]
}
Biorhythm
GET /api/v1/biorhythm/
1.0 credits

Physical, emotional and intellectual cycles. Requires chart_id.

Request
curl https://rajvidya.com/api/v1/biorhythm/?chart_id=2317 \
  -H "X-API-Key: rv_live_xxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxx"
Response
{
  "physical": 0.72, "emotional": -0.31, "intellectual": 0.94
}
Language

Add lang to any request to get the interpretation text back in that language. This is written interpretation, not machine translation.

English हिन्दी मराठी ગુજરાતી বাংলা தமிழ் తెలుగు संस्कृत Español Português Français Deutsch Русский العربية 日本語 繁體中文
Language codes