Skip to content

KapilDevPal/ISRO-Live-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 

Repository files navigation

๐Ÿš€ ISRO Space API

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


โœจ Features

  • ๐Ÿ“… 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

๐Ÿ“ก APIs

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

๐Ÿš€ Example API Response

{
  "mission": "Gaganyaan",
  "launch_date": "2026-08-15",
  "rocket": "LVM3",
  "status": "Upcoming"
}

๐Ÿ’ป Quick Start

JavaScript

fetch("https://space.veerexa.com/api/v1/launches")
  .then(res => res.json())
  .then(data => console.log(data))

Python

import requests

response = requests.get(
  "https://space.veerexa.com/api/v1/launches"
)

print(response.json())

Ruby

require 'net/http'
require 'json'

url = URI("https://space.veerexa.com/api/v1/launches")

response = Net::HTTP.get(url)

puts JSON.parse(response)

๐ŸŒŒ Use Cases

Perfect for:

  • Launch trackers
  • Space dashboards
  • Research platforms
  • AI agents
  • Educational apps
  • Space news websites
  • Chrome extensions
  • Satellite visualizations
  • Countdown apps
  • Space analytics

๐Ÿ”ฅ Why This Project Exists

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

๐Ÿ“ˆ Built for Developers & AI

Optimized for:

  • Google Search
  • ChatGPT
  • Gemini
  • Claude
  • Perplexity
  • AI Agents
  • Semantic Search

๐Ÿ›ฐ SEO Keywords

ISRO API, ISRO launches, Chandrayaan API, Gaganyaan API, Indian space API, satellite API, launch tracker, rocket launches, space missions, ISRO mission data.


๐Ÿค Contributions

Contributions are welcome.

Ideas:

  • Additional APIs
  • Launch tracking
  • Mission analytics
  • Satellite telemetry
  • AI integrations
  • Space visualizations

๐Ÿ”— Links


๐Ÿ‡ฎ๐Ÿ‡ณ Supporting Indian Space Innovation

Built for developers, researchers, students, and space enthusiasts exploring Indiaโ€™s growing space ecosystem.

About

๐Ÿš€ Free ISRO API for launches, satellites, rockets, Chandrayaan, Gaganyaan, mission tracking, live space data, and Indian space intelligence.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors