/api

🚀GraphQL & REST APIs to explore all the rockets, launches & other SpaceX's data!

Primary LanguageTypeScriptMIT LicenseMIT

SpaceX Land API

🚀GraphQL & REST APIs to explore all the rockets, launches & other SpaceX's data!

Usage

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

Buil cool 🚀 stuff

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!

Installation

Production

yarn && yarn start

Development

yarn && yarn dev

Contribute

There are many ways to contribute to SpaceX Land API.

This project has adopted the Contributor Covenant Code of Conduct.

Help & Community

Join our Slack community if you run into issues or have questions. We love talking to you!

License

SpaceX Land API is MIT licensed, as found in the LICENSE file.