SpaceX company history & events
See original GitHub issueThis is an API feature request originated in #1
Extending the API with company history and important events (referencing blogposts or news posts perhaps) of SpaceX could be interesting. An overview of events for the company can be gound here in the Making History section.
A company Event model could contain data like: title, event date (yyyy-mm-dd or other desired formats like the lauches), description, original blog url/reddit url about the event. All sortable by date (ASC/DESC) and probably groupable by year like the timetable on the provided link above. Maybe add categories, or vehicles IDs concerned to the event used for filtering.
Possible endpoint entity name: events milestones or history
/v2/info/history
returning all history for now/v2/info/history?year=2018
returning events for a specific date/year/v2/info/history?year=2018&order=asc
returning events for a specific date/year ordered (asc or desc)/v2/info/history?rocketid=falcon9
returning all events for a specific rockettype
Just some quick endpoints I’m thinking of. Looking forward to extend my application with this data so it can go beta! 😃 👍
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (10 by maintainers)
Top GitHub Comments
Decided to keep the history separate. Data is done, getting the endpoint and sorting methods done next
Also noticed the history page on the spacex website hasn’t been updated since December. Are we going to start determining milestones? 😆