Introduction

Welcome to the Indian Space Data API. Our REST API provides programmatic access to comprehensive datasets about ISRO's missions, launch vehicles, satellites, and research centres.

Authentication

The API uses standard Bearer Token authentication. You must include your API key in the `Authorization` header of all requests.

curl -X GET "https://space.veerexa.com/api/v1/launchers" \
  -H "Authorization: Bearer YOUR_API_KEY"

Base URL

All API requests should be prefixed with the following base URL:

https://space.veerexa.com/api/v1