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.0.0/docking_event/?ordering=-docking

GET /2.0.0/docking_event/562/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 562,
    "url": "https://ll.thespacedevs.com/2.0.0/docking_event/562/?format=api",
    "launch_id": "665678b9-8b91-45de-9e9c-5063622bcca1",
    "docking": "2024-02-01T09:59:00Z",
    "departure": null,
    "flight_vehicle": {
        "id": 811,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/811/?format=api",
        "destination": "International Space Station",
        "mission_end": null,
        "spacecraft": {
            "id": 570,
            "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/570/?format=api",
            "name": "Cygnus CRS NG-20 (S.S. Patricia “Patty” Hilliard Robertson)",
            "serial_number": null,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "This is the twentieth flight to the ISS by the Cygnus spacecraft under the CRS program and their ninth under the CRS-2 program. This is also the 16th use of the enhanced size Cygnus.",
            "spacecraft_config": {
                "id": 19,
                "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/19/?format=api",
                "name": "Cygnus Enhanced",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 257,
                    "url": "https://ll.thespacedevs.com/2.0.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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/northrop2520grumman2520innovation2520systems_image_20190207032451.jpeg"
                },
                "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,
                "flight_life": "1 week to 2 years design life.",
                "image_url": "https://spacelaunchnow-prod-east.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"
    },
    "space_station": {
        "id": 4,
        "url": "https://ll.thespacedevs.com/2.0.0/spacestation/4/?format=api",
        "name": "International Space Station",
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
    }
}