title: Business Name Numerology API Endpoint description: Developer documentation for the Business Name Numerology endpoint in The Numerology API: business name numerology and commercial vibration analysis, request parameter options, authentication, multilingual JSON responses, and production-ready examples. Extended endpoints are available only on the direct Numerology API platform (RapidAPI gateway not supported).
Business Name Numerology¶
The Business Name Numerology endpoint returns enterprise numerology output for business name numerology and commercial vibration analysis. Use this page for integration-ready parameter rules, allowed options, and response examples.
Endpoint¶
| Method | Path |
|---|---|
GET | https://api.numerologyapi.com/api/v1/business-name-numerology |
POST | https://api.numerologyapi.com/api/v1/business-name-numerology |
Availability¶
- Authentication:
X-API-Key(orAuthorization: Bearer YOUR_API_KEY) - Supported
langvalues:en,es,de,fr,pt - Access channel: direct API (
https://api.numerologyapi.com) - RapidAPI gateway: Not currently supported for extended endpoints
Parameters¶
GET Query Parameters¶
| Parameter | Type | Required | Default | Options | Description |
|---|---|---|---|---|---|
business_name | string | Yes | — | length 1..150 | Business name to analyze |
lang | string | No | en | en, es, de, fr, pt | Response language (supported: en, es, de, fr, pt) |
POST Query Parameters¶
| Parameter | Type | Required | Default | Options | Description |
|---|---|---|---|---|---|
lang | string | No | en | en, es, de, fr, pt | Response language (supported: en, es, de, fr, pt) |
POST Body Parameters¶
| Parameter | Type | Required | Default | Options | Description |
|---|---|---|---|---|---|
business_name | string | Yes | — | length 1..150 | Business name to analyze. |
Response Example¶
GET¶
{
"business_name": "test",
"normalized_business_name": "test",
"letters_only": "TEST",
"business_name_number": 1,
"name_total": 10,
"vowel_total": 5,
"consonant_total": 5,
"soul_urge_number": 5,
"personality_number": 5,
"first_letter_value": 2,
"first_letter_energy": 2,
"digit_sum_in_name": 0,
"composite_number_with_digits": 1,
"brand_archetype": "Leader / Pioneer Brand",
"master_vibration": {
"is_master_number": false,
"master_number_value": null
},
"name_traits": {
"unique_numerology_values": [
1,
2,
5
],
"missing_numerology_values": [
3,
4,
6,
7,
8,
9
],
"repeated_numerology_values": [
2
],
"letter_count": 4,
"vowel_count": 1,
"consonant_count": 3
},
"letter_breakdown": [
{
"letter": "T",
"value": 2
},
{
"letter": "E",
"value": 5
},
{
"letter": "S",
"value": 1
},
{
"letter": "T",
"value": 2
}
],
"meaning": {
"title": "Business Name Number 1: Leadership, Originality & Market Authority",
"overview": "A business name carrying the Number 1 vibration radiates independence, innovation, ambition, and first-mover energy. This is the signature of brands that want to lead rather than follow, disrupt rather than imitate, and stand in front of the market with confidence. It often suits founders and companies that want to be perceived as bold, modern, decisive, premium, or pioneering.",
"core_brand_energy": "Leader • Pioneer • Bold • Independent • Trailblazing",
"brand_impression": "This name tends to feel strong, direct, memorable, self-assured, and forward-moving. It can signal innovation, authority, and a clear identity in crowded markets.",
"best_for_businesses": [
"Startups with disruptive or innovative products",
"Founder-led brands with a strong personal vision",
"Tech, AI, SaaS, consulting, premium service, or personal brands",
"Businesses that want to position themselves as category leaders"
],
"commercial_strengths": [
"Strong first impression and memorable market presence",
"Natural alignment with leadership, ambition, and originality",
"Good for premium positioning and bold brand storytelling",
"Supports fast action, sharp messaging, and decisive brand tone"
],
"customer_perception": [
"Confident and high-potential",
"Modern and assertive",
"Independent and visionary",
"A brand that knows where it is going"
],
"branding_advantages": [
"Excellent for bold logos, clear messaging, and distinctive launches",
"Works well with founder-centered marketing",
"Easy to shape into a premium or authority-driven identity",
"Supports brands that want to own a niche rather than blend in"
],
"watch_out": [
"Can feel too aggressive or self-centered if the messaging lacks warmth",
"May intimidate customers if the brand voice becomes overly dominant",
"Needs strong consistency so the confidence feels credible, not forced",
"Can overpromise if the business moves faster than its systems"
],
"growth_strategy_tip": "Build the brand around confidence, originality, and clear leadership. Let the market feel that your business is not just participating, but defining direction.",
"ideal_brand_voice": "Confident, sharp, visionary, concise, ambitious",
"spiritual_business_message": "This name carries the energy of initiation. It asks the business to lead with courage, create with conviction, and trust its original path.",
"affirmation": "My business leads with originality, confidence, and bold vision. We are here to set the pace."
},
"detailed_meaning": "1 vibrates with the energy of leadership, innovation, and independent pioneering—making it ideal for startups, tech companies, or brands aiming to be first in their market. This name signals confidence, originality, and a willingness to break norms; customers perceive the business as bold, decisive, and authoritative. It supports initiatives that require strong individual branding, solo entrepreneurship, or disruptive technology. However, the shadow side includes aggression, isolation, or a reputation for being too self-centered; care must be taken not to alienate partners or customers with impatience. To harmonize, ensure the business culture encourages initiative while remaining open to feedback. When honored, a Name 1 becomes a beacon of new possibilities—proving that the brand is a leader capable of carving its own path without waiting for permission.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "aed6049f2aa6b5b1",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "1.0.0",
"endpoint_name": "business_name_numerology",
"endpoint_description": "Analyzes a business name using numerology to reveal brand vibration, expression, and commercial identity strengths.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-03-28T14:37:45.719810+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": ""
}
}
¶
{
"business_name": "test",
"normalized_business_name": "test",
"letters_only": "TEST",
"business_name_number": 1,
"name_total": 10,
"vowel_total": 5,
"consonant_total": 5,
"soul_urge_number": 5,
"personality_number": 5,
"first_letter_value": 2,
"first_letter_energy": 2,
"digit_sum_in_name": 0,
"composite_number_with_digits": 1,
"brand_archetype": "Leader / Pioneer Brand",
"master_vibration": {
"is_master_number": false,
"master_number_value": null
},
"name_traits": {
"unique_numerology_values": [
1,
2,
5
],
"missing_numerology_values": [
3,
4,
6,
7,
8,
9
],
"repeated_numerology_values": [
2
],
"letter_count": 4,
"vowel_count": 1,
"consonant_count": 3
},
"letter_breakdown": [
{
"letter": "T",
"value": 2
},
{
"letter": "E",
"value": 5
},
{
"letter": "S",
"value": 1
},
{
"letter": "T",
"value": 2
}
],
"meaning": {
"title": "Business Name Number 1: Leadership, Originality & Market Authority",
"overview": "A business name carrying the Number 1 vibration radiates independence, innovation, ambition, and first-mover energy. This is the signature of brands that want to lead rather than follow, disrupt rather than imitate, and stand in front of the market with confidence. It often suits founders and companies that want to be perceived as bold, modern, decisive, premium, or pioneering.",
"core_brand_energy": "Leader • Pioneer • Bold • Independent • Trailblazing",
"brand_impression": "This name tends to feel strong, direct, memorable, self-assured, and forward-moving. It can signal innovation, authority, and a clear identity in crowded markets.",
"best_for_businesses": [
"Startups with disruptive or innovative products",
"Founder-led brands with a strong personal vision",
"Tech, AI, SaaS, consulting, premium service, or personal brands",
"Businesses that want to position themselves as category leaders"
],
"commercial_strengths": [
"Strong first impression and memorable market presence",
"Natural alignment with leadership, ambition, and originality",
"Good for premium positioning and bold brand storytelling",
"Supports fast action, sharp messaging, and decisive brand tone"
],
"customer_perception": [
"Confident and high-potential",
"Modern and assertive",
"Independent and visionary",
"A brand that knows where it is going"
],
"branding_advantages": [
"Excellent for bold logos, clear messaging, and distinctive launches",
"Works well with founder-centered marketing",
"Easy to shape into a premium or authority-driven identity",
"Supports brands that want to own a niche rather than blend in"
],
"watch_out": [
"Can feel too aggressive or self-centered if the messaging lacks warmth",
"May intimidate customers if the brand voice becomes overly dominant",
"Needs strong consistency so the confidence feels credible, not forced",
"Can overpromise if the business moves faster than its systems"
],
"growth_strategy_tip": "Build the brand around confidence, originality, and clear leadership. Let the market feel that your business is not just participating, but defining direction.",
"ideal_brand_voice": "Confident, sharp, visionary, concise, ambitious",
"spiritual_business_message": "This name carries the energy of initiation. It asks the business to lead with courage, create with conviction, and trust its original path.",
"affirmation": "My business leads with originality, confidence, and bold vision. We are here to set the pace."
},
"detailed_meaning": "1 vibrates with the energy of leadership, innovation, and independent pioneering—making it ideal for startups, tech companies, or brands aiming to be first in their market. This name signals confidence, originality, and a willingness to break norms; customers perceive the business as bold, decisive, and authoritative. It supports initiatives that require strong individual branding, solo entrepreneurship, or disruptive technology. However, the shadow side includes aggression, isolation, or a reputation for being too self-centered; care must be taken not to alienate partners or customers with impatience. To harmonize, ensure the business culture encourages initiative while remaining open to feedback. When honored, a Name 1 becomes a beacon of new possibilities—proving that the brand is a leader capable of carving its own path without waiting for permission.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "aed6049f2aa6b5b1",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "1.0.0",
"endpoint_name": "business_name_numerology",
"endpoint_description": "Analyzes a business name using numerology to reveal brand vibration, expression, and commercial identity strengths.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-03-28T14:37:45.719810+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": ""
}
}
Note
This endpoint belongs to the Extended suite and is available through direct API access at https://api.numerologyapi.com. It is currently not supported via the RapidAPI gateway.