Skip to content

Personal Day

Personal Day numerology identifies the vibrational theme of a specific day in your life.
It offers insights into how your energy, focus, and decisions are likely to manifest on that day.

By combining your birth date with the universal day vibration, you receive precise guidance for personal, professional, and spiritual activities.


Endpoint

Method Path
GET https://the-numerology-api.p.rapidapi.com/personal-day
POST https://the-numerology-api.p.rapidapi.com/personal-day

Required Headers

x-rapidapi-key: YOUR_RAPIDAPI_KEY
x-rapidapi-host: the-numerology-api.p.rapidapi.com
Content-Type: application/json   (POST only)

Get your key from RapidAPI.


Parameters

Param Type Required Default Description
dob string Yes Date of birth in YYYY-MM-DD format (e.g., "1997-07-17").
target_date string No Today Day to calculate (format YYYY-MM-DD). Defaults to today.
timezone_offset string No "Europe/Paris" Timezone for calculation. Must be a valid timezone name.

Example Requests

GET Request

curl --request GET \
  --url "https://the-numerology-api.p.rapidapi.com/personal-day?dob=1997-07-17&target_date=2025-10-31" \
  --header "x-rapidapi-key: YOUR_RAPIDAPI_KEY" \
  --header "x-rapidapi-host: the-numerology-api.p.rapidapi.com"

POST Request (JSON Body)

curl --request POST \
  --url "https://the-numerology-api.p.rapidapi.com/personal-day" \
  --header "x-rapidapi-key: YOUR_RAPIDAPI_KEY" \
  --header "x-rapidapi-host: the-numerology-api.p.rapidapi.com" \
  --header "Content-Type: application/json" \
  --data '{
    "dob": "1997-07-17",
    "target_date": "2025-10-31",
    "timezone_offset": "Europe/Paris"
  }'

Response Example

{
  "birthdate": "1997-07-17",
  "target_date": "2025-10-31",
  "timezone": "Europe/Paris",
  "personal_day_number": 11,
  "meaning": "A day of spiritual insight and illumination.",
  "detailed_meaning": "A day for intuition, inspiration, and spiritual insight. Focus on visionary ideas, creative solutions, and inner guidance. Challenges may include nervous tension or self-doubt. Success comes from trusting intuition and following your higher purpose.",
  "status": 200
}

View on RapidAPI


Note

  • Input must include dob.
  • Target day is optional — defaults to today.
  • Timezone is optional — default is "Europe/Paris".
  • Personal Day Number ranges from 1–9, including master numbers 11, 22, 33.
  • Useful for daily planning, spiritual alignment, decision-making, and self-reflection.