Skip to main content
GET/v1/numerology/mobile-number

Mobile Number Numerology

Analyses a mobile/phone number numerologically. Sums all digits to a single number and returns theme, harmony score, and recommended uses.

Request parameters

numberrequired
string
Mobile number (digits only or with country code)

Response fields

success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
Mobile or vehicle number analysis (digit-sum reduction).
data.input
string
data.input_type
string
data.total
integer
data.single_digit
integer
data.is_master
boolean
data.theme
string
data.favourable_for
array[string]
data.caution
string
data.harmony_score
integer

Errors

Missing or invalid API key.
Upstream ephemeris service error.
API key tier does not include this endpoint.
Unexpected server error.
Too many requests in a short window.
Request body exceeds the size limit.
Referenced resource was not found.
Request body failed schema validation.