Rahu API

Rahu (North Node) Calculations

Rahu (Rahu (North Node)) API

Calculate Rahu positions and transits with Vedika API.

Endpoints

  • POST /v2/astrology/planet-positions - Rahu position in birth chart
  • POST /v2/astrology/rahu-transit - Current Rahu transit

Example

// Get Rahu position
const position = await client.astrology.planetPositions({
  datetime: '1990-05-15T10:30:00+05:30',
  latitude: 28.6139,
  longitude: 77.2090
});

Build with Vedika API

Get started with our comprehensive API

Get API Key