MatchReportWithBazi

MatchReportWithBazi(TimemaleBirthTime,TimefemaleBirthTime)

Generates a combined compatibility report that includes both the standard Vedic match report and additional Bazibased compatibility analysis. The method 1. builds the regular Vedic compatibility report 2. calls the external Bazi API twice in parallel once for friendship analysis once for marriage analysis 3. merges all results into a single JSON structure 4. removes extra indentation and carriage returns before returning the final string. This is useful when a broader multisystem compatibility summary is needed.

Parameters

NameTypeDescription
maleBirthTime Time Birth time of the male chart.
femaleBirthTime Time Birth time of the female chart.

Calling this method

Endpoint base: https://api.vedastro.org/api/Calculate/MatchReportWithBazi

Most Calculate methods accept parameters either as URL path segments (GET) or as a JSON body (POST), keyed by parameter name. The exact request shape varies per method — see the Getting Started guide for the response envelope, StdTime format, and Ayanamsa conventions that apply across the API. Use the "Try it" panel below to build and send a real request and see the exact call this method expects.

Loading try-it widget…