🚀GraphQL & REST APIs to explore all the rockets, launches & other SpaceX's data!
Navigate through all the 🌌data via either browser or terminal. Both APIs provide full & updated docs in order to make easy fetching the data.
💜GraphQL 🔗https://api.spacex.land/graphql
curl \
-X POST \
-H "Content-Type: application/json" \
--data '{ "query": "{ rockets { rocket_name } }" }' \
https://api.spacex.land/graphql
🖤REST 🔗https://api.spacex.land/rest
curl -s https://api.spacex.land/rest/rockets
It was never easier to create & share 💯web application projects using your favs FE libraries. Whether you're starting with GraphQL or not, give a 👀at the differents live examples, you could discover interesting things!
❤️Angular 🔗https://codesandbox.io/s/o9nmplk96y
💙React 🔗https://codesandbox.io/s/r4p8q1kmvp
💚Vue 🔗https://codesandbox.io/s/m3v8yv0nw9
Pick whichever programming language & the FE library you feel confident with, schedule some ⏳in your agenda & enjoy coding 👌webapps!
Production
yarn && yarn start
Development
yarn && yarn dev
There are many ways to contribute to SpaceX Land API.
- Submit bugs and help us verify fixes as they are checked in.
- Review the source code changes.
- Engage with other TypeScript users and developers on Slack.
- Contribute bug fixes.
This project has adopted the Contributor Covenant Code of Conduct.
Join our Slack community if you run into issues or have questions. We love talking to you!
SpaceX Land API is MIT licensed, as found in the LICENSE file.