← Back to Catalog
🔮

Spiritual Living

Vedic astrology, palmistry, numerology, and match-making tools. — 5 APIs available.

Birth Chart Analysis

Astrological birth chart generator

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

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

Vedic Horoscope

Vedic horoscope generator

GET https://hub.toolweb.in/lifestyle/vedic-horoscope/
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.

Palmistry

AI-powered palm reading

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

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

Numerology Calculator

Numerology analysis and predictions

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

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

Marriage Matching

Vedic marriage compatibility matching

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

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