Phone Number Analyzer¶
The Phone Number Analyzer reveals the numerological energy of any phone number by: - Calculating overall vibration (sum of all digits → reduced) - Breaking down each digit’s frequency and meaning - Providing percentage influence of each number
Perfect for choosing business lines, personal branding, or understanding digital identity.
Master Numbers: Preserved in overall vibration (11, 22, 33)
All digits 0–9 analyzed
Endpoints¶
| Method | Path |
|---|---|
GET | https://api.numerologyapi.com/api/v1/analyze_phone |
POST | https://api.numerologyapi.com/api/v1/analyze_phone/post |
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 |
|---|---|---|---|
phone_number | string | Yes | Full phone number (e.g., 12066852344). |
Digits only — non-digits ignored in 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/analyze_phone?phone_number=%2B14155552671&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
POST Request (JSON Body)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/analyze_phone/post?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"phone_number": "+14155552671",
"lang": "en"
}'
Response Example¶
{
"phone_number": "+14155552671",
"phone_overall_vibration": 6,
"phone_vibration_description": "[ Harmonious - Compassionate - Tolerant ]",
"overall_minor_numbers": [
{
"number": 1,
"percentage": 27.3,
"description": "[ Strong - Independent - Confident ]",
"occurrence": 3
},
{
"number": 2,
"percentage": 9.1,
"description": "[ Sensitive - Intuitive - Flexible ]",
"occurrence": 1
},
{
"number": 4,
"percentage": 9.1,
"description": "[ Reserved - Practical - Grounded ]",
"occurrence": 1
},
{
"number": 5,
"percentage": 36.4,
"description": "[ Dynamic - Energetic - Adaptable ]",
"occurrence": 4
},
{
"number": 6,
"percentage": 9.1,
"description": "[ Harmonious - Compassionate - Tolerant ]",
"occurrence": 1
},
{
"number": 7,
"percentage": 9.1,
"description": "[ Spiritual - Philosophical - Logical ]",
"occurrence": 1
}
],
"lang": "en",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "b32cbba5e711cd9c",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "analyze_phone",
"endpoint_description": "Analyzes phone numbers using numerological principles for energy and vibration.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:44.421259+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": ""
}
}
Calculation Logic¶
12066852344
→ digits: [1,2,0,6,6,8,5,2,3,4,4]
→ sum = 31 → 3+1 = 4 → but wait — 31 → 4? Wait — actual sum:
1+2+0+6+6+8+5+2+3+4+4 = 41 → 4+1 = 5 → overall_vibration = 5
Overall Vibration: Sum all digits → reduce (preserves 11,22,33)
Minor Numbers: Count frequency → % = (count / total_digits) × 100
Digit Meanings¶
| Digit | Description |
|---|---|
| 0 | Neutral buffer — no attributes |
| 1 | Strong, independent, confident |
| 2 | Sensitive, intuitive, flexible |
| 3 | Creative, inspiring, optimistic |
| 4 | Reserved, practical, grounded |
| 5 | Dynamic, energetic, adaptable |
| 6 | Harmonious, compassionate, tolerant |
| 7 | Analytical, spiritual, introspective |
| 8 | Ambitious, successful, materialistic |
| 9 | Humanitarian, wise, completion |
Note
- Input: Full phone number (with or without formatting).
- Processing: Only digits used — letters/symbols ignored.
- Overall Vibration:
reduce_number(sum)→ preserves 11,22,33 - Minor Numbers:
- Sorted by number
- Includes
occurrenceandpercentage 0included as neutral- Caching: 5-minute cache per unique request path.
- Use Case:
- Business line selection
- Personal branding
- Communication energy alignment
- Feng Shui for digital age