電話番号分析ツール¶
電話番号分析ツールは、任意の電話番号の数理的なエネルギーを、以下の方法で明らかにします。 - 全ての桁の合計(桁の合計 → 減少)を計算する - 各桁の周波数と意味を分解する - 各数字の影響度をパーセンテージで示す
ビジネスラインの選択、個人ブランドの構築、またはデジタルアイデンティティの理解に最適です。
マスターナンバー: 11, 22, 33 の全体的なエネルギーに保持 0~9のすべての桁を分析
エンドポイント¶
| メソッド | パス |
|---|---|
GET | https://api.numerologyapi.com/api/v1/analyze_phone |
POST | https://api.numerologyapi.com/api/v1/analyze_phone/post |
必要なヘッダー¶
Authorization: Bearer YOUR_API_KEYを使用して認証することも可能です。数理APIダッシュボード で API キーを作成および管理します。
パラメータ¶
| パラメータ | 型 | 必須 | 説明 |
|---|---|---|---|
phone_number | 文字列 | はい | 電話番号(例:12066852344)。 |
数字のみ - 計算には数字以外の文字は無視されます。
レスポンスをローカライズするために、オプションのクエリパラメータ
langを追加します。 サポートされている値:en,es,de,fr,pt。
サンプルリクエスト¶
GET リクエスト```bash¶
curl --request GET \ --url "https://api.numerologyapi.com/api/v1/analyze_phone?phone_number=%2B14155552671&lang=en" \ --header "X-API-Key: YOUR_API_KEY"
### POSTリクエスト(JSONボディ)
```bash
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/analyze_phone/post?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"phone_number": "+14155552671",
"lang": "en"
}'
レスポンス例¶
{
"phone_number": "+14155552671",
"phone_overall_vibration": 6,
"phone_vibration_description": "[ Harmonious - Compassionate - Tolerant ]",
"overall_minor_numbers": [
{
"number": 1,
"percentage": 27.3,
"description": "[ Strong - Independent - Confident ]",
"occurrence": 3
},
{
"number": 2,
"percentage": 9.1,
"description": "[ Sensitive - Intuitive - Flexible ]",
"occurrence": 1
},
{
"number": 4,
"percentage": 9.1,
"description": "[ Reserved - Practical - Grounded ]",
"occurrence": 1
},
{
"number": 5,
"percentage": 36.4,
"description": "[ Dynamic - Energetic - Adaptable ]",
"occurrence": 4
},
{
"number": 6,
"percentage": 9.1,
"description": "[ Harmonious - Compassionate - Tolerant ]",
"occurrence": 1
},
{
"number": 7,
"percentage": 9.1,
"description": "[ Spiritual - Philosophical - Logical ]",
"occurrence": 1
}
],
"lang": "en",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "b32cbba5e711cd9c",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "analyze_phone",
"endpoint_description": "Analyzes phone numbers using numerological principles for energy and vibration.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:44.421259+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": ""
}
}
計算ロジック¶
12066852344
→ digits: [1,2,0,6,6,8,5,2,3,4,4]
→ sum = 31 → 3+1 = 4 → but wait — 31 → 4? Wait — actual sum:
1+2+0+6+6+8+5+2+3+4+4 = 41 → 4+1 = 5 → overall_vibration = 5
Overall Vibration: Sum all digits → reduce (preserves 11,22,33)
少数数字: 出現頻度をカウント → % = (出現回数 / 総桁数) × 100
---¶
数字の意味¶
| Digit | Description |
|---|---|
| 0 | 中立バッファ – 属性なし |
注意
- 入力: 電話番号(フォーマットありまたはなし)。
- 処理: 数字のみを使用 - 文字/記号は無視。
- 全体的な振動:
reduce_number(sum)→ 11, 22, 33 を保持 - 小規模な数字:
- 数字でソート
occurrenceとpercentageを含む0は中立として扱う- キャッシュ: 独自の要求パスごとに 5分間のキャッシュ。
- 利用例:
- ビジネスラインの選択
- パーソナルブランディング
- コミュニケーションエネルギーの調整
- デジタル時代の風水