Skip to content

title: "Product Name Numerology" description: Developer documentation for the Product Name Numerology endpoint in The Numerology API: product, course, app, feature, or offer-name market tone and launch positioning, request parameter options, authentication, multilingual JSON responses, numerology system support, and production-ready examples. Extended endpoints are available only on the direct Numerology API platform (RapidAPI gateway not supported).


Product Name Numerology

The Product Name Numerology endpoint evaluates product, course, app, feature, or offer names for market tone, copywriting angle, and commercial positioning. Use this page for integration-ready parameter rules, allowed options, and response examples.

Endpoint

Method Path
GET https://api.numerologyapi.com/api/v1/product-name-numerology
POST https://api.numerologyapi.com/api/v1/product-name-numerology

Availability

  • Authentication: X-API-Key (or Authorization: Bearer YOUR_API_KEY)
  • Supported lang values: en, es, de, fr, pt, ar, hi, ja
  • Access channel: direct API (https://api.numerologyapi.com)
  • RapidAPI gateway: Not currently supported for extended endpoints
  • Optional numerology systems: pythagorean, chaldean, vedic (pythagorean is the default)

Parameters

GET Query Parameters

Parameter Type Required Default Options Description
product_name string Yes length 1..120 Product, offer, app, course, or feature name
category string No general for example subscription, course, app, service, saas Product category
audience string No general_consumers for example developers, creators, families, executives Audience profile
num_sys string No pythagorean pythagorean, chaldean, vedic Numerology system used for name calculations
lang string No en en, es, de, fr, pt, ar, hi, ja Response language

POST Query Parameters

Parameter Type Required Default Options Description
lang string No en en, es, de, fr, pt, ar, hi, ja Response language

POST Body Parameters

Parameter Type Required Default Options Description
product_name string Yes length 1..120 Product, offer, app, course, or feature name
category string \| null No null supported category keys Product category
audience string \| null No null supported audience keys Audience profile
num_sys string No pythagorean pythagorean, chaldean, vedic Numerology system used for name calculations

Request Examples

GET

curl -H "X-API-Key: YOUR_API_KEY" \
  "https://api.numerologyapi.com/api/v1/product-name-numerology?product_name=Power%20Go&category=subscription&audience=developers&num_sys=pythagorean&lang=en"

POST

curl -X POST "https://api.numerologyapi.com/api/v1/product-name-numerology?lang=en" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "product_name": "Power Go",
  "category": "subscription",
  "audience": "developers",
  "num_sys": "pythagorean"
}'

POST Body Example

{
  "product_name": "Power Go",
  "category": "subscription",
  "audience": "developers",
  "num_sys": "pythagorean"
}

Response Highlights

  • product_name_number
  • vowel_signal_number
  • consonant_signal_number
  • first_word_number
  • category_label
  • audience_profile
  • meaning
  • detailed_meaning

Response Example

{
  "numerology_system": "pythagorean",
  "product_name": "Power Go",
  "category": "subscription",
  "audience": "developers",
  "product_name_number": 1,
  "vowel_signal_number": 8,
  "consonant_signal_number": 2,
  "first_word_number": 6,
  "meaning": { "title": "The Category Creator", "overview": "..." }
}

Open Dashboard


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.