Hidden Passion Positions (HPPN) & Gap Resonance¶
HPPN is a groundbreaking numerology discovery by Etuge Anselm E., the developer of this API.
While Hidden Passion Number reveals your dominant talent, HPPN goes deeper by mapping those dominant letters to their positions in your name:
| Position | Life Area |
|---|---|
| First Name | Personality, outward expression |
| Middle Name | Relationships, emotions, inner self |
| Last Name | Family legacy, career, societal role |
Gap Resonance (optional) analyzes spacing between dominant letters — revealing rhythm, timing, and karmic flow.
Master Numbers Preserved (11, 22, 33)
Reduce option – toggle final reduction
Gap Resonance – toggle spacing analysis
Endpoint¶
| Method | Path |
|---|---|
GET | https://the-numerology-api.p.rapidapi.com/hidden-passion-positions |
POST | https://the-numerology-api.p.rapidapi.com/hidden-passion-positions |
Required Headers¶
x-rapidapi-key: YOUR_RAPIDAPI_KEY
x-rapidapi-host: the-numerology-api.p.rapidapi.com
Content-Type: application/json (POST only)
Get your key from RapidAPI.
Parameters¶
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | Yes | — | Full name (e.g., "Jesus Christ"). |
reduce | string | No | "true" | "true" → reduce sums; "false" → keep raw. |
include_gaps | string | No | "true" | "true" → include gap resonance; "false" → omit. |
Example Requests¶
GET Request¶
curl --request GET \
--url "https://the-numerology-api.p.rapidapi.com/hidden-passion-positions?name=Jesus%20Christ&reduce=true&include_gaps=true" \
--header "x-rapidapi-key: YOUR_RAPIDAPI_KEY" \
--header "x-rapidapi-host: the-numerology-api.p.rapidapi.com"
POST Request (JSON Body)¶
curl --request POST \
--url "https://the-numerology-api.p.rapidapi.com/hidden-passion-positions" \
--header "x-rapidapi-key: YOUR_RAPIDAPI_KEY" \
--header "x-rapidapi-host: the-numerology-api.p.rapidapi.com" \
--header "Content-Type: application/json" \
--data '{
"name": "Emma Grace Johnson",
"reduce": true,
"include_gaps": true
}'
Response Example¶
{
"name": "Jesus Christ",
"letters_only": "JesusChrist",
"dominant_letters": ["S"],
"hidden_passion_numbers": [1],
"positions_by_letter": { "S": [3, 5, 10] },
"position_sums": { "S": 18 },
"hppn": { "S": { "sum": 18, "reduced": 9 } },
"gaps": {
"S": {
"sequence": [2, 5],
"sum": 7,
"reduced": 7
}
},
"meanings": {
"hidden_passion_1": "Initiative, independence, leadership, originality.",
"hppn_9": "Compassion, service, completion, humanitarianism.",
"gaps_7": "Introspection, study, mysticism, analysis."
},
"detailed_meanings": {
"hidden_passion_1": "Initiative, independence, and pioneering energy...",
"hppn_9": "Compassion, service, and humanitarian focus dominate...",
"hppn_7": "Introspection, study, and spiritual analysis are highlighted..."
},
"status": 200
}
HPPN Interpretation¶
| Reduced HPPN | Area | Core Energy |
|---|---|---|
| 1 | First | Leadership in self-expression |
| 2 | Middle | Harmony in relationships |
| 3 | First | Creative communication |
| 4 | Last | Structured legacy |
| 5 | First | Adventurous personality |
| 6 | Middle | Nurturing emotional bonds |
| 7 | Gaps | Spiritual timing & insight |
| 8 | Last | Power in career |
| 9 | Last | Humanitarian family role |
| 11 | Any | Visionary influence |
| 22 | Last | Legacy builder |
| 33 | Middle | Master healer in love |
Gap Resonance (Optional)¶
- Sequence: Gaps between positions (e.g.,
[2, 5]→ 2 letters, then 5) - Sum → Reduce → reveals rhythm of manifestation
- Example: Gaps sum to 7 → spiritual timing, deep reflection
Note
- Input: Full name — only letters used.
- Dominant Letters: Highest frequency (ties included).
- Positions: 1-indexed in
letters_only. - HPPN: Sum of positions →
reduce_number()(ifreduce=true). - Gap Resonance: Only if
include_gaps=trueand ≥2 occurrences. - Validation:
- Missing
name→400 - No letters →
422 - Use Case:
- Soul blueprint decoding
- Life area activation
- Karmic timing
- Spiritual coaching