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=460&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=470&ordering=-departure",
    "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=450&ordering=-departure",
    "results": [
        {
            "id": 218,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/218/?format=api",
            "launch_id": "2909a920-ea65-42e6-840e-611ff6c4ae4e",
            "docking": "1984-02-09T14:43:00Z",
            "departure": "1984-04-11T07:33:00Z",
            "flight_vehicle": {
                "id": 278,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/278/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1984-04-11T10:48:48Z",
                "spacecraft": {
                    "id": 135,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/135/?format=api",
                    "name": "Soyuz T-10",
                    "serial_number": "Soyuz T 11F732 #15",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz T-10 was a Soyuz spacecraft which launched on 8 February 1984 12:07 UTC. It transported three cosmonauts of EO-3 to Salyut 7. The EO-3 crew was Leonid Kizim,\r\nVladimir Solovyov, and Oleg Atkov.",
                    "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": 309,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/309/?format=api",
            "launch_id": "a97dd5b2-27c9-4abf-a702-f5e945b03059",
            "docking": "1984-02-23T08:21:00Z",
            "departure": "1984-03-31T09:40:00Z",
            "flight_vehicle": {
                "id": 551,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/551/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1984-04-01T18:18:00Z",
                "spacecraft": {
                    "id": 397,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/397/?format=api",
                    "name": "Progress 19",
                    "serial_number": "Progress 19 (No.120)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 19 (Russian: Прогресс 19), 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": 217,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/217/?format=api",
            "launch_id": "d6fd5085-8665-4b6c-a886-edd41c21aa73",
            "docking": "1983-06-28T10:46:00Z",
            "departure": "1983-11-23T16:40:00Z",
            "flight_vehicle": {
                "id": 282,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/282/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1983-11-23T19:58:00Z",
                "spacecraft": {
                    "id": 137,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/137/?format=api",
                    "name": "Soyuz T-9",
                    "serial_number": "Soyuz T 11F732 #14",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz T-9 was a Soyuz spacecraft which launched on 27 June 1983 09:12 UTC. It transported three cosmonauts of EO-2 to Salyut 7. The EO-2 crew was Vladimir Lyakhov and Aleksandr Pavlovich Aleksandrov.",
                    "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": 308,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/308/?format=api",
            "launch_id": "053b3801-c465-4619-ba27-4f7d94b1bf63",
            "docking": "1983-10-22T11:34:00Z",
            "departure": "1983-11-13T03:08:00Z",
            "flight_vehicle": {
                "id": 552,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/552/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1983-11-16T04:18:00Z",
                "spacecraft": {
                    "id": 398,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/398/?format=api",
                    "name": "Progress 18",
                    "serial_number": "Progress 18 (No.118)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 18 (Russian: Прогресс 18), 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": 307,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/307/?format=api",
            "launch_id": "6e28d26b-6888-4891-963f-d7e078d5646d",
            "docking": "1983-08-19T13:47:00Z",
            "departure": "1983-09-17T11:44:00Z",
            "flight_vehicle": {
                "id": 553,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/553/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1983-09-17T23:43:00Z",
                "spacecraft": {
                    "id": 399,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/399/?format=api",
                    "name": "Progress 17",
                    "serial_number": "Progress 17 (No.119)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 17 (Russian: Прогресс 17), 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": 306,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/306/?format=api",
            "launch_id": "dfaa6003-134d-4ab2-9228-4bd66e860913",
            "docking": "1982-11-02T13:22:00Z",
            "departure": "1982-12-13T15:32:00Z",
            "flight_vehicle": {
                "id": 554,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/554/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1982-12-14T17:17:00Z",
                "spacecraft": {
                    "id": 400,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/400/?format=api",
                    "name": "Progress 16",
                    "serial_number": "Progress 16 (No.115)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 16 (Russian: Прогресс 16), 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": 216,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/216/?format=api",
            "launch_id": "c0abae26-3089-4f48-a18c-e9686b14fff6",
            "docking": "1982-08-20T18:32:00Z",
            "departure": "1982-12-10T15:45:00Z",
            "flight_vehicle": {
                "id": 284,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/284/?format=api",
                "destination": "Salyut 7",
                "mission_end": "1982-12-10T19:02:36Z",
                "spacecraft": {
                    "id": 139,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/139/?format=api",
                    "name": "Soyuz T-7",
                    "serial_number": "Soyuz T 11F732 #12",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz T-7 was a Soyuz spacecraft which launched on  19 August 1982 17:11 UTC. It  transported three cosmonauts of EP-2 to Salyut 7. The crew was Leonid Popov, Aleksandr Serebrov, and Svetlana Savitskaya.",
                    "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"
            }
        },
        {
            "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": 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"
            }
        }
    ]
}