콘텐츠로 이동

이주 호환성

이주 호환성 엔드포인트는 사람과 도시, 국가, 선택적 주소 및 선택적 이사 날짜를 비교하여 상징적 이주 적합성을 평가합니다. 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_number
  • destination_number
  • address_number
  • move_date_number
  • relocation_scores
  • alignment_band
  • meaning

응답 예시 형태

{
  "numerology_system": "pythagorean",
  "meaning": { "title": "...", "overview": "..." },
  "detailed_meaning": "...",
  "_api_metadata_": {
    "endpoint_name": "relocation_compatibility",
    "response_language": "ko",
    "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 게이트웨이를 통해 지원되지 않습니다.


관련 엔드포인트