🌍 Astrocartography API, 🔷 Human Design API and ✋ Palmistry API are now live. Ship them in your app today.
API Documentation

Pro Numerology Report PDF API

This comprehensive 98-page Numerology Report delivers a data-driven analysis of an individual's core numerological profile using their birth date and full name.

The report includes Life Path, Destiny, Personality, Soul Urge, Subconscious Self, and Challenge Numbers, along with detailed Chinese and Western Lo Shu Grid analysis. It further covers relationship compatibility, career and financial tendencies, health indicators, innate talents, personal growth opportunities, and year-ahead forecasts, providing a structured framework for self-discovery and life planning.
POSThttps://pdf.astrologyapi.com/v1/pro_numerology_report

Parameters

ParameterTypeDescription
namerequiredstringName of the user.
genderrequiredstringGender of the user.
dayrequirednumberBirth day (1-31).
monthrequirednumberBirth month (1-12).
yearrequirednumberBirth year.
hourrequirednumberBirth hour (0-23).
minrequirednumberBirth minute (0-59).
latrequirednumberLatitude of birth location.
lonrequirednumberLongitude of birth location.
languagerequiredstringPDF language.
tzonerequirednumberTimezone offset from UTC in hours.
placerequiredstringBirth place.
chart_stylerequiredstringChart style. Current source page reuses the Indian PDF request schema.
footer_linkrequiredstringFooter/domain link.
logo_urlrequiredstringCompany logo URL.
company_namerequiredstringCompany name.
company_inforequiredstringCompany information. Should be less than 500 characters.
domain_urlrequiredstringFull company domain URL.
company_emailrequiredstringCompany email.
company_landlinerequiredstringCompany landline number.
company_mobilerequiredstringCompany mobile number.

Supported Languages

enhi

Request

{
  "name": "Ajeet",
  "gender": "male",
  "day": 15,
  "month": 8,
  "year": 1990,
  "hour": 10,
  "min": 30,
  "lat": 39.9526,
  "lon": -75.1652,
  "language": "en",
  "tzone": -5,
  "place": "Mumbai,Maharashtra India",
  "chart_style": "NORTH_INDIAN",
  "footer_link": "https://www.astrologyapi.com",
  "logo_url": "LOGO_URL",
  "company_name": "company name",
  "company_info": "company info",
  "domain_url": "https://www.astrologyapi.com",
  "company_email": "[email protected]",
  "company_landline": "123456789",
  "company_mobile": "123456789"
}

Code samples

curl --location 'https://pdf.astrologyapi.com/v1/pro_numerology_report' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'Authorization: Basic <YOUR_API_KEY>' \
  --data 'name=Ajeet&gender=male&day=15&month=8&year=1990&hour=10&min=30&lat=39.9526&lon=-75.1652&language=en&tzone=-5&place=Mumbai%2CMaharashtra%20India&chart_style=NORTH_INDIAN&footer_link=https%3A%2F%2Fwww.astrologyapi.com&logo_url=LOGO_URL&company_name=company%20name&company_info=company%20info&domain_url=https%3A%2F%2Fwww.astrologyapi.com&company_email=mail%40astrologyapi.com&company_landline=123456789&company_mobile=123456789'

Response

{
  "status": true,
  "pdf_url": "https://s3.amazonaws.com/astrologyapi-pdfs/pro_numerology_report_sample.pdf"
}