← Back to Spiritual Living
Marriage Matching
Vedic marriage compatibility matching
https://hub.toolweb.in/lifestyle/marriage-matching/
Endpoints
GET
/api/search-city
Search City
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| search | query | string | ✓ | Search |
| country | query | string | — | Country |
GET
/
Root
GET
/api/status
Status
POST
/api/seek-alliance
Seek Alliance
Request Body (JSON)
{
"bride": "<string>",
"groom": "<string>",
"language_id": "1",
"chart_type": "South Indian"
}
GET
/downloads/{filename}
Download File
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| filename | path | string | ✓ | Filename |
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.