Relocation Compatibility
Der Relocation Compatibility-Endpunkt vergleicht eine Person mit einer Stadt, einem Land, einer optionalen Adresse und einem optionalen Umzugsdatum auf symbolische Umzugseignung. Er ist Teil des v1.0.2-Vorbereitungssatzes und verwendet die erweiterten 26-Locale-Bedeutungspakete.
Endpunkt
| Methode | Pfad |
GET | https://api.numerologyapi.com/api/v1/relocation-compatibility |
POST | https://api.numerologyapi.com/api/v1/relocation-compatibility |
Verfügbarkeit
- Authentifizierung:
X-API-Key oder Authorization: Bearer YOUR_API_KEY - Unterstützte
lang-Werte: 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 - Zugangskanal: direkte API (
https://api.numerologyapi.com) - RapidAPI-Gateway: Derzeit nicht unterstützt für erweiterte Endpunkte
- Optionale Numerologie-Systeme:
pythagorean, chaldean, vedic (pythagorean ist die Standardeinstellung) - Zielversion: v1.0.2. Die bereits veröffentlichten v1.0.1-Dokumente bleiben mit 8-Sprachen-Unterstützung korrekt.
Parameter
GET-Abfrageparameter
| Parameter | Typ | Erforderlich | Standard | Optionen | Beschreibung |
full_name | string | Ja | — | Länge 1..160 | Name der Person |
dob | string | Ja | — | YYYY-MM-DD | Geburtsdatum |
destination_city | string | Ja | — | Länge 1..120 | Zielstadt |
destination_country | string | Nein | null | Länge 0..120 | Zielland |
address_line | string | Nein | null | Länge 0..180 | Optionale Adresse oder Nachbarschaft |
move_date | string | Nein | null | YYYY-MM-DD | Optionales Umzugsdatum |
priority | string | Nein | career | career, belonging, relationships, creativity, restoration | Umzugspriorität |
num_sys | string | Nein | pythagorean | pythagorean, chaldean, vedic | Numerologie-System |
lang | string | Nein | en | 26 unterstützte Locales | Antwortsprache |
POST-Abfrageparameter
| Parameter | Typ | Erforderlich | Standard | Optionen | Beschreibung |
lang | string | Nein | en | 26 unterstützte Locales | Antwortsprache |
POST-Body-Parameter
| Parameter | Typ | Erforderlich | Standard | Optionen | Beschreibung |
full_name | string | Ja | — | Länge 1..160 | Name der Person |
dob | string | Ja | — | YYYY-MM-DD | Geburtsdatum |
destination_city | string | Ja | — | Länge 1..120 | Zielstadt |
destination_country | string | Nein | null | Länge 0..120 | Zielland |
address_line | string | Nein | null | Länge 0..180 | Optionale Adresse oder Nachbarschaft |
move_date | string | Nein | null | YYYY-MM-DD | Optionales Umzugsdatum |
priority | string | Nein | career | career, belonging, relationships, creativity, restoration | Umzugspriorität |
num_sys | string | Nein | pythagorean | pythagorean, chaldean, vedic | Numerologie-System |
Anfragebeispiele
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-Body-Beispiel
{
"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"
}
Antwort-Highlights
relocation_composite_number destination_number address_number move_date_number relocation_scores alignment_band meaning
Beispiel-Antwortstruktur
{
"numerology_system": "pythagorean",
"meaning": { "title": "...", "overview": "..." },
"detailed_meaning": "...",
"_api_metadata_": {
"endpoint_name": "relocation_compatibility",
"response_language": "de",
"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"]
}
}
Open Dashboard
Note
Dieser Endpunkt gehört zur erweiterten Suite und ist über direkten API-Zugriff unter https://api.numerologyapi.com verfügbar. Er wird derzeit nicht über das RapidAPI-Gateway unterstützt.
Verwandte Endpunkte