search

Copy page

Copy page as Markdown for LLMs

View as Markdown

View this page as plain text


Open in ChatGPT

Ask ChatGPT about this page

Open in Claude

Ask Claude about this page

New Mobile Number

The New Mobile Number API helps generate numerology-based mobile number insights using core identity details (name and date inputs) for evaluation and guidance


API Endpoint

POST https://astroapi-7.divineapi.com/numerology/v1/new-mobile-number

Returns New Mobile Number details in the response.


Headers

NameTypeDescription
Authorization*StringYour API Access Token (Bearer {token})

Request Body

KeyTypeExample ValueDescription
api_key*Text{{api_key}}Your Divine API key
fname*TextAbhishekFirst name
lname*TextPandeyLast name
day*Text24Day value
month*Text05Month value (MM)
year*Text2023Year value (YYYY)

200: OK New Mobile Number Details Fetched Successfully

{
    "success": 1,
    "data": {
        "profile": {
            "name": "ABHISHEK PANDEY",
            "dob": "2023-05-24",
            "core_numbers": {
                "birth_number": 6,
                "life_path": 9,
                "name_number": 3
            },
            "goals": [
                "general"
            ]
        },
        "digit_guidance": {
            "title": "Digit-by-Digit Recommendations for Your Mobile Number",
            "note": "Below is the exact digit guidance your mobile number should follow.",
            "digit_balance_table": [
                {
                    "digit": 1,
                    "count_in_chart": 0,
                    "recommended_in_mobile": {
                        "min": 2,
                        "max": 3
                    },
                    "summary": "Missing; must be added 2–3 times for balance.",
                    "interpretation": "Since Number 1 is present 0 times in your chart, you may struggle with self-confidence or taking the lead in life. Adding this number to your mobile will restore your personal power and activate the ambition needed to initiate successful projects."
                },
                {
                    "digit": 2,
                    "count_in_chart": 3,
                    "recommended_in_mobile": {
                        "min": 0,
                        "max": 1
                    },
                    "summary": "Strong; use lightly if at all.",
                    "interpretation": "Since you already have Number 2 appearing 3 times, your sensitivity and intuition are already highly active in your life path. Use this number lightly in your mobile to ensure your emotions do not become so strong that they cloud your logical decision-making."
                },
                {
                    "digit": 3,
                    "count_in_chart": 2,
                    "recommended_in_mobile": {
                        "min": 0,
                        "max": 2
                    },
                    "summary": "Balanced; can appear naturally but don’t overdo it.",
                    "interpretation": "With Number 3 present 2 times, your wisdom and social communication skills are already in a balanced state. Maintaining this count helps you stay creative and respected by your peers without becoming overly talkative or scattered in your focus."
                },
                {
                    "digit": 4,
                    "count_in_chart": 1,
                    "recommended_in_mobile": {
                        "min": 0,
                        "max": 1
                    },
                    "summary": "Weak digit; only one more allowed.",
                    "interpretation": "Since Number 4 appears only once, your grounding in practicality and discipline is present but somewhat weak. You may add one more instance to your mobile to strengthen your work ethic, but be careful not to exceed this as it could trigger unnecessary struggles."
                },
                {
                    "digit": 5,
                    "count_in_chart": 1,
                    "recommended_in_mobile": {
                        "min": 1,
                        "max": 2
                    },
                    "summary": "Weak; can be added 1–2 times to strengthen.",
                    "interpretation": "Since Number 5 appears only once, your business acumen and marketing skills are present but currently weak. Strengthening this count will help improve your adaptability and give you the mental agility required to excel in travel or commercial ventures."
                },
                {
                    "digit": 6,
                    "count_in_chart": 1,
                    "recommended_in_mobile": {
                        "min": 1,
                        "max": 2
                    },
                    "summary": "Weak; can be added 1–2 times to strengthen.",
                    "interpretation": "Since Number 6 appears only once, your ability to enjoy the finer things in life and maintain relationship harmony is present but currently weak. Strengthening this count will help you enhance your personal charm and boost your prospects in the arts, fashion, or lifestyle-related success."
                },
                {
                    "digit": 7,
                    "count_in_chart": 0,
                    "recommended_in_mobile": {
                        "min": 2,
                        "max": 3
                    },
                    "summary": "Missing; must be added 2–3 times for balance.",
                    "interpretation": "Since Number 7 is present 0 times in your chart, you may feel disconnected from your intuition or struggle with deep analytical thinking. Adding this number to your mobile will help activate your spiritual depth and restore the focus needed for research, healing, and understanding hidden knowledge."
                },
                {
                    "digit": 8,
                    "count_in_chart": 0,
                    "recommended_in_mobile": {
                        "min": 1,
                        "max": 2
                    },
                    "summary": "Missing digit; can be used but total life count must not exceed 2.",
                    "interpretation": "Since Number 8 is present 0 times in your chart, you may find it difficult to maintain the discipline required for long-term financial security or wealth accumulation. Adding this digit to your mobile can help activate your endurance and professional authority, provided you keep the count low to avoid attracting unnecessary hardships."
                },
                {
                    "digit": 9,
                    "count_in_chart": 1,
                    "recommended_in_mobile": {
                        "min": 1,
                        "max": 2
                    },
                    "summary": "Weak; can be added 1–2 times to strengthen.",
                    "interpretation": "Since Number 9 appears only once, your assertive energy and physical stamina are present but currently weak. Strengthening this count will help you boost your courage and provide you with the necessary willpower to complete tasks and protect your interests effectively."
                }
            ],
            "mobile_blueprint": {
                "rule_1": {
                    "title": "Mobile Sum Requirement",
                    "instruction": [
                        {
                            "mo_total": [
                                3,
                                6,
                                9
                            ],
                            "description": "The sum of all digits in the mobile number must equal 3 or 6 or 9."
                        }
                    ]
                },
                "rule_2": {
                    "title": "Include Missing Digits",
                    "instruction": [
                        {
                            "digit": 1,
                            "description": "Add digit 1 to strengthen self-confidence, leadership ability and personal authority. This helps activate ambition, independence and decision-making power.",
                            "recommended_count": "2-3 times"
                        },
                        {
                            "digit": 7,
                            "description": "Add digit 7 to enhance intuition, spiritual awareness and inner clarity. This supports healing ability, deep thinking and higher consciousness.",
                            "recommended_count": "2-3 times"
                        },
                        {
                            "digit": 8,
                            "description": "Add digit 8 to strengthen financial discipline, karmic balance and authority over delays. This improves wealth retention, patience and long-term success.",
                            "recommended_count": "1-2 times"
                        }
                    ]
                },
                "rule_3": {
                    "title": "Strengthen Weak Digits",
                    "instruction": [
                        {
                            "digit": 4,
                            "description": "Strengthen digit 4 to reinforce practical discipline and master modern technology. This helps stabilize unconventional career paths and provides the hard work necessary to turn potential instability into success.",
                            "recommended_count": "0-1 times"
                        },
                        {
                            "digit": 5,
                            "description": "Strengthen digit 5 to sharpen your business intellect and marketing skills. This boosts your versatility in travel and sales, ensuring your networking efforts result in rapid motion and financial progress.",
                            "recommended_count": "1-2 times"
                        },
                        {
                            "digit": 6,
                            "description": "Strengthen digit 6 to attract luxury and ensure domestic harmony within the home. This stabilizes love vibrations and marriage prospects, allowing you to fully enjoy the arts, fashion, and life's pleasures.",
                            "recommended_count": "1-2 times"
                        },
                        {
                            "digit": 9,
                            "description": "Strengthen digit 9 to boost your physical strength and competitive courage. This provides the protective energy and vitality needed to handle high-action environments and safeguard your health resilience..",
                            "recommended_count": "1-2 times"
                        }
                    ]
                },
                "rule_4": {
                    "title": "Restrict Heavy Digits",
                    "instruction": [
                        {
                            "digit": 2,
                            "description": "You already possess deep emotional receptivity; limit Number 2 to prevent mental unrest or over-dependence in relationships. Balancing this ensures your intuition remains a strength rather than a source of instability.",
                            "restriction": "Limit to 1 occurrence"
                        },
                        {
                            "digit": 3,
                            "description": "Your energy for expansion and optimism is already highly active; limit Number 3 to avoid over-committing in communication or learning. This prevents your creative drive from becoming scattered or unrealistic.",
                            "restriction": "Limit to 2 occurrence"
                        }
                    ]
                },
                "rule_5": {
                    "title": "Maintain Overall Balance",
                    "instruction": [
                        {
                            "description": "No single digit should dominate the mobile number excessively."
                        },
                        {
                            "description": "Exceptions are allowed only for correcting missing digits (1 and 7 and 8)."
                        }
                    ]
                }
            }
        }
    }
}

