🌍 Astrocartography API, 🔷 Human Design API and ✋ Palmistry API are now live. Ship them in your app today.

Varshaphal Planets

The API varshaphal_planets provides information about the positions and attributes of various celestial bodies such as planets, ascendant, Rahu, and Ketu. The response includes details such as the name, degree, speed, retrograde status, sign, sign lord, nakshatra, nakshatra lord, and house.
POSThttps://json.astrologyapi.com/v1/varshaphal_planets

Authentication

x-astrologyapi-keystringrequired

API access token used to authenticate requests. Send your access token in this custom header.

Accept-Languagestring

Preferred language for the response content. Supported: English - en, Hindi - hi, Marathi - ma, Bengali - bn, Tamil - ta, Telugu - te, Malayalam - ml, Kannada - kn.

Body parameters

dayintrequired

Date of birth, eg: 10

monthintrequired

Month of birth, eg: 5

yearintrequired

Year of birth, eg: 1990

hourintrequired

Hour of birth, eg: 19

minintrequired

Minute of birth, eg: 55

latfloatrequired

Latitude, eg: 19.2056

lonfloatrequired

Longitude, eg: 25.2056

tzonefloatrequired

Timezone, eg: 5.5

varshaphal_yearintrequired

Varshphal year, eg: 1990

curl --location 'https://json.astrologyapi.com/v1/varshaphal_planets' \
  --header 'Content-Type: application/json' \
  --header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
  --data '{
    "day": 10,
    "month": 5,
    "year": 1990,
    "hour": 19,
    "min": 55,
    "lat": 19.2056,
    "lon": 25.2056,
    "tzone": 5.5,
    "varshaphal_year": 1990
}'
Try it

Runs with sample data — no API key needed

[
  {
    "id": 0,
    "name": "Sun",
    "fullDegree": 72.18940674617663,
    "normDegree": 12.18940674617663,
    "speed": 0.9539452243199952,
    "isRetro": "false",
    "sign": "Gemini",
    "signLord": "Mercury",
    "nakshatra": "Ardra",
    "nakshatraLord": "Rahu",
    "nakshatra_pad": 2,
    "house": 12,
    "is_planet_set": false,
    "planet_awastha": "Yuva"
  },
  {
    "id": 1,
    "name": "Moon",
    "fullDegree": 60.53349349753208,
    "normDegree": 0.5334934975320778,
    "speed": 11.827711506359607,
    "isRetro": "false",
    "sign": "Gemini",
    "signLord": "Mercury",
    "nakshatra": "Mrigshira",
    "nakshatraLord": "Mars",
    "nakshatra_pad": 3,
    "house": 12,
    "is_planet_set": true,
    "planet_awastha": "Bala"
  },
  {
    "id": 2,
    "name": "Mars",
    "fullDegree": 0.741288656260683,
    "normDegree": 0.741288656260683,
    "speed": 0.7119873764381827,
    "isRetro": "false",
    "sign": "Aries",
    "signLord": "Mars",
    "nakshatra": "Ashwini",
    "nakshatraLord": "Ketu",
    "nakshatra_pad": 1,
    "house": 10,
    "is_planet_set": false,
    "planet_awastha": "Bala"
  },
  {
    "id": 3,
    "name": "Mercury",
    "fullDegree": 52.93784158043533,
    "normDegree": 22.937841580435332,
    "speed": 1.601263570603116,
    "isRetro": "false",
    "sign": "Taurus",
    "signLord": "Venus",
    "nakshatra": "Rohini",
    "nakshatraLord": "Moon",
    "nakshatra_pad": 4,
    "house": 11,
    "is_planet_set": false,
    "planet_awastha": "Kumara"
  },
  {
    "id": 4,
    "name": "Jupiter",
    "fullDegree": 343.0447942759372,
    "normDegree": 13.044794275937193,
    "speed": 0.09469955415258587,
    "isRetro": "false",
    "sign": "Pisces",
    "signLord": "Jupiter",
    "nakshatra": "Uttra Bhadrapad",
    "nakshatraLord": "Saturn",
    "nakshatra_pad": 3,
    "house": 9,
    "is_planet_set": false,
    "planet_awastha": "Yuva"
  },
  {
    "id": 5,
    "name": "Venus",
    "fullDegree": 41.819250660352424,
    "normDegree": 11.819250660352424,
    "speed": 1.1934112336305052,
    "isRetro": "false",
    "sign": "Taurus",
    "signLord": "Venus",
    "nakshatra": "Rohini",
    "nakshatraLord": "Moon",
    "nakshatra_pad": 1,
    "house": 11,
    "is_planet_set": false,
    "planet_awastha": "Vridha"
  },
  {
    "id": 6,
    "name": "Saturn",
    "fullDegree": 300.65843774261566,
    "normDegree": 0.6584377426156607,
    "speed": -0.03624728410538493,
    "isRetro": "true",
    "sign": "Aquarius",
    "signLord": "Saturn",
    "nakshatra": "Dhanishtha",
    "nakshatraLord": "Mars",
    "nakshatra_pad": 3,
    "house": 8,
    "is_planet_set": false,
    "planet_awastha": "Bala"
  },
  {
    "id": 7,
    "name": "Rahu",
    "fullDegree": 25.9351218834935,
    "normDegree": 25.9351218834935,
    "speed": -0.05299198276767747,
    "isRetro": "true",
    "sign": "Aries",
    "signLord": "Mars",
    "nakshatra": "Bharni",
    "nakshatraLord": "Venus",
    "nakshatra_pad": 4,
    "house": 10,
    "is_planet_set": false,
    "planet_awastha": "Mrit"
  },
  {
    "id": 8,
    "name": "Ketu",
    "fullDegree": 205.9351218834935,
    "normDegree": 25.935121883493508,
    "speed": -0.05299198276767747,
    "isRetro": "true",
    "sign": "Libra",
    "signLord": "Venus",
    "nakshatra": "Vishakha",
    "nakshatraLord": "Jupiter",
    "nakshatra_pad": 2,
    "house": 4,
    "is_planet_set": false,
    "planet_awastha": "Mrit"
  },
  {
    "id": 9,
    "name": "Ascendant",
    "fullDegree": 90.49569662262402,
    "normDegree": 0.49569662262402403,
    "speed": 0,
    "isRetro": false,
    "sign": "Cancer",
    "signLord": "Moon",
    "nakshatra": "Punarvasu",
    "nakshatraLord": "Jupiter",
    "nakshatra_pad": 4,
    "house": 1,
    "is_planet_set": false,
    "planet_awastha": "--"
  }
]