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).
/match/score: aggregaat voor dating
Section titled “/match/score: aggregaat voor dating”Dezelfde invoer chart1 + chart2 als bij /synastry. Eén oproep – Tier 3.
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/tensionattraction: aparte score (Venus-Mars / Moon-Venus / 5e huis)topAspects: aspecten met het hoogste gewicht in de bal, mettone(dezelfde gewicht en dezelfde volgorde als incompatibility.topbij/synastry)greenFlags/redFlags: harmonieuze persoonlijke aspecten versus gespannen met Mars/Saturn/Uranus/Pluto
Volledige set compatibiliteit
Section titled “Volledige set compatibiliteit”| Behoefte | Endpoint |
|---|---|
| Volledige synastrie (alle cross‑aspecten) | POST /v1/synastry |
| Aspectrooster / huis‑overlay / element‑balans | POST /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/score – Tier 3. De overige compatibiliteit‑endpoints – volgens de credittarieven. Levering wordt niet apart gefactureerd.
Nuttig?
Bedankt voor je feedback.