Example Code Implementations

Below are example implementations in various programming environments.


cURL

curl --location 'https://astroapi-7.divineapi.com/numerology/v1/new-mobile-number' \
--header 'Authorization: Bearer divine auth token' \
--form 'api_key="Enter your divine api key"' \
--form 'fname="Abhishek"' \
--form 'lname="Pandey"' \
--form 'day="24"' \
--form 'month="05"' \
--form 'year="2023"'

NodeJS

var request = require('request');
var options = {
  'method': 'POST',
  'url': 'https://astroapi-7.divineapi.com/numerology/v1/new-mobile-number',
  'headers': {
    'Authorization': 'Bearer divine auth token'
  },
  formData: {
    'api_key': 'Enter your divine api key',
    'fname': 'Abhishek',
    'lname': 'Pandey',
    'day': '24',
    'month': '05',
    'year': '2023'
  }
};
request(options, function (error, response) {
  if (error) throw new Error(error);
  console.log(response.body);
});

JavaScript jQuery AJAX

var form = new FormData();
form.append("api_key", "Enter your divine api key");
form.append("fname", "Abhishek");
form.append("lname", "Pandey");
form.append("day", "24");
form.append("month", "05");
form.append("year", "2023");

var settings = {
  "url": "https://astroapi-7.divineapi.com/numerology/v1/new-mobile-number",
  "method": "POST",
  "timeout": 0,
  "headers": {
    "Authorization": "Bearer divine auth token"
  },
  "processData": false,
  "mimeType": "multipart/form-data",
  "contentType": false,
  "data": form
};

$.ajax(settings).done(function (response) {
  console.log(response);
});

Python

import requests

url = "https://astroapi-7.divineapi.com/numerology/v1/new-mobile-number"

payload = {'api_key': 'Enter your divine api key',
'fname': 'Abhishek',
'lname': 'Pandey',
'day': '24',
'month': '05',
'year': '2023'}
files=[

]
headers = {
  'Authorization': 'Bearer divine auth token'
}

response = requests.request("POST", url, headers=headers, data=payload, files=files)

print(response.text)

Implementation Notes

Use Authorization: Bearer {Your Auth Token} and {Your API Key} securely; never expose them in client-side code.

Check HTTP status codes, log responses, and handle 4xx/5xx errors gracefully.