← Back to Spiritual Living

Vedic Horoscope

Vedic horoscope generator

https://hub.toolweb.in/lifestyle/vedic-horoscope/

Endpoints

GET /api/search-city

Search City

Parameters

NameInTypeRequiredDescription
search query string Search
country query string Country
GET /

Root

GET /api/status

Status

POST /api/generate-horoscope

Generate Horoscope

Request Body (JSON)

{
  "person_name": "<string>",
  "father_name": "<string>",
  "mother_name": "<string>",
  "mobile": "<string>",
  "gender": "<string>",
  "dob": "<string>",
  "hour": "<string>",
  "minute": "<string>",
  "am_pm": "<string>",
  "country": "<string>",
  "birth_place": "<string>",
  "language_id": "1",
  "chart_type": "South Indian"
}
GET /downloads/{filename}

Download File

Parameters

NameInTypeRequiredDescription
filename path string Filename

Quick Start

# cURL
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/lifestyle/vedic-horoscope/
# Python
import requests
r = requests.get("https://hub.toolweb.in/lifestyle/vedic-horoscope/",
    headers={"X-API-Key": "YOUR_API_KEY"})
print(r.json())
# JavaScript
fetch("https://hub.toolweb.in/lifestyle/vedic-horoscope/", {
  headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)

Sign up free to get your API key auto-filled.