Relocation Compatibility¶
Relocation Compatibilityエンドポイントは、個人と都市、国、オプションの住所、およびオプションの転居日を比較し、象徴的な移住適合性を評価します。v1.0.2準備セットの一部であり、拡張された26ロケールの意味情報バンドルを使用します。
エンドポイント¶
| メソッド | パス |
|---|---|
GET | https://api.numerologyapi.com/api/v1/relocation-compatibility |
POST | https://api.numerologyapi.com/api/v1/relocation-compatibility |
利用可能性¶
- 認証:
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ゲートウェイ:現在サポート外(拡張エンドポイント)
- オプションの数秘術システム:
pythagorean、chaldean、vedic(pythagoreanがデフォルト) - リリースターゲット:v1.0.2。すでにリリースされたv1.0.1のドキュメントは8言語サポートとして正確です。
パラメータ¶
GET クエリパラメータ¶
| パラメータ | 型 | 必須 | デフォルト | オプション | 説明 |
|---|---|---|---|---|---|
full_name | string | Yes | — | 長さ1..160 | 個人の名前 |
dob | string | Yes | — | YYYY-MM-DD | 生年月日 |
destination_city | string | Yes | — | 長さ1..120 | 目的地の都市 |
destination_country | string | No | null | 長さ0..120 | 目的地の国 |
address_line | string | No | null | 長さ0..180 | オプションの住所または地域 |
move_date | string | No | null | YYYY-MM-DD | オプションの転居日 |
priority | string | No | career | career, belonging, relationships, creativity, restoration | 移住の優先事項 |
num_sys | string | No | pythagorean | pythagorean, chaldean, vedic | 数秘術システム |
lang | string | No | en | 26対応ロケール | レスポンス言語 |
POST クエリパラメータ¶
| パラメータ | 型 | 必須 | デフォルト | オプション | 説明 | |---|---|---|---|---|---|---| | lang | string | No | en | 26対応ロケール | レスポンス言語 |
POST ボディパラメータ¶
| パラメータ | 型 | 必須 | デフォルト | オプション | 説明 | |---|---|---|---|---|---|---| | full_name | string | Yes | — | 長さ1..160 | 個人の名前 | | dob | string | Yes | — | YYYY-MM-DD | 生年月日 | | destination_city | string | Yes | — | 長さ1..120 | 目的地の都市 | | destination_country | string | No | null | 長さ0..120 | 目的地の国 | | address_line | string | No | null | 長さ0..180 | オプションの住所または地域 | | move_date | string | No | null | YYYY-MM-DD | オプションの転居日 | | priority | string | No | career | career, belonging, relationships, creativity, restoration | 移住の優先事項 | | num_sys | string | No | pythagorean | pythagorean, chaldean, vedic | 数秘術システム |
リクエスト例¶
GET¶
curl -H "X-API-Key: YOUR_API_KEY" \
"https://api.numerologyapi.com/api/v1/relocation-compatibility?full_name=Maya%20Thompson&dob=1988-09-23&destination_city=Lisbon&destination_country=Portugal&address_line=18%20Rua%20do%20Sol&move_date=2027-03-01&priority=career&num_sys=chaldean&lang=en"
POST¶
curl -X POST "https://api.numerologyapi.com/api/v1/relocation-compatibility?lang=en" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"full_name": "Maya Thompson",
"dob": "1988-09-23",
"destination_city": "Lisbon",
"destination_country": "Portugal",
"address_line": "18 Rua do Sol",
"move_date": "2027-03-01",
"priority": "career",
"num_sys": "chaldean"
}'
POST ボディ例¶
{
"full_name": "Maya Thompson",
"dob": "1988-09-23",
"destination_city": "Lisbon",
"destination_country": "Portugal",
"address_line": "18 Rua do Sol",
"move_date": "2027-03-01",
"priority": "career",
"num_sys": "chaldean"
}
レスポンスハイライト¶
relocation_composite_numberdestination_numberaddress_numbermove_date_numberrelocation_scoresalignment_bandmeaning
レスポンス形式例¶
{
"numerology_system": "pythagorean",
"meaning": { "title": "...", "overview": "..." },
"detailed_meaning": "...",
"_api_metadata_": {
"endpoint_name": "relocation_compatibility",
"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ゲートウェイではサポートされていません。