Skip to content

Instantly share code, notes, and snippets.

@devinrader
Last active August 17, 2018 14:59
Show Gist options
  • Save devinrader/d4ad4053f8e18861ed006fcdac155a98 to your computer and use it in GitHub Desktop.
Save devinrader/d4ad4053f8e18861ed006fcdac155a98 to your computer and use it in GitHub Desktop.
Sample Next Launch Data from SpaceX API
{
"flight_number": 68,
"mission_name": "Telstar 18V",
"launch_year": "2018",
"launch_date_unix": 1535081580,
"launch_date_utc": "2018-08-24T03:33:00.000Z",
"launch_date_local": "2018-08-23T23:33:00-04:00",
"rocket": {
"rocket_id": "falcon9",
"rocket_name": "Falcon 9",
"rocket_type": "FT",
"first_stage": {
"cores": [
{
"core_serial": "B1049",
"flight": 1,
"block": 5,
"reused": false,
"land_success": null,
"landing_type": "ASDS",
"landing_vehicle": "OCISLY"
}
]
},
"second_stage": {
"block": null,
"payloads": [
{
"payload_id": "Telstar 18V",
"norad_id": [],
"reused": false,
"customers": [
"Telesat"
],
"nationality": null,
"manufacturer": null,
"payload_type": "Satellite",
"payload_mass_kg": null,
"payload_mass_lbs": null,
"orbit": "GTO",
"orbit_params": {
"reference_system": "geocentric",
"regime": "geostationary",
"longitude": null,
"semi_major_axis_km": null,
"eccentricity": null,
"periapsis_km": null,
"apoapsis_km": null,
"inclination_deg": null,
"period_min": null,
"lifespan_years": 15
}
}
]
}
},
"telemetry": {
"flight_club": null
},
"reuse": {
"core": false,
"side_core1": false,
"side_core2": false,
"fairings": false,
"capsule": false
},
"launch_site": {
"site_id": "ccafs_slc_40",
"site_name": "CCAFS SLC 40",
"site_name_long": "Cape Canaveral Air Force Station Space Launch Complex 40"
},
"launch_success": null,
"links": {
"mission_patch": null,
"mission_patch_small": null,
"reddit_campaign": "https://www.reddit.com/r/spacex/comments/95cte4/telstar_18v_apstar_5c_launch_campaign_thread/",
"reddit_launch": null,
"reddit_recovery": null,
"reddit_media": null,
"presskit": null,
"article_link": null,
"wikipedia": null,
"video_link": null
},
"details": null,
"upcoming": true,
"static_fire_date_utc": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment