ConstellationAtLongitude

ConstellationAtLongitude(AngleplanetLongitude)

Returns the constellation located at a given zodiac longitude. The method normalizes the longitude into the zodiac circle divides it by one Nakshatra span of 1320 rounds up to the constellation number builds and returns the corresponding Constellation.

Parameters

NameTypeDescription
planetLongitude Angle The longitude to convert.

Calling this method

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

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…