The most advanced open developer platform for Indian space data, ISRO launches, mission tracking, satellites, rockets, Chandrayaan missions, Gaganyaan updates, and real-time space intelligence.
๐ Live Platform: https://space.veerexa.com/developers
- ๐ Upcoming ISRO Launches
- ๐ Rocket & Launch Vehicle Data
- ๐ฐ Satellite Database
- ๐ Chandrayaan Mission Tracking
- ๐จโ๐ Gaganyaan Mission Updates
- ๐ก Launch Countdown APIs
- ๐ง AI-Ready Structured Space Data
- ๐ Mission Timelines
- ๐ Launch Notifications
- ๐ Space Event Calendar
- โก Fast JSON APIs
- ๐ SEO & AI Optimized
| Endpoint | Description |
|---|---|
/api/v1/launches |
Upcoming launches |
/api/v1/missions |
Mission details |
/api/v1/satellites |
Indian satellites |
/api/v1/rockets |
Launch vehicles |
/api/v1/spacecrafts |
Spacecraft data |
/api/v1/events |
Space events |
/api/v1/agencies |
Space agencies |
{
"mission": "Gaganyaan",
"launch_date": "2026-08-15",
"rocket": "LVM3",
"status": "Upcoming"
}fetch("https://space.veerexa.com/api/v1/launches")
.then(res => res.json())
.then(data => console.log(data))import requests
response = requests.get(
"https://space.veerexa.com/api/v1/launches"
)
print(response.json())require 'net/http'
require 'json'
url = URI("https://space.veerexa.com/api/v1/launches")
response = Net::HTTP.get(url)
puts JSON.parse(response)Perfect for:
- Launch trackers
- Space dashboards
- Research platforms
- AI agents
- Educational apps
- Space news websites
- Chrome extensions
- Satellite visualizations
- Countdown apps
- Space analytics
Indian space data is difficult to access in a structured and developer-friendly format.
This project aims to make ISRO and Indian space mission data:
- Open
- Accessible
- AI-ready
- Structured
- Easy to integrate
Optimized for:
- Google Search
- ChatGPT
- Gemini
- Claude
- Perplexity
- AI Agents
- Semantic Search
ISRO API, ISRO launches, Chandrayaan API, Gaganyaan API, Indian space API, satellite API, launch tracker, rocket launches, space missions, ISRO mission data.
Contributions are welcome.
Ideas:
- Additional APIs
- Launch tracking
- Mission analytics
- Satellite telemetry
- AI integrations
- Space visualizations
- ๐ Website: https://space.veerexa.com
- ๐ป Developer Portal: https://space.veerexa.com/developers
- ๐ก API Docs: https://space.veerexa.com/developers
Built for developers, researchers, students, and space enthusiasts exploring Indiaโs growing space ecosystem.