SpaceX-API icon indicating copy to clipboard operation
SpaceX-API copied to clipboard

Add endpoint for current starship test timeline

Open pvegh opened this issue 4 years ago • 0 comments

I was thinking about a new endpoint, kind of "timeline for the current hop test". Data seems to be already available here in the Timeline section: https://www.reddit.com/r/spacex/comments/ii7ymb/rspacex_starship_sn6_150_meter_hop_official/

e.g. /timelines/hops/latest Response would be something like: { name: "SN6 150m hop" timeline: [ event: { date: xx short_desc: "Vent" }, event: { date: xx short_desc: "Siren" }, event: { date: xx short_desc: "Scrub" } ] }

Not sure about keeping old hops as history, I'm personally only interested in the live event. If the data is updated every 10m as it is with other data, I think it should be good enough.

What do you think? Would it be possible without too much effort?

pvegh avatar Aug 31 '20 15:08 pvegh