Ga naar inhoud

Relocation Compatibility

Het Relocation Compatibility-endpoint vergelijkt een persoon met een stad, land, optioneel adres en optionele verhuisdatum voor symbolische verhuizingsgeschiktheid. Het maakt deel uit van de v1.0.2 voorbereidingsset en gebruikt de uitgebreide 26-locale betekenisbundels.

Endpoint

Methode Pad
GET https://api.numerologyapi.com/api/v1/relocation-compatibility
POST https://api.numerologyapi.com/api/v1/relocation-compatibility

Beschikbaarheid

  • Authenticatie: X-API-Key of Authorization: Bearer YOUR_API_KEY
  • Ondersteunde lang-waarden: 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
  • Toegangskanaal: directe API (https://api.numerologyapi.com)
  • RapidAPI-gateway: Niet ondersteund voor uitgebreide endpoints
  • Optionele numerologiesystemen: pythagorean, chaldean, vedic (pythagorean is de standaard)
  • Release doelwit: v1.0.2. De reeds uitgebrachte v1.0.1 documentatie blijft accuraat met 8-talige ondersteuning.

Parameters

GET-queryparameters

Parameter Type Vereist Standaard Opties Beschrijving
full_name string Ja lengte 1..160 Persoonsnaam
dob string Ja YYYY-MM-DD Geboortedatum
destination_city string Ja lengte 1..120 Bestemmingsstad
destination_country string Nee null lengte 0..120 Bestemmingsland
address_line string Nee null lengte 0..180 Optioneel adres of buurt
move_date string Nee null YYYY-MM-DD Optionele verhuisdatum
priority string Nee career career, belonging, relationships, creativity, restoration Verhuizingsprioriteit
num_sys string Nee pythagorean pythagorean, chaldean, vedic Numerologiesysteem
lang string Nee en 26 ondersteunde locales Responstaal

POST-queryparameters

Parameter Type Vereist Standaard Opties Beschrijving
lang string Nee en 26 ondersteunde locales Responstaal

POST-bodyparameters

Parameter Type Vereist Standaard Opties Beschrijving
full_name string Ja lengte 1..160 Persoonsnaam
dob string Ja YYYY-MM-DD Geboortedatum
destination_city string Ja lengte 1..120 Bestemmingsstad
destination_country string Nee null lengte 0..120 Bestemmingsland
address_line string Nee null lengte 0..180 Optioneel adres of buurt
move_date string Nee null YYYY-MM-DD Optionele verhuisdatum
priority string Nee career career, belonging, relationships, creativity, restoration Verhuizingsprioriteit
num_sys string Nee pythagorean pythagorean, chaldean, vedic Numerologiesysteem

Request-voorbeelden

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-voorbeeld

{
  "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"
}

Response-hoogtepunten

  • relocation_composite_number
  • destination_number
  • address_number
  • move_date_number
  • relocation_scores
  • alignment_band
  • meaning

Response-voorbeeldvorm

{
  "numerology_system": "pythagorean",
  "meaning": { "title": "...", "overview": "..." },
  "detailed_meaning": "...",
  "_api_metadata_": {
    "endpoint_name": "relocation_compatibility",
    "response_language": "nl",
    "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

Dit endpoint behoort tot de Extended suite en is beschikbaar via directe API-toegang op https://api.numerologyapi.com. Het wordt momenteel niet ondersteund via de RapidAPI-gateway.


Gerelateerde Endpoints