Rate limits and credits

Plans

PlanCredits a monthRequests a secondRequests at onceWhen credits run outTest calls a day
Free3,00022Calls stop with 429 quota_exhausted100
Starter75,00054Calls continue as overage100
Growth4,00,000208Calls continue as overage100
Business15,00,0005016Calls continue as overage100

Limits apply per key: requests per second, and requests in flight at once.

Headers

Every authenticated response carries:

HeaderMeaning
RateLimit-LimitRequests allowed in the current window.
RateLimit-RemainingRequests left in the current window.
RateLimit-ResetSeconds until the window resets.
X-Credits-RemainingCredits left in the billing period.

A 429 also carries Retry-After, in seconds.

Two kinds of 429

  • rate_limited: too many requests per second or at once. Wait Retry-After seconds, then retry.
  • quota_exhausted: the period's credits are used up on a plan that stops at its allowance, or the project's test calls for the day are used up.
    • Test calls reset at 00:00 UTC.
    • Credits reset at the start of each UTC month.

Credits per operation

Only successful (2xx) calls are charged. Test keys are never charged.

OperationCredits
GET /v1/places/search Search birth places1
GET /v1/places/{place_id} Get one place1
GET /v1/places/reverse Nearest real settlement to coordinates1
POST /v1/timezone IANA zone and UTC offset at a moment and place1
POST /v1/kundli Birth chart: lagna and the nine grahas2
POST /v1/kundli/birth-details Avakhada birth details1
POST /v1/kundli/divisional Divisional charts D1–D602
POST /v1/kundli/aspects Graha drishti: houses and planets aspected1
POST /v1/kundli/yogas Yogas present, with strength and rule2
POST /v1/kundli/ashtakavarga Bhinna and Sarva Ashtakavarga2
POST /v1/kundli/shadbala Shadbala: the six-fold strength of the seven grahas2
POST /v1/planets/positions Sidereal positions at any moment and place1
POST /v1/dasha/vimshottari Vimshottari periods to 5 levels2
POST /v1/dasha/vimshottari/current Running Maha → Antar → Pratyantar → Sookshma2
POST /v1/dasha/yogini Yogini dasha periods2
POST /v1/dasha/chara Jaimini Chara dasha and the karakas2
POST /v1/dosha/manglik Manglik: graded, from lagna, Moon and Venus, cancellations named1
POST /v1/dosha/kaal-sarp Kaal Sarp: none, partial or full1
POST /v1/dosha/sade-sati Sade Sati: is it running today, which phase, and when it ends1
POST /v1/match/ashtakoot Ashtakoot Guna Milan (36 points)1
POST /v1/match/manglik Manglik status of both and mutual cancellation2
GET /v1/panchang Panchang for a date and place1
GET /v1/panchang/choghadiya Day and night choghadiya1
GET /v1/muhurat/activities Supported muhurat activities0
GET /v1/muhurat/search Days rated for an activity, with scores and rejection reasons2
POST /v1/muhurat/personal Muhurat windows with tara bala and chandra bala for one person3
GET /v1/panchang/hora Hora: the 24 planetary hours of a day1
GET /v1/calendar/tithis Tithi start and end moments between two dates, and the tithi at each sunrise1
GET /v1/calendar/ekadashi Every Ekadashi of a year: the vrat date, the tithi and the paran window1
GET /v1/calendar/festivals Festivals of a year, each by its own rule, with its windows and moments2
GET /v1/horoscope/{sign} Horoscope for one sign1
GET /v1/horoscope All 12 signs (publisher feed)5
POST /v1/horoscope/personal A horoscope from the person's own Moon sign2
GET /v1/transits Ingresses, stations and combustion between dates1
POST /v1/transits/natal Transits over the natal Moon and houses2
POST /v1/numerology/core Life path, destiny, soul urge, personality (Chaldean)1
POST /v1/numerology/name Chaldean name number1
POST /v1/numerology/mobile Mobile-number analysis1
POST /v1/numerology/loshu Lo Shu grid1
POST /v1/numerology/compatibility Numerology compatibility1
POST /v1/charts/{varga}.svg Chart as SVG (North or South Indian)2
POST /v1/charts/{varga}.png Chart as PNG (the same drawing as the SVG)3
POST /v1/kp/chart KP chart: cusps and planets with star, sub and sub-sub lords2
POST /v1/kp/significators KP 4-step significators and house groups2
GET /v1/kp/ruling-planets The seven KP ruling planets at a moment and place1
GET /v1/kp/horary KP horary (prashna) for a number from 1 to 2492
POST /v1/lal-kitab/chart Lal Kitab teva: houses, planet states, sleeping houses2
POST /v1/lal-kitab/debts The nine Lal Kitab rin (debts), graded1
POST /v1/lal-kitab/varshphal Lal Kitab annual chart for a year of life2
POST /v1/lal-kitab/remedies Lal Kitab remedies, in the order to do them1
POST /v1/varshaphal Tajik varshaphal: annual chart, muntha, year lord, Mudda dasha3
GET /v1/usage Credits used and remaining this period0
GET /v1/meta/conventions Defaults and conventions (ayanamsa, node, sunrise definition, what is not computed)0