This quickstart shows the minimal steps to call the Mission Space Public API.
- Base URL:
https://api.mission.space/api/v1 - You must request an API key: Request API access here
Example: Fetch Kp Index
Python (recommended):
Code
Alternate (query param):
Code
Typical workflow
- Request API key at
/request-access. - Try a small query with
limit=100and narrow time range. - Paginate with
offsetandlimitfor large spans. - Respect rate limits (200 req/min).