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

{
    "count": 517,
    "next": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=50&ordering=departure",
    "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=30&ordering=departure",
    "results": [
        {
            "id": 199,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/199/?format=api",
            "launch_id": "0c42c9d0-39aa-4278-b8f2-532f89a89d4d",
            "docking": "1980-11-28T15:54:00Z",
            "departure": "1980-12-10T06:10:00Z",
            "flight_vehicle": {
                "id": 315,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/315/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1980-12-10T09:26:10Z",
                "spacecraft": {
                    "id": 143,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/143/?format=api",
                    "name": "Soyuz T-3",
                    "serial_number": "Soyuz T 11F732 #8",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz T-3 was a Soyuz spacecraft which launched on 27 November 1980 14:18 UTC. It  transported three cosmonauts of EO-5 to Salyut 6. The crew was Leonid Kizim,\r\nOleg Makarov, and Gennady Strekalov.",
                    "spacecraft_config": {
                        "id": 42,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/42/?format=api",
                        "name": "Soyuz T",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png"
                    }
                }
            },
            "docking_location": {
                "id": 4,
                "name": "Salyut-6 forward"
            }
        },
        {
            "id": 302,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/302/?format=api",
            "launch_id": "3bd21cc5-e6b3-4023-add7-8c6d8e88fedb",
            "docking": "1981-01-26T15:56:00Z",
            "departure": "1981-03-19T18:14:00Z",
            "flight_vehicle": {
                "id": 558,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/558/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1981-03-20T16:59:00Z",
                "spacecraft": {
                    "id": 404,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/404/?format=api",
                    "name": "Progress 12",
                    "serial_number": "Progress 12 (No.113)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 12 (Russian: Прогресс 12), was a Progress spacecraft used to resupply the space station Salyut 6.",
                    "spacecraft_config": {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.0.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.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "docking_location": {
                "id": 9,
                "name": "Salyut-6 aft"
            }
        },
        {
            "id": 201,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/201/?format=api",
            "launch_id": "2ef0b550-8899-4205-9c3f-1a94dc0cd302",
            "docking": "1981-03-23T16:28:00Z",
            "departure": "1981-03-30T08:15:00Z",
            "flight_vehicle": {
                "id": 318,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/318/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1981-03-30T11:40:58Z",
                "spacecraft": {
                    "id": 145,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/145/?format=api",
                    "name": "Soyuz 39",
                    "serial_number": "Soyuz 7K-T 11F615A8 #55",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 39 was a Soyuz spacecraft which launched on 22 March 1981 14:58 UTC. It  transported two cosmonauts of EP-9 to Salyut 6. The crew was Vladimir Dzhanibekov and Jügderdemidiin Gürragchaa.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 9,
                "name": "Salyut-6 aft"
            }
        },
        {
            "id": 202,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/202/?format=api",
            "launch_id": "0e39b440-8545-4518-80fe-cb7013538581",
            "docking": "1981-05-15T18:50:00Z",
            "departure": "1981-05-22T10:37:00Z",
            "flight_vehicle": {
                "id": 317,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/317/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1981-05-22T13:58:30Z",
                "spacecraft": {
                    "id": 144,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/144/?format=api",
                    "name": "Soyuz 40",
                    "serial_number": "Soyuz 7K-T 11F615A8 #56",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz 40 was a Soyuz spacecraft which launched on 14 May 1981 17:16 UTC. It  transported two cosmonauts of EP-10 to Salyut 6. The crew was Leonid Popov and Dumitru Prunariu.",
                    "spacecraft_config": {
                        "id": 1,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
                        "name": "Soyuz",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_image_20201015191152.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 9,
                "name": "Salyut-6 aft"
            }
        },
        {
            "id": 200,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/200/?format=api",
            "launch_id": "822027f5-b07b-4bb6-acda-f36f396a7ce7",
            "docking": "1981-03-13T20:33:00Z",
            "departure": "1981-05-26T09:20:00Z",
            "flight_vehicle": {
                "id": 314,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/314/?format=api",
                "destination": "Salyut 6",
                "mission_end": "1981-05-26T12:37:34Z",
                "spacecraft": {
                    "id": 142,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/142/?format=api",
                    "name": "Soyuz T-4",
                    "serial_number": "Soyuz T 11F732 #10",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz T-4 was a Soyuz spacecraft which launched on 12 March 1981 19:00 UTC. It  transported two cosmonauts of EO-6 to Salyut 6. The crew was Vladimir Kovalyonok and Viktor Savinykh.",
                    "spacecraft_config": {
                        "id": 42,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/42/?format=api",
                        "name": "Soyuz T",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png"
                    }
                }
            },
            "docking_location": {
                "id": 4,
                "name": "Salyut-6 forward"
            }
        },
        {
            "id": 303,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/303/?format=api",
            "launch_id": "016b2203-b5ff-46e7-9598-b65c9230dbb5",
            "docking": "1982-05-25T07:56:36Z",
            "departure": "1982-06-04T06:31:00Z",
            "flight_vehicle": {
                "id": 557,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/557/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1982-06-06T00:05:00Z",
                "spacecraft": {
                    "id": 403,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/403/?format=api",
                    "name": "Progress 13",
                    "serial_number": "Progress 13 (No.114)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 13 (Russian: Прогресс 13), was a Progress spacecraft used to resupply the space station Salyut 7.",
                    "spacecraft_config": {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.0.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.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft"
            }
        },
        {
            "id": 215,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/215/?format=api",
            "launch_id": "4cf4b690-d17b-4d74-b4dc-8787940762e8",
            "docking": "1982-06-25T17:46:00Z",
            "departure": "1982-07-02T11:03:00Z",
            "flight_vehicle": {
                "id": 312,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/312/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1982-07-02T14:20:40Z",
                "spacecraft": {
                    "id": 140,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/140/?format=api",
                    "name": "Soyuz T-6",
                    "serial_number": "Soyuz T 11F732 #9",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz T-6 was a Soyuz spacecraft which launched on 24 June 1982 16:29 UTC. It  transported three cosmonauts of EP-1 to Salyut 7. The crew was Vladimir Dzhanibekov,\r\nAleksandr Ivanchenkov, and Jean-Loup Chrétien.",
                    "spacecraft_config": {
                        "id": 42,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/42/?format=api",
                        "name": "Soyuz T",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png"
                    }
                }
            },
            "docking_location": {
                "id": 35,
                "name": "Salyut-7 forward"
            }
        },
        {
            "id": 304,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/304/?format=api",
            "launch_id": "e2acd8dc-e9a3-4aa4-a179-146cd0005172",
            "docking": "1982-07-12T11:41:00Z",
            "departure": "1982-08-10T22:11:00Z",
            "flight_vehicle": {
                "id": 556,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/556/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1982-08-13T01:29:00Z",
                "spacecraft": {
                    "id": 402,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/402/?format=api",
                    "name": "Progress 14",
                    "serial_number": "Progress 14 (No.117)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 14 (Russian: Прогресс 14), was a Progress spacecraft used to resupply the space station Salyut 7.",
                    "spacecraft_config": {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.0.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.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft"
            }
        },
        {
            "id": 214,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/214/?format=api",
            "launch_id": "078fc1c2-4d33-47a6-b934-7a47bfd6a039",
            "docking": "1982-05-14T11:36:00Z",
            "departure": "1982-08-27T11:43:00Z",
            "flight_vehicle": {
                "id": 313,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/313/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1982-08-27T15:04:16Z",
                "spacecraft": {
                    "id": 141,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/141/?format=api",
                    "name": "Soyuz T-5",
                    "serial_number": "Soyuz T 11F732 #11",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz T-5 was a Soyuz spacecraft which launched on 13 May 1982 09:58 UTC. It  transported two cosmonauts of EO-1 to Salyut 7. The crew was Anatoli Berezovoy and Valentin Lebedev.",
                    "spacecraft_config": {
                        "id": 42,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/42/?format=api",
                        "name": "Soyuz T",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png"
                    }
                }
            },
            "docking_location": {
                "id": 35,
                "name": "Salyut-7 forward"
            }
        },
        {
            "id": 305,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/305/?format=api",
            "launch_id": "a575f58b-6473-4271-9f23-ed2ad4186649",
            "docking": "1982-09-20T06:12:00Z",
            "departure": "1982-10-14T13:46:00Z",
            "flight_vehicle": {
                "id": 555,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/555/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1982-10-16T17:08:00Z",
                "spacecraft": {
                    "id": 401,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/401/?format=api",
                    "name": "Progress 15",
                    "serial_number": "Progress 15 (No.112)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 15 (Russian: Прогресс 15), was a Progress spacecraft used to resupply the space station Salyut 7.",
                    "spacecraft_config": {
                        "id": 8,
                        "url": "https://ll.thespacedevs.com/2.0.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.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft"
            }
        }
    ]
}