Numerology engine/Numerology
POST/v1/numerology/pythagorean/cycle

Numerology · Pythagorean · Cycle API

Personal year + personal month cycles over a date range.

About the engine

Part of the Numerology engine

Both Pythagorean and Chaldean systems with full master-number handling, single-number lookups, full-report PDFs, personal year/month cycle tables over a date range, and Ank Milan compatibility scoring across three facets. Pure name-and-DOB inputs - no ephemeris call needed.

Request

Try it from the command line

curl -X POST 'https://api.astronode.dev/v1/numerology/pythagorean/cycle' \
  -H 'Authorization: Bearer aie_test_REPLACE_WITH_YOUR_API_KEY' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json' \
  --data '{
  "name": "Sachin Tendulkar",
  "dob": "1993-07-04",
  "range": {
    "start": "2026-05-01",
    "end": "2026-06-30"
  }
}'

Paste and run - this is the exact payload our live playground sends to this endpoint, so it is valid against the current schema. Every AstroNode endpoint needs a bearer token from your dashboard. Test keys (aie_test_*) work on the free tier - 1,000 requests / month, no card.

Request schema

Fields POST /v1/numerology/pythagorean/cycle accepts

Request body fields for POST /v1/numerology/pythagorean/cycle
FieldTypeNotes
namestring

len 1..200

dobrequiredstring

pattern ^\d{4}-\d{2}-\d{2}$

target_datestring

pattern ^\d{4}-\d{2}-\d{2}$

rangerequiredobject-
range.startrequiredstring

pattern ^\d{4}-\d{2}-\d{2}$

range.endrequiredstring

pattern ^\d{4}-\d{2}-\d{2}$

Generated from the same OpenAPI 3.1 document the API validates against, so this table cannot drift from the endpoint without the build failing.

Response

What you get back

Every AstroNode response uses the same envelope: request_id, data (the endpoint-specific payload), interpretation (optional narrative block), and meta (engine version + computed_at timestamp). This endpoint documents 200, 400, 401, 429.

The data payload for POST /v1/numerology/pythagorean/cycle is not yet broken out field by field in the published schema. The fastest way to see its exact shape is to run the call - the playground returns a live response with no signup, and the API reference carries the full document.

Engine highlights

What the Numerology engine ships

  • Life-path, expression, soul-urge, personality, birthday numbers in one call
  • Master numbers (11, 22, 33) preserved through reduction
  • Pythagorean and Chaldean systems side by side
  • Personal year + personal month cycle tables over any date range
  • Async PDF reports - Pythagorean, Chaldean, or both combined
  • Ank Milan compatibility - three-facet score (life-path, destiny, name)
  • Pure inputs: name + DOB; no ephemeris dependency, no birth-time needed

Ready to call POST /v1/numerology/pythagorean/cycle?

Free tier covers 1,000 requests / month. Razorpay-billed, GST-compliant invoices when you upgrade.

Informational, not predictive. Not medical, legal, or financial advice.