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

Bhav Madhya

The bhav_madhya API provides the midpoints of the 12 astrological houses in a horoscope chart based on the provided ascendant, midheaven, and ayanamsha values. The response includes the degree, sign, normalized degree, and sign ID for each house.
POSThttps://json.astrologyapi.com/v1/bhav_madhya

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

curl --location 'https://json.astrologyapi.com/v1/bhav_madhya' \
  --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
}'
Try it

Runs with sample data — no API key needed

{
  "ascendant": 203.81846280958547,
  "midheaven": 115.07742985224672,
  "ayanamsha": -23.74764710403383,
  "bhav_madhya": [
    {
      "house": 1,
      "degree": 203.81846280958547,
      "sign": "Libra",
      "norm_degree": 23.81846280958547,
      "sign_id": 6
    },
    {
      "house": 2,
      "degree": 234.23811849047257,
      "sign": "Scorpio",
      "norm_degree": 24.238118490472573,
      "sign_id": 7
    },
    {
      "house": 3,
      "degree": 264.6577741713596,
      "sign": "Sagittarius",
      "norm_degree": 24.65777417135962,
      "sign_id": 8
    },
    {
      "house": 4,
      "degree": 295.0774298522467,
      "sign": "Capricorn",
      "norm_degree": 25.077429852246723,
      "sign_id": 9
    },
    {
      "house": 5,
      "degree": 324.6577741713596,
      "sign": "Aquarius",
      "norm_degree": 24.65777417135962,
      "sign_id": 10
    },
    {
      "house": 6,
      "degree": 354.2381184904725,
      "sign": "Pisces",
      "norm_degree": 24.238118490472516,
      "sign_id": 11
    },
    {
      "house": 7,
      "degree": 23.81846280958547,
      "sign": "Aries",
      "norm_degree": 23.81846280958547,
      "sign_id": 0
    },
    {
      "house": 8,
      "degree": 54.23811849047257,
      "sign": "Taurus",
      "norm_degree": 24.238118490472573,
      "sign_id": 1
    },
    {
      "house": 9,
      "degree": 84.65777417135962,
      "sign": "Gemini",
      "norm_degree": 24.65777417135962,
      "sign_id": 2
    },
    {
      "house": 10,
      "degree": 115.07742985224672,
      "sign": "Cancer",
      "norm_degree": 25.077429852246723,
      "sign_id": 3
    },
    {
      "house": 11,
      "degree": 144.65777417135965,
      "sign": "Leo",
      "norm_degree": 24.657774171359648,
      "sign_id": 4
    },
    {
      "house": 12,
      "degree": 174.23811849047254,
      "sign": "Virgo",
      "norm_degree": 24.238118490472544,
      "sign_id": 5
    }
  ],
  "bhav_sandhi": [
    {
      "house": 1,
      "degree": 219.02829065002902,
      "sign": "Scorpio",
      "norm_degree": 9.028290650029021,
      "sign_id": 7
    },
    {
      "house": 2,
      "degree": 249.44794633091612,
      "sign": "Sagittarius",
      "norm_degree": 9.447946330916125,
      "sign_id": 8
    },
    {
      "house": 3,
      "degree": 279.86760201180317,
      "sign": "Capricorn",
      "norm_degree": 9.867602011803172,
      "sign_id": 9
    },
    {
      "house": 4,
      "degree": 309.86760201180317,
      "sign": "Aquarius",
      "norm_degree": 9.867602011803172,
      "sign_id": 10
    },
    {
      "house": 5,
      "degree": 339.4479463309161,
      "sign": "Pisces",
      "norm_degree": 9.447946330916125,
      "sign_id": 11
    },
    {
      "house": 6,
      "degree": 9.028290650029021,
      "sign": "Aries",
      "norm_degree": 9.028290650029021,
      "sign_id": 0
    },
    {
      "house": 7,
      "degree": 39.02829065002902,
      "sign": "Taurus",
      "norm_degree": 9.028290650029021,
      "sign_id": 1
    },
    {
      "house": 8,
      "degree": 69.44794633091612,
      "sign": "Gemini",
      "norm_degree": 9.447946330916125,
      "sign_id": 2
    },
    {
      "house": 9,
      "degree": 99.86760201180317,
      "sign": "Cancer",
      "norm_degree": 9.867602011803172,
      "sign_id": 3
    },
    {
      "house": 10,
      "degree": 129.86760201180317,
      "sign": "Leo",
      "norm_degree": 9.867602011803172,
      "sign_id": 4
    },
    {
      "house": 11,
      "degree": 159.4479463309161,
      "sign": "Virgo",
      "norm_degree": 9.447946330916096,
      "sign_id": 5
    },
    {
      "house": 12,
      "degree": 189.02829065002902,
      "sign": "Libra",
      "norm_degree": 9.028290650029021,
      "sign_id": 6
    }
  ]
}