HoroscopePredictions

HoroscopePredictions(TimebirthTime,List<HoroscopeTag>filterTags,boolsortByWeight)

Returns all horoscope predictions whose underlying events are currently true for the given birth chart. The method 1. starts with the full stored prediction list 2. optionally filters by event tags 3. keeps only predictions whose event condition is active 4. optionally calculates a weight score using related planet and house strengths 5. sorts the results by descending weight when requested.

Parameters

NameTypeDescription
birthTime Time The chart time to evaluate.
filterTags 0, Culture=neutral, PublicKeyToken=null]] Optional event tags used to restrict which predictions are checked.
sortByWeight Boolean When ctruec calculates and applies descending weight sorting.

Calling this method

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

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…