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/?format=api&limit=10&offset=30&ordering=departure
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 500,
    "next": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=40&ordering=departure",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=20&ordering=departure",
    "results": [
        {
            "id": 299,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/299/?format=api",
            "launch_id": "4a4d2250-67fb-4471-a8b9-9274a16ab69e",
            "docking": "1980-04-29T08:09:19Z",
            "departure": "1980-05-20T18:51:00Z",
            "flight_vehicle": {
                "id": 561,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/561/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1980-05-22T00:44:00Z",
                "spacecraft": {
                    "id": 407,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/407/?format=api",
                    "name": "Progress 9",
                    "serial_number": "Progress 9 (No.109)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P24DT18H20M",
                    "time_docked": "P21DT10H41M41S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 9 (Russian: Прогресс 9), 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)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/progress_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "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"
                }
            }
        },
        {
            "id": 192,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/192/?format=api",
            "launch_id": "a378c25b-a2bc-4455-b6cc-2689b7b686df",
            "docking": "1980-04-10T15:15:32Z",
            "departure": "1980-06-03T11:50:00Z",
            "flight_vehicle": {
                "id": 322,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/322/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1980-06-03T15:06:23Z",
                "spacecraft": {
                    "id": 149,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/149/?format=api",
                    "name": "Soyuz 35",
                    "serial_number": "Soyuz 7K-T 11F615A8 #51",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P55DT1H28M1S",
                    "time_docked": "P53DT20H34M28S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 35 was a Soyuz spacecraft which launched on 9 April 1980 13:38 UTC. It  transported two cosmonauts of EO-4 to Salyut 6. The crew was Leonid Popov and Valery Ryumin.\r\n\r\nIt also ferried down two cosmonauts from EP-5.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 4,
                "name": "Salyut-6 forward",
                "spacestation": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/14/?format=api",
                    "name": "Salyut 6"
                }
            }
        },
        {
            "id": 193,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/193/?format=api",
            "launch_id": "2f208a3e-48b9-4129-9883-4dd46df6e4aa",
            "docking": "1980-05-27T19:56:00Z",
            "departure": "1980-06-04T18:08:00Z",
            "flight_vehicle": {
                "id": 321,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/321/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1980-07-31T15:15:02Z",
                "spacecraft": {
                    "id": 148,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/148/?format=api",
                    "name": "Soyuz 36",
                    "serial_number": "Soyuz 7K-T 11F615A8 #52",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P65DT20H54M23S",
                    "time_docked": "P64DT14H29M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 36 was a Soyuz spacecraft which launched on 26 May 1980 18:20 UTC. It  transported two cosmonauts of EP-5 to Salyut 6. The crew was Valeri Kubasov and Bertalan Farkas.\r\n\r\nIt also ferried down two cosmonauts from EP-7.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
                    }
                }
            },
            "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"
                }
            }
        },
        {
            "id": 195,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/195/?format=api",
            "launch_id": "e4ae4559-7a2d-4b60-83ac-5db89e31cdab",
            "docking": "1980-06-06T15:58:00Z",
            "departure": "1980-06-09T09:20:00Z",
            "flight_vehicle": {
                "id": 316,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/316/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1980-06-09T12:39:00Z",
                "spacecraft": {
                    "id": 224,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/224/?format=api",
                    "name": "Soyuz T-2",
                    "serial_number": "Soyuz T 11F732 #7",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P3DT22H19M30S",
                    "time_docked": "P2DT17H22M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz T-2 was a Soyuz spacecraft which launched on 5 June 1980 14:19 UTC. It transported two cosmonauts to Salyut 6. The crew was Yury Malyshev and Vladimir Aksyonov.",
                    "spacecraft_config": {
                        "id": 42,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/42/?format=api",
                        "name": "Soyuz T",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png"
                    }
                }
            },
            "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"
                }
            }
        },
        {
            "id": 300,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/300/?format=api",
            "launch_id": "164f634d-49b0-488b-ab03-e3ffdcaa9f0b",
            "docking": "1980-07-01T05:53:00Z",
            "departure": "1980-07-17T22:21:00Z",
            "flight_vehicle": {
                "id": 560,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/560/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1980-07-19T01:47:00Z",
                "spacecraft": {
                    "id": 406,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/406/?format=api",
                    "name": "Progress 10",
                    "serial_number": "Progress 10 (No.110)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P19DT21H6M18S",
                    "time_docked": "P16DT16H28M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 10 (Russian: Прогресс 10), 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)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/progress_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "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"
                }
            }
        },
        {
            "id": 194,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/194/?format=api",
            "launch_id": "2f208a3e-48b9-4129-9883-4dd46df6e4aa",
            "docking": "1980-06-04T19:38:00Z",
            "departure": "1980-07-31T11:55:00Z",
            "flight_vehicle": {
                "id": 321,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/321/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1980-07-31T15:15:02Z",
                "spacecraft": {
                    "id": 148,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/148/?format=api",
                    "name": "Soyuz 36",
                    "serial_number": "Soyuz 7K-T 11F615A8 #52",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P65DT20H54M23S",
                    "time_docked": "P64DT14H29M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 36 was a Soyuz spacecraft which launched on 26 May 1980 18:20 UTC. It  transported two cosmonauts of EP-5 to Salyut 6. The crew was Valeri Kubasov and Bertalan Farkas.\r\n\r\nIt also ferried down two cosmonauts from EP-7.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 4,
                "name": "Salyut-6 forward",
                "spacestation": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/14/?format=api",
                    "name": "Salyut 6"
                }
            }
        },
        {
            "id": 196,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/196/?format=api",
            "launch_id": "30b10310-a060-4766-90be-f5bdcec94b41",
            "docking": "1980-07-24T20:02:00Z",
            "departure": "1980-08-01T19:43:00Z",
            "flight_vehicle": {
                "id": 320,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/320/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1980-10-11T09:49:57Z",
                "spacecraft": {
                    "id": 147,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/147/?format=api",
                    "name": "Soyuz 37",
                    "serial_number": "Soyuz 7K-T 11F615A8 #53",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P79DT15H16M54S",
                    "time_docked": "P78DT10H3M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 37 was a Soyuz spacecraft which launched on 23 July 1980 18:33 UTC. It  transported two cosmonauts of EP-7 to Salyut 6. The crew was Viktor Gorbatko and Pham Tuân.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
                    }
                }
            },
            "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"
                }
            }
        },
        {
            "id": 198,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/198/?format=api",
            "launch_id": "71f3376c-8e3d-4aba-93b2-58d695e8898e",
            "docking": "1980-09-19T20:49:00Z",
            "departure": "1980-09-26T12:35:00Z",
            "flight_vehicle": {
                "id": 319,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/319/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1980-09-26T15:54:27Z",
                "spacecraft": {
                    "id": 146,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/146/?format=api",
                    "name": "Soyuz 38",
                    "serial_number": "Soyuz 7K-T 11F615A8 #54",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P7DT20H43M24S",
                    "time_docked": "P6DT15H46M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 38 was a Soyuz spacecraft which launched on 18 September 1980 19:11 UTC. It  transported two cosmonauts of EP-8 to Salyut 6. The crew was Yuri Romanenko and Arnaldo Tamayo Méndez.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
                    }
                }
            },
            "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"
                }
            }
        },
        {
            "id": 197,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/197/?format=api",
            "launch_id": "30b10310-a060-4766-90be-f5bdcec94b41",
            "docking": "1980-08-01T20:10:00Z",
            "departure": "1980-10-11T06:32:00Z",
            "flight_vehicle": {
                "id": 320,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/320/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1980-10-11T09:49:57Z",
                "spacecraft": {
                    "id": 147,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/147/?format=api",
                    "name": "Soyuz 37",
                    "serial_number": "Soyuz 7K-T 11F615A8 #53",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P79DT15H16M54S",
                    "time_docked": "P78DT10H3M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 37 was a Soyuz spacecraft which launched on 23 July 1980 18:33 UTC. It  transported two cosmonauts of EP-7 to Salyut 6. The crew was Viktor Gorbatko and Pham Tuân.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 4,
                "name": "Salyut-6 forward",
                "spacestation": {
                    "id": 14,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/14/?format=api",
                    "name": "Salyut 6"
                }
            }
        },
        {
            "id": 301,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/301/?format=api",
            "launch_id": "c81245a0-a7b1-4246-b8c9-d762e1eee277",
            "docking": "1980-09-30T17:03:00Z",
            "departure": "1980-12-09T10:23:00Z",
            "flight_vehicle": {
                "id": 559,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/559/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1980-12-11T14:00:00Z",
                "spacecraft": {
                    "id": 405,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/405/?format=api",
                    "name": "Progress 11",
                    "serial_number": "Progress 11 (No.111)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P73DT22H50M5S",
                    "time_docked": "P69DT17H20M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 11 (Russian: Прогресс 11), 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)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/progress_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "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"
                }
            }
        }
    ]
}