Ga naar inhoud
AstroWay/api v2.201.7 · nl
alle systemen normaal

Dating & Compatibility API - compatibiliteit met één aanroep

Voor dating‑apps: POST /v1/match/score retourneert alles wat je nodig hebt met één oproep - in plaats van synastry + attraction + je eigen vlaggenlogica apart te doen. Bovenkant – een volledige set compatibiliteit (synastry, Vedische Ashtakoot, composite/Davison, AI‑narratief).

Dezelfde invoer chart1 + chart2 als bij /synastry. Eén oproep – Tier 3.

Terminal window
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 } }'

Retourneert:

  • score (0-100) + label (challenging / mixed / balanced / harmonious) + harmony / tension
  • attraction: aparte score (Venus-Mars / Moon-Venus / 5e huis)
  • topAspects: aspecten met het hoogste gewicht in de bal, met tone (dezelfde gewicht en dezelfde volgorde als in compatibility.top bij /synastry)
  • greenFlags / redFlags: harmonieuze persoonlijke aspecten versus gespannen met Mars/Saturn/Uranus/Pluto
BehoefteEndpoint
Volledige synastrie (alle cross‑aspecten)POST /v1/synastry
Aspectrooster / huis‑overlay / element‑balansPOST /v1/synastry/{aspect-grid,house-overlay,element-balance}
AI‑narratief van compatibiliteit (“waarom jullie passen”)POST /v1/interpret/synastry
Vedische compatibiliteit (Ashtakoot 36 punten, voor India)POST /v1/vedic/compatibility/{ashtakoot,full,manglik-check}
Langetermijnperspectief (gemiddelde kaart)POST /v1/composite, POST /v1/davison

/match/scoreTier 3. De overige compatibiliteit‑endpoints – volgens de credittarieven. Levering wordt niet apart gefactureerd.

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

Laatst bewerkt: