Skip to main content
GET
List available satellites/missions

Authorizations

Authorization
string
header
required

API key authentication. Pass your API key as a Bearer token in the Authorization header.

Format: Authorization: Bearer YOUR_API_KEY

Alternative: Pass as query parameter ?api_key=YOUR_API_KEY

Security: API keys are stored as BCrypt hashes (never plain text). Only the hash is stored in the database.

Query Parameters

locale
enum<string>
default:en

Language for localized text (the mission description). Accept-Language is also honored.

Available options:
en,
fr

Response

Successful response

status
string
Example:

"success"

data
object