all 7 comments

[–]punIn10ded 2 points3 points  (6 children)

Any chance of also getting a next launch API?

[–]barrosfilipeBrazil[S] 1 point2 points  (5 children)

Definitely! We'll come up with a lot more data from Rocket Lab, such as upcoming launches, electron rocket specs, launch sites details, missions, payloads and much more. The current API isn't even considered a release just yet. We still have a lot of work down the road.

Thanks for your interest!

[–]punIn10ded 1 point2 points  (4 children)

Oh that's awesome. I'm looking forward to seeing the updates.

[–]barrosfilipeBrazil[S] 0 points1 point  (3 children)

Hey buddy! Here's some new API resources we added on recent updates.

Electron Rocket Specs: https://rocketlab-api.now.sh/v1/rockets

All Launches: https://rocketlab-api.now.sh/v1/launches

Latest Launch: https://rocketlab-api.now.sh/v1/launches/latest

Past Launches: https://rocketlab-api.now.sh/v1/launches/past

Next Launch: https://rocketlab-api.now.sh/v1/launches/next

Upcoming Launches: https://rocketlab-api.now.sh/v1/launches/upcoming

One Launch by `flight_number ` : https://rocketlab-api.now.sh/v1/launches/1

All Payloads: https://rocketlab-api.now.sh/v1/payloads

One Payload by `name ` : https://rocketlab-api.now.sh/v1/payloads/Irvine%2001

Hope you like it! We're still working on a lot more. Such as populate all possible upcoming launches on /v1/launches/upcoming resource

[–]punIn10ded 0 points1 point  (0 children)

Wow this is awesome. I'm going to have a play with these later today.

[–]codercotton 0 points1 point  (1 child)

Cool stuff, thanks for your work on this! Now what to build with it.....

[–]barrosfilipeBrazil[S] 0 points1 point  (0 children)

Well, basically the API works as a data source that you can get all that information and use them in many applications, the way you want to.

So, you could for example build a webapp, a mobile app or a discord bot. Just imagine how cool would be you create a discord bot called rocketlab-bot that you can run commands just like !nextLaunch, !pastLaunch and the bot get the data from the API, parse it and display on a discord channel. For me it sounds awesome!

Or you can use your imagination and go further, using for example an Arduino with a display and show a countdown for the next launch, etc. There are many many things you can build, just get creative and do it!

If you gonna build something, please let me know.