Zum Inhalt springen
AstroWay/api v2.201.7 · de
alle Systeme in Ordnung

Dating & Compatibility API - Kompatibilität mit einem einzigen Aufruf

Für Dating-Apps: POST /v1/match/score liefert alles, was du brauchst, in einem Aufruf – anstatt Synastrie + Anziehung + deine eigene Flaggenlogik separat zu verarbeiten. Obendrein – ein vollständiges Kompatibilitäts-Set (Synastrie, vedisches Ashtakoot, Composite/Davison, KI-Narrativ).

Dieselbe Eingabe chart1 + chart2 wie bei /synastry. Ein Aufruf – Tier 3.

Terminal-Fenster
curl -X POST https://api.astroway.info/v1/match/score \
-H "X-Api-Key: aw_live_..." \
-H "Content-Type: application/json" \
-d '{ "chart1": { "date": "1990-05-15", "time": "14:30:00", "timezoneOffset": 2, "latitude": 50.45, "longitude": 30.52 },
"chart2": { "date": "1988-03-20", "time": "09:00:00", "timezoneOffset": -5, "latitude": 40.71, "longitude": -74.0 } }'

Gibt zurück:

  • score (0-100) + label (challenging / mixed / balanced / harmonious) + harmony / tension
  • attraction: separater Score (Venus-Mars / Mond-Venus / 5. Haus)
  • topAspects: Aspekte mit der höchsten Gewichtung im Score, mit tone (dieselbe Gewichtung und Reihenfolge wie in compatibility.top bei /synastry)
  • greenFlags / redFlags: harmonische persönliche Aspekte versus spannungsgeladene zu Mars/Saturn/Uranus/Pluto
BedarfEndpoint
Vollständige Synastrie (alle Kreuz-Aspekte)POST /v1/synastry
Aspektgitter / Hausüberlagerung / ElementbalancePOST /v1/synastry/{aspect-grid,house-overlay,element-balance}
KI-Kompatibilitätsnarrativ („Warum ihr zusammenpasst“)POST /v1/interpret/synastry
Vedische Kompatibilität (Ashtakoot 36 Punkte, für Indien)POST /v1/vedic/compatibility/{ashtakoot,full,manglik-check}
Langfristige Perspektive (Durchschnittskarte)POST /v1/composite, POST /v1/davison

/match/scoreTier 3. Die restlichen Kompatibilitäts-Endpoints sind gemäß den Kredit-Tarifen abgerechnet. Die Lieferung wird nicht separat berechnet.

Hilfreich?
Запропонувати правку

Zuletzt aktualisiert: