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

{
    "id": 298,
    "url": "https://ll.thespacedevs.com/2.2.0/docking_event/298/?format=api",
    "launch_id": "b464ad4f-b9f3-46cc-b3fe-d27c1746a8b3",
    "docking": "1980-03-29T20:01:00Z",
    "departure": "1980-04-25T08:04:00Z",
    "flight_vehicle": {
        "id": 562,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/562/?format=api",
        "destination": "Salyut 6",
        "mission_end": "1980-04-26T06:54:00Z",
        "spacecraft": {
            "id": 408,
            "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/408/?format=api",
            "name": "Progress 8",
            "serial_number": "Progress 8 (No.108)",
            "is_placeholder": false,
            "in_space": false,
            "time_in_space": "P29DT12H1M",
            "time_docked": "P26DT12H3M",
            "flights_count": 1,
            "mission_ends_count": 1,
            "status": {
                "id": 4,
                "name": "Single Use"
            },
            "description": "Progress 8 (Russian: Прогресс 8), was a Progress spacecraft used to resupply the space station Salyut 6.",
            "spacecraft_config": {
                "id": 8,
                "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/8/?format=api",
                "name": "Progress 7K-TG",
                "type": {
                    "id": 4,
                    "name": "Cargo Resupply"
                },
                "agency": {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "featured": true,
                    "type": "Government",
                    "country_code": "RUS",
                    "abbrev": "RFSA",
                    "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                    "administrator": "Administrator: Yuri Borisov",
                    "founding_year": "1992",
                    "launchers": "Soyuz",
                    "spacecraft": "Soyuz",
                    "parent": null,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                    "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
                },
                "in_use": false,
                "capability": "Salyut-7 & Mir Logistics",
                "history": "Progress 7K-TG , was a Soviet uncrewed spacecraft used to resupply space stations in low Earth orbit. Forty three flew, delivering cargo to Salyut 6, Salyut 7, and Mir. It was the first version of the Progress spacecraft to fly, and spawned later derivatives including the Progress-M which replaced it, and the later Progress-M1.",
                "details": "Progress is derived from the manned Soyuz spacecraft and is launched on the same vehicle, a Soyuz rocket.\r\nThe purpose of Progress is to deliver supplies needed to sustain human presence in orbit. Currently it is used as a re-supply spacecraft for the ISS.",
                "maiden_flight": "1978-01-20",
                "height": 7.23,
                "diameter": 2.72,
                "human_rated": false,
                "crew_capacity": null,
                "payload_capacity": 1700,
                "payload_return_capacity": null,
                "flight_life": "33 to 75 days",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/progress_7k-tg_image_20231220085840.png",
                "nation_url": null,
                "wiki_link": "https://en.wikipedia.org/wiki/Progress_(spacecraft)",
                "info_link": "https://www.nasa.gov/mission_pages/station/structure/elements/progress.html"
            }
        }
    },
    "docking_location": {
        "id": 9,
        "name": "Salyut-6 aft",
        "spacestation": {
            "id": 14,
            "url": "https://ll.thespacedevs.com/2.2.0/spacestation/14/?format=api",
            "name": "Salyut 6"
        }
    },
    "space_station": {
        "id": 14,
        "url": "https://ll.thespacedevs.com/2.2.0/spacestation/14/?format=api",
        "name": "Salyut 6",
        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg"
    }
}