Vedika API Works Globally

Accurate astrology calculations for any location on Earth. Provide latitude, longitude, and timezone — Vedika handles the rest. No city database limitations. No regional restrictions.

India
Mumbai
Maharashtra, India
19.0760, 72.8777
New Delhi
Delhi, India
28.6139, 77.2090
Bangalore
Karnataka, India
12.9716, 77.5946
Chennai
Tamil Nadu, India
13.0827, 80.2707
Hyderabad
Telangana, India
17.3850, 78.4867
Kolkata
West Bengal, India
22.5726, 88.3639
Pune
Maharashtra, India
18.5204, 73.8567
Ahmedabad
Gujarat, India
23.0225, 72.5714
Jaipur
Rajasthan, India
26.9124, 75.7873
Lucknow
Uttar Pradesh, India
26.8467, 80.9462
Bhopal
Madhya Pradesh, India
23.2599, 77.4126
Patna
Bihar, India
25.6093, 85.1376
Ranchi
Jharkhand, India
23.3441, 85.3096
Chandigarh
Punjab/Haryana, India
30.7333, 76.7794
Kochi
Kerala, India
9.9312, 76.2673
Indore
Madhya Pradesh, India
22.7196, 75.8577
Middle East & Southeast Asia
Dubai
UAE
25.2048, 55.2708
Singapore
Singapore
1.3521, 103.8198
Kuala Lumpur
Malaysia
3.1390, 101.6869
Doha
Qatar
25.2854, 51.5310
Bangkok
Thailand
13.7563, 100.5018
Jakarta
Indonesia
-6.2088, 106.8456
Americas
New York
USA
40.7128, -74.0060
Los Angeles
USA
34.0522, -118.2437
Toronto
Canada
43.6532, -79.3832
Chicago
USA
41.8781, -87.6298
São Paulo
Brazil
-23.5505, -46.6333
Mexico City
Mexico
19.4326, -99.1332
Europe
London
United Kingdom
51.5074, -0.1278
Berlin
Germany
52.5200, 13.4050
Paris
France
48.8566, 2.3522
Amsterdam
Netherlands
52.3676, 4.9041
Oceania & Africa
Sydney
Australia
-33.8688, 151.2093
Melbourne
Australia
-37.8136, 144.9631
Nairobi
Kenya
-1.2921, 36.8219
Cape Town
South Africa
-33.9249, 18.4241

Not limited to these cities

The cities above are examples. Vedika API accepts any latitude, longitude, and timezone on Earth. Whether the birth location is a village in Jharkhand, an island in the Pacific, or a research station in Antarctica — if you have coordinates, Vedika computes accurate charts using Swiss Ephemeris precision.

How It Works

1. Provide Coordinates

Send latitude, longitude, and timezone offset (e.g., +05:30 for IST) with the birth datetime. No city name required.

2. Astronomical Precision

Vedika uses the Swiss Ephemeris engine for sub-arcsecond planetary position calculations, valid for dates from 5400 BCE to 5400 CE.

3. Timezone Handling

Pass UTC offset as a string ("+05:30", "-04:00"). Vedika converts to Julian Day for ephemeris lookup. No IANA timezone needed.

Example API Call

// Birth chart for someone born in Dubai
curl -X POST https://api.vedika.io/v2/astrology/kundli \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
    "datetime": "1995-03-21T14:30:00",
    "latitude": 25.2048,
    "longitude": 55.2708,
    "timezone": "+04:00"
  }'
// Birth chart for someone born in New York
curl -X POST https://api.vedika.io/v2/astrology/kundli \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
    "datetime": "1988-11-05T08:15:00",
    "latitude": 40.7128,
    "longitude": -74.0060,
    "timezone": "-05:00"
  }'

Supported Ayanamsa Systems

Vedika supports 8 ayanamsa systems for sidereal calculations, ensuring accuracy for all regional traditions:

Get API Key