HoroscopePredictionsWithBazi

HoroscopePredictionsWithBazi(TimebirthTime,boolsortByWeight)

Generates a combined horoscope result that includes both top weighted bVedic predictionsb and additional bBazi APIb output. The method 1. extracts birth date and hour from the cTimec object 2. calls the external Bazi API 3. removes part of the returned Bazi text 4. removes a specific malelabel marker from the Bazi output 5. calculates Vedic predictions 6. keeps the top 40 Vedic results 7. packages both streams into one JSON object.

Parameters

NameTypeDescription
birthTime Time The chart time used for both Bazi and Vedic prediction generation.
sortByWeight Boolean Present in the signature but the method currently always calls cHoroscopePredictions...c with sorting enabled internally.

Calling this method

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

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…