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/203/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 203,
    "url": "https://ll.thespacedevs.com/2.2.0/docking_event/203/?format=api",
    "launch_id": "b96d367a-090c-4612-94cf-a8bb2603ef9b",
    "docking": "2019-04-19T11:31:00Z",
    "departure": "2019-08-07T16:15:00Z",
    "flight_vehicle": {
        "id": 419,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/419/?format=api",
        "destination": "International Space Station",
        "mission_end": "2019-12-06T15:28:00Z",
        "spacecraft": {
            "id": 292,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/292/?format=api",
            "name": "Cygnus NG-11 \"S.S. Roger Chaffee\"",
            "serial_number": null,
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P232DT18H41M54S",
            "time_docked": "P110DT4H44M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Cygnus NG-11, previously known as CRS OA-11, is the twelfth planned flight of the Northrop Grumman robotic resupply spacecraft Cygnus and its eleventh flight to the International Space Station under the Commercial Resupply Services contract with NASA. The mission is scheduled to launch on 17 April 2019. This is the last mission from the extended CRS contract; followup missions are part of the CRS2 contract.",
            "spacecraft_config": {
                "id": 19,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
                "name": "Cygnus Enhanced",
                "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": true,
                "capability": "Cargo Earth Orbit Logistics",
                "history": "Cygnus is a spacecraft developed originally by Orbital ATK and then acquired by Northrup Grumman after an acquisition. 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, Atlas V, or Falcon 9 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": "2015-12-06",
                "height": 6.3,
                "diameter": 3.07,
                "human_rated": false,
                "crew_capacity": null,
                "payload_capacity": 3750,
                "payload_return_capacity": null,
                "flight_life": "1 week to 2 years design life.",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg",
                "nation_url": null,
                "wiki_link": "https://en.wikipedia.org/wiki/Cygnus_(spacecraft)",
                "info_link": ""
            }
        }
    },
    "docking_location": {
        "id": 1,
        "name": "Unity 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"
    }
}