コンテンツにスキップ

Education Path Numerology

Education Path Numerologyエンドポイントは、学習者と専攻分野、教育機関、学習形式、およびオプションの入学日を比較します。v1.0.2準備セットの一部であり、拡張された26ロケールの意味情報バンドルを使用します。

エンドポイント

メソッド パス
GET https://api.numerologyapi.com/api/v1/education-path-numerology
POST https://api.numerologyapi.com/api/v1/education-path-numerology

利用可能性

  • 認証:X-API-Key または Authorization: Bearer YOUR_API_KEY
  • 対応 lang 値:en, fr, es, de, pt, ja, hi, ar, ru, tr, it, pl, nl, id, ko, th, ro, ur, gu, bn, vi, ta, te, mr, pa, zh
  • アクセスチャネル:ダイレクトAPI(https://api.numerologyapi.com
  • RapidAPIゲートウェイ:現在サポート外(拡張エンドポイント)
  • オプションの数秘術システム:pythagoreanchaldeanvedicpythagorean がデフォルト)
  • リリースターゲット:v1.0.2。すでにリリースされたv1.0.1のドキュメントは8言語サポートとして正確です。

パラメータ

GET クエリパラメータ

パラメータ 必須 デフォルト オプション 説明
student_name string Yes 長さ1..160 学生名
dob string Yes YYYY-MM-DD 学生の生年月日
field_of_study string Yes 長さ1..140 専攻分野
institution_name string Yes 長さ1..160 教育機関名
learning_format string No hybrid traditional, online, hybrid, self_paced, apprenticeship 学習形式
enrollment_date string No null YYYY-MM-DD オプションの入学日
num_sys string No pythagorean pythagorean, chaldean, vedic 数秘術システム
lang string No en 26対応ロケール レスポンス言語

POST クエリパラメータ

| パラメータ | 型 | 必須 | デフォルト | オプション | 説明 | |---|---|---|---|---|---|---| | lang | string | No | en | 26対応ロケール | レスポンス言語 |

POST ボディパラメータ

| パラメータ | 型 | 必須 | デフォルト | オプション | 説明 | |---|---|---|---|---|---|---| | student_name | string | Yes | | 長さ1..160 | 学生名 | | dob | string | Yes | | YYYY-MM-DD | 学生の生年月日 | | field_of_study | string | Yes | | 長さ1..140 | 専攻分野 | | institution_name | string | Yes | | 長さ1..160 | 教育機関名 | | learning_format | string | No | hybrid | traditional, online, hybrid, self_paced, apprenticeship | 学習形式 | | enrollment_date | string | No | null | YYYY-MM-DD | オプションの入学日 | | num_sys | string | No | pythagorean | pythagorean, chaldean, vedic | 数秘術システム |

リクエスト例

GET

curl -H "X-API-Key: YOUR_API_KEY" \
  "https://api.numerologyapi.com/api/v1/education-path-numerology?student_name=Daniel%20Kim&dob=2004-11-19&field_of_study=Computer%20Science&institution_name=Northbridge%20Institute&learning_format=hybrid&enrollment_date=2027-08-30&num_sys=chaldean&lang=en"

POST

curl -X POST "https://api.numerologyapi.com/api/v1/education-path-numerology?lang=en" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "student_name": "Daniel Kim",
  "dob": "2004-11-19",
  "field_of_study": "Computer Science",
  "institution_name": "Northbridge Institute",
  "learning_format": "hybrid",
  "enrollment_date": "2027-08-30",
  "num_sys": "chaldean"
}'

POST ボディ例

{
  "student_name": "Daniel Kim",
  "dob": "2004-11-19",
  "field_of_study": "Computer Science",
  "institution_name": "Northbridge Institute",
  "learning_format": "hybrid",
  "enrollment_date": "2027-08-30",
  "num_sys": "chaldean"
}

レスポンスハイライト

  • education_composite_number
  • study_field_number
  • institution_number
  • enrollment_date_number
  • education_scores
  • academic_strengths_profile
  • meaning

レスポンス形式例

{
  "numerology_system": "pythagorean",
  "meaning": { "title": "...", "overview": "..." },
  "detailed_meaning": "...",
  "_api_metadata_": {
    "endpoint_name": "education_path_numerology",
    "response_language": "ja",
    "supported_languages": ["en", "fr", "es", "de", "pt", "ja", "hi", "ar", "ru", "tr", "it", "pl", "nl", "id", "ko", "th", "ro", "ur", "gu", "bn", "vi", "ta", "te", "mr", "pa", "zh"]
  }
}

ダッシュボードを開く


Note

このエンドポイントは拡張スイートに属し、https://api.numerologyapi.com でのダイレクトAPIアクセスを通じて利用可能です。 現在、RapidAPIゲートウェイではサポートされていません


関連エンドポイント