https://example.com/page?name=John&age=30 Here, name=John and age=30 are parameters.
AstroSage does not provide an official “generate Kundli from URL” feature in their user documentation. That said, savvy users have observed that certain pages on AstroSage (like the free Kundli or matchmaking sections) do accept parameters — likely for internal linking or affiliate tracking. After testing common patterns, here’s what I found: 1. Kundli Generation Form (No direct chart output) The main Kundli form at https://www.astrosage.com/kundli/ does not accept birth data via simple URL parameters like ?dob=... . Instead, it relies on POST form submission. 2. Horoscope Pages (Accept date parameters) Some daily/weekly horoscope pages accept parameters: astrosage kundli generate with url parameters
That’s where come in. In this post, we’ll explore whether AstroSage supports direct Kundli generation through URL parameters, how to potentially construct such URLs, and the technical and ethical considerations involved. What Are URL Parameters? URL parameters are key-value pairs added to a URL after a ? symbol. For example: https://example
For personal curiosity, you can experiment with parameters on horoscope pages, but for full birth chart generation, stick to the standard form or API route. AstroSage does not offer a public, user-facing way to generate a complete Kundli using only URL parameters. The closest legitimate method is their paid developer API. Attempting to force URL parameters on their web forms is unreliable and against their policies. After testing common patterns, here’s what I found: 1
If you’ve ever used AstroSage for generating a Kundli (birth chart), you know the standard process: fill in name, date, time, and place of birth, then click a button. But what if you could bypass the form entirely and generate a Kundli directly via a custom link?
https://www.astrosage.com/horoscope/daily-horoscope.asp?sign=aries&date=15-04-2026 But this is for predictions, not full Kundli charts. AstroSage offers a REST API for developers (paid). Their API accepts parameters like dob , tob , lat , lon in JSON or query string format. Example (hypothetical):