SpaceX REST API
Open Source REST API for SpaceX launch, rocket, core, capsule, etc.
...The API can also be pinned to the latest version, but only do this if you're cool with potential breaking changes. Authentication via API key is required for all destructive routes. This includes all create, update, and delete routes. Authenticate bypassing the header SpaceX-key with your API key. Protected routes return 401 without a valid key. The API makes use of response caching via Redis for all GET requests, and POST requests on /query endpoints.