Skip to content

πŸ“‘ API Documentation

Krish Khinchi edited this page Jul 18, 2026 · 1 revision

REST API

Base URL

http://localhost:8000

Authentication

Coming Soon


Endpoints

Satellites

GET

/api/satellites

Returns all tracked satellites.


Debris

GET

/api/debris

Returns tracked debris.


Conjunctions

GET

/api/conjunctions

Collision predictions.


Health

GET

/health

Server health check.


Swagger

http://localhost:8000/docs

Clone this wiki locally