Birth Day Number¶
The Birth Day Number is simply the day of the month you were born (1–31). It reveals your core personality traits, natural talents, daily energy, and inherent strengths that influence your entire life.
This number is like your personal frequency — it colors how you approach every day.
Range: 1–31 (no reduction).
Master Days: 11, 22 preserved with special meanings.
Endpoint¶
| Method | Path |
|---|---|
GET | https://api.numerologyapi.com/api/v1/birth-day-number |
POST | https://api.numerologyapi.com/api/v1/birth-day-number |
Note: POST uses same path as GET — no
/postsuffix.
Required Headers¶
You can also authenticate with
Authorization: Bearer YOUR_API_KEY.Create and manage API keys in the Numerology API dashboard.
Parameters¶
| Param | Type | Required | Description |
|---|---|---|---|
dob | string | Yes | Date of birth in YYYY-MM-DD format (e.g., 1997-08-17). |
Only the day is used — year and month are ignored for calculation.
Add the optional
langquery parameter to localize responses. Supported values:en,es,de,fr,pt.
Example Requests¶
GET Request¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/birth-day-number?dob=1992-07-16&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
POST Request (JSON Body)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/birth-day-number?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"dob": "1992-07-16"
}'
Response Example¶
{
"birth_day_number": 16,
"keyword": "The Tower of Awakening",
"meaning": "Independent, ambitious, and the spark of new beginnings.",
"detailed_meaning": "Born on the 16th, you embody the Tower card of numerology—the sudden lightning strike of truth that shatters ego structures to reveal your authentic Self beneath the rubble of illusion. Your soul thrives on rebirth, revelation, and the courageous willingness to let go of what no longer serves, often experiencing life as a series of initiatory collapses that launch you into higher octaves of being. You are here to teach the world that true power arises not from control, but from surrender—and that every fall is a sacred invitation to rebuild on truer foundations. However, this path may challenge you with fear of loss, resistance to necessary endings, or the tendency to identify with crisis as your primary mode of growth. Karmically, your soul is learning that what is lost was never truly yours—that liberation comes not from clinging, but from the radical trust that the universe destroys only to make space for what you’re truly meant to become. Your greatest fulfillment comes in roles that honor transformation: crisis counselor, spiritual midwife, truth-teller, or guide through dark nights of the soul who helps others find meaning in their unraveling. Guard against trauma bonding by anchoring in daily practices of gratitude and presence—remind yourself that not every moment needs to be a revelation; sometimes, peace is the greatest miracle. When fully embodied, your Birth Day 16 becomes a phoenix of conscious rebirth—proving that the most profound awakenings often arrive not with a whisper, but with a crash that clears the way for your truest self to finally emerge.",
"summary": {
"title": "Unknown Birth Day Number",
"overview": "The provided birth day is not recognized. Valid values are 1–31 (reduced or master numbers apply).",
"note": "Birth Day Number reveals your innate soul signature and core life lesson."
},
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "5ace3e3405f9fe04",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "birth_day_number",
"endpoint_description": "Calculates the Birth Day number, revealing special talents and abilities.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:25.321615+01:00",
"data_source": "Internal Engine / Astro Numerology Interpretation Engine (ANIE)",
"cacheable_status": true,
"report_issue": "https://github.com/dakidarts/the-numerology-api/issues",
"response_language": "en",
"supported_languages": [
"en",
"es",
"de",
"fr",
"pt"
],
"notes": ""
}
}
Meaning & Interpretation¶
Birth Day 22 – The Master Builder¶
Core Energy:
- Visionary + practical
- Builds for the future
- Natural architect of systems
- Global or generational impact
Daily Vibration:
"Every day, I lay another brick in my legacy."
Best In:
- Leadership, engineering, philanthropy, long-term planning
Advice:
Your day is sacred construction time. Build wisely. Your gift is making the impossible real.
Master Day 22: Preserved — highest potential for manifestation.
All Birth Day Numbers (Summary)¶
| Day | Keyword | Core Trait |
|---|---|---|
| 1 | Pioneer | Independent leader |
| 2 | Diplomat | Peacemaker |
| 3 | Creator | Expressive artist |
| 4 | Builder | Stable organizer |
| 5 | Adventurer | Freedom seeker |
| 6 | Nurturer | Family protector |
| 7 | Seeker | Spiritual analyst |
| 8 | Achiever | Power manager |
| 9 | Humanitarian | Global healer |
| 10 | Innovator | Fresh start energy |
| 11 | Visionary | Intuitive guide |
| 12 | Dreamer | Creative idealist |
| 13 | Transformer | Rebirth through work |
| 14 | Explorer | Adaptable traveler |
| 15 | Charmer | Magnetic communicator |
| 16 | Awakener | Spiritual catalyst |
| 17 | Star | Ambitious visionary |
| 18 | Healer | Compassionate leader |
| 19 | Independent | Self-made success |
| 20 | Sensitive | Intuitive partner |
| 21 | Social Star | Worldly creator |
| 22 | Master Builder | Legacy creator |
| 23 | Lucky | Adventurous winner |
| 24 | Home Maker | Responsible nurturer |
| 25 | Investigator | Deep researcher |
| 26 | Business Mind | Strategic partner |
| 27 | Wise Teacher | Spiritual mentor |
| 28 | Leader | Ambitious director |
| 29 | Idealist | Inspired healer |
| 30 | Communicator | Joyful expresser |
| 31 | Organizer | Practical leader |
Note
- Input:
dobinYYYY-MM-DDformat. - Calculation:
dob.day→ lookup inBIRTH_DAY_MEANINGS. - Master Days: 11, 22 preserved.
- Validation:
- Missing
dob→400 - Invalid format →
400 - No meaning for day →
400 - Use Case: Daily guidance, personality snapshots, compatibility.
- Caching: Not specified — default behavior.