Docking Event Instance
API endpoint that allows Docking Events to be viewed.
GET: Return a list of all the docking events.
FILTERS: Fields - 'space_station__id', 'flight_vehicle__id', 'docking_location__id'
MODE: 'detailed' EXAMPLE: ?mode=detailed
ORDERING: Fields - 'id', 'docking', 'departure' Order reverse via Docking date. Example - /2.2.0/docking_event/?ordering=-docking
GET /2.2.0/docking_event/171/?format=api
{ "id": 171, "url": "https://ll.thespacedevs.com/2.2.0/docking_event/171/?format=api", "launch_id": "47d27bb2-4161-40e0-9ebc-add33906a435", "docking": "2013-09-29T11:00:00Z", "departure": "2013-10-22T11:31:00Z", "flight_vehicle": { "id": 272, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/272/?format=api", "destination": "International Space Station", "mission_end": "2013-10-23T18:16:00Z", "spacecraft": { "id": 160, "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/160/?format=api", "name": "Cygnus 1", "serial_number": null, "is_placeholder": false, "in_space": false, "time_in_space": "P35DT3H17M58S", "time_docked": "P23DT31M", "flights_count": 1, "mission_ends_count": 1, "status": { "id": 4, "name": "Single Use" }, "description": "Cygnus Orb-D1, also known as Cygnus 1 and Orbital Sciences COTS Demo Flight, was the first flight of the Cygnus unmanned resupply spacecraft developed by Orbital Sciences Corporation. It was named after the late NASA astronaut and Orbital Sciences executive G. David Low. The flight was carried out by Orbital Sciences under contract to NASA as Cygnus' demonstration mission in the Commercial Orbital Transportation Services (COTS) program. Cygnus was the seventh type of spacecraft to visit the ISS, after the manned Soyuz and Space Shuttle, and unmanned Progress, ATV, HTV and Dragon.", "spacecraft_config": { "id": 5, "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/5/?format=api", "name": "Cygnus Standard", "type": { "id": 4, "name": "Cargo Resupply" }, "agency": { "id": 257, "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api", "name": "Northrop Grumman Space Systems", "featured": true, "type": "Commercial", "country_code": "USA", "abbrev": "NGSS", "description": "Northrup Grumman Space Systems designs, builds and delivers space, defence and aviation-related systems to customers around the world. They aquired Orbital ATK in 2018 along with its launchers and ongoing missions.", "administrator": "CEO: Kathy Warden", "founding_year": "2015", "launchers": "Antares | Minotaur | Pegasus", "spacecraft": "Cygnus", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_image_20190207032451.jpeg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_logo_20190207032451.png" }, "in_use": false, "capability": "Cargo Earth Orbit Logistics", "history": "Cygnus is a spacecraft developed originally by Orbital ATK and then aquired by Northrup Grumman after an aquisition. It is used to transport cargo to the ISS.\r\n\r\nThe first operational mission of Cygnus to the ISS was in September 2013.\r\n\r\nOne flight on 28 October 2014 ended in a failure when the Antares launch vehicle, used to launch the Cygnus, exploded shortly after launch. This set back the Cygnus launch schedule over a year. Following the launch anomaly a new version known as 'Cygnus Enhanced' was flown. This extended the Cygnus length and allowed it to carry an extra 700kg to the ISS.", "details": "The Cygnus spacecraft is launched aboard Antares or the Atlas V to deliver cargo to the ISS under NASAs CRS contracts. It has no heatshield so at the end of its mission its used to dispose of waste by burning up in the Earths atmosphere.", "maiden_flight": "2013-09-18", "height": 5.1, "diameter": 3.07, "human_rated": false, "crew_capacity": null, "payload_capacity": 2000, "payload_return_capacity": null, "flight_life": "1 Week to 2 Years design life.", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520standard_image_20190207032514.jpeg", "nation_url": null, "wiki_link": "https://en.wikipedia.org/wiki/Cygnus_(spacecraft)", "info_link": "" } } }, "docking_location": { "id": 21, "name": "Harmony nadir", "spacestation": { "id": 4, "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api", "name": "International Space Station" } }, "space_station": { "id": 4, "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api", "name": "International Space Station", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg" } }