v1.0 API is now live

Indian Space Data API

The most comprehensive, developer-friendly REST API for ISRO missions, spacecrafts, launchers, and launch history. Built for the next generation of space tech developers.

GET /api/v1/launchers
curl-X GET "https://space.veerexa.com/api/v1/launchers" \
-H "Authorization: Bearer isro_live_xxxxxxxxxx"
// Response
{
  "data": [
    {
      "id": "lvm3-m4",
      "name": "LVM3 M4",
      "type": "Launch Vehicle Mark-3",
      "stages": 3,
      "payload_leo": 8000,
      "success_rate": 100,
      "status": "Operational"
    }
  ],
  "meta": {
    "total_count": 81
  }
}
6
Core API Endpoints
100+
Spacecrafts Indexed
99.9%
API Uptime
10ms
Avg Response Time
© 2026 ISRO Space Data API. Not officially affiliated with the Indian Space Research Organisation.