A REST API providing data on stars, planets, moons, and spacecraft. All endpoints require a bearer token. Read tokens grant GET access; write tokens grant full CRUD access.
API Base URL
- Server 1:https://spacedb.cloud/api/v1
Production
- Server 2:http://spacedb.test/api/v1
Local development
Security
bearerAuth (http)
Provide your bearer token in the Authorization header when making requests to protected resources.
Example: Authorization: Bearer 123