https://api.spacexdata.com/v4/launches/latest
[
{
"fairings": null,
"links": {
"patch": {
"small": "<https://images2.imgbox.com/53/22/dh0XSLXO_o.png>",
"large": "<https://images2.imgbox.com/15/2b/NAcsTEB6_o.png>"
},
"reddit": {
"campaign": "<https://www.reddit.com/r/spacex/comments/ezn6n0/crs20_launch_campaign_thread>",
"launch": "<https://www.reddit.com/r/spacex/comments/fe8pcj/rspacex_crs20_official_launch_discussion_updates/>",
"media": "<https://www.reddit.com/r/spacex/comments/fes64p/rspacex_crs20_media_thread_videos_images_gifs/>",
"recovery": null
},
"flickr": {
"small": [],
"original": [
"<https://live.staticflickr.com/65535/49635401403_96f9c322dc_o.jpg>",
"<https://live.staticflickr.com/65535/49636202657_e81210a3ca_o.jpg>",
"<https://live.staticflickr.com/65535/49636202572_8831c5a917_o.jpg>",
"<https://live.staticflickr.com/65535/49635401423_e0bef3e82f_o.jpg>",
"<https://live.staticflickr.com/65535/49635985086_660be7062f_o.jpg>"
]
},
"presskit": "<https://www.spacex.com/sites/spacex/files/crs-20_mission_press_kit.pdf>",
"webcast": "<https://youtu.be/1MkcWK2PnsU>",
"youtube_id": "1MkcWK2PnsU",
"article": "<https://spaceflightnow.com/2020/03/07/late-night-launch-of-spacex-cargo-ship-marks-end-of-an-era/>",
"wikipedia": "<https://en.wikipedia.org/wiki/SpaceX_CRS-20>"
},
"static_fire_date_utc": "2020-03-01T10:20:00.000Z",
"static_fire_date_unix": 1583058000,
"tdb": false,
"net": false,
"window": 0,
"rocket": "5e9d0d95eda69973a809d1ec",
"success": true,
"failures": [],
"details": "SpaceX's 20th and final Crew Resupply Mission under the original NASA CRS contract, this mission brings essential supplies to the International Space Station using SpaceX's reusable Dragon spacecraft. It is the last scheduled flight of a Dragon 1 capsule. (CRS-21 and up under the new Commercial Resupply Services 2 contract will use Dragon 2.) The external payload for this mission is the Bartolomeo ISS external payload hosting platform. Falcon 9 and Dragon will launch from SLC-40, Cape Canaveral Air Force Station and the booster will land at LZ-1. The mission will be complete with return and recovery of the Dragon capsule and down cargo.",
"crew": [],
"ships": [],
"capsules": [
"5e9e2c5cf359185d753b266f"
],
"payloads": [
"5eb0e4d0b6c3bb0006eeb253"
],
"launchpad": "5e9e4501f509094ba4566f84",
"auto_update": true,
"flight_number": 91,
"name": "CRS-20",
"date_utc": "2020-03-07T04:50:31.000Z",
"date_unix": 1583556631,
"date_local": "2020-03-06T23:50:31-05:00",
"date_precision": "hour",
"upcoming": false,
"cores": [
{
"core": "5e9e28a7f359187afd3b2662",
"flight": 2,
"gridfins": true,
"legs": true,
"reused": true,
"landing_attempt": true,
"landing_success": true,
"landing_type": "RTLS",
"landpad": "5e9e3032383ecb267a34e7c7"
}
],
"id": "5eb87d42ffd86e000604b384"
},
...
]
Documentacion sobre el contenido del json:
"fairings"
: Es un valor nulo, lo que indica que no hubo cofia protectora para este lanzamiento."links"
: Un objeto que contiene varios enlaces relacionados con el lanzamiento:
"patch"
: Un objeto que contiene enlaces a parches del lanzamiento en diferentes tamaños."reddit"
: Un objeto que contiene enlaces a hilos de Reddit relacionados con el lanzamiento, como campaña, discusión de lanzamiento, medios y recuperación."flickr"
: Un objeto que contiene enlaces a imágenes del lanzamiento en diferentes tamaños."presskit"
: Un enlace al kit de prensa del lanzamiento."webcast"
: Un enlace al webcast del lanzamiento."youtube_id"
: El ID de YouTube del video del lanzamiento."article"
: Un enlace a un artículo relacionado con el lanzamiento."wikipedia"
: Un enlace a la página de Wikipedia del lanzamiento."static_fire_date_utc"
: La fecha y hora en formato UTC en que se realizó la prueba de fuego estático del cohete."static_fire_date_unix"
: La fecha y hora en formato Unix en que se realizó la prueba de fuego estático del cohete."tdb"
: Un valor booleano que indica si la fecha y hora del lanzamiento está por determinar."net"
: Un valor booleano que indica si la fecha y hora del lanzamiento es tentativa."window"
: La ventana de lanzamiento en segundos."rocket"
: El ID del cohete utilizado en el lanzamiento."success"
: Un valor booleano que indica si el lanzamiento fue exitoso."failures"
: Una lista vacía que indica que no hubo fallos en el lanzamiento."details"
: Detalles sobre el lanzamiento."crew"
: Una lista vacía que indica que no hubo tripulación en el lanzamiento.