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&offset=460&ordering=-docking
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 515,
    "next": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=470&ordering=-docking",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=450&ordering=-docking",
    "results": [
        {
            "id": 308,
            "url": "https://ll.thespacedevs.com/2.2.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.2.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.2.0/spacecraft/398/?format=api",
                    "name": "Progress 18",
                    "serial_number": "Progress 18 (No.118)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P26DT18H18M55S",
                    "time_docked": "P21DT15H34M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "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.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                    "name": "Salyut 7"
                }
            }
        },
        {
            "id": 307,
            "url": "https://ll.thespacedevs.com/2.2.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.2.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.2.0/spacecraft/399/?format=api",
                    "name": "Progress 17",
                    "serial_number": "Progress 17 (No.119)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P31DT11H34M37S",
                    "time_docked": "P28DT21H57M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "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.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                    "name": "Salyut 7"
                }
            }
        },
        {
            "id": 217,
            "url": "https://ll.thespacedevs.com/2.2.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.2.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.2.0/spacecraft/137/?format=api",
                    "name": "Soyuz T-9",
                    "serial_number": "Soyuz T 11F732 #14",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P149DT10H45M42S",
                    "time_docked": "P148DT5H54M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "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.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png"
                    }
                }
            },
            "docking_location": {
                "id": 35,
                "name": "Salyut-7 forward",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                    "name": "Salyut 7"
                }
            }
        },
        {
            "id": 306,
            "url": "https://ll.thespacedevs.com/2.2.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.2.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.2.0/spacecraft/400/?format=api",
                    "name": "Progress 16",
                    "serial_number": "Progress 16 (No.115)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P44DT5H56M24S",
                    "time_docked": "P41DT2H10M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "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.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                    "name": "Salyut 7"
                }
            }
        },
        {
            "id": 305,
            "url": "https://ll.thespacedevs.com/2.2.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.2.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.2.0/spacecraft/401/?format=api",
                    "name": "Progress 15",
                    "serial_number": "Progress 15 (No.112)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P28DT12H9M6S",
                    "time_docked": "P24DT7H34M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "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.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                    "name": "Salyut 7"
                }
            }
        },
        {
            "id": 216,
            "url": "https://ll.thespacedevs.com/2.2.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.2.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.2.0/spacecraft/139/?format=api",
                    "name": "Soyuz T-7",
                    "serial_number": "Soyuz T 11F732 #12",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P113DT1H50M44S",
                    "time_docked": "P111DT21H13M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "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.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png"
                    }
                }
            },
            "docking_location": {
                "id": 35,
                "name": "Salyut-7 forward",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                    "name": "Salyut 7"
                }
            }
        },
        {
            "id": 304,
            "url": "https://ll.thespacedevs.com/2.2.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.2.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.2.0/spacecraft/402/?format=api",
                    "name": "Progress 14",
                    "serial_number": "Progress 14 (No.117)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P33DT15H31M16S",
                    "time_docked": "P29DT10H30M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "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.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                    "name": "Salyut 7"
                }
            }
        },
        {
            "id": 215,
            "url": "https://ll.thespacedevs.com/2.2.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.2.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.2.0/spacecraft/140/?format=api",
                    "name": "Soyuz T-6",
                    "serial_number": "Soyuz T 11F732 #9",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P7DT21H50M52S",
                    "time_docked": "P6DT17H17M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "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.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png"
                    }
                }
            },
            "docking_location": {
                "id": 35,
                "name": "Salyut-7 forward",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                    "name": "Salyut 7"
                }
            }
        },
        {
            "id": 303,
            "url": "https://ll.thespacedevs.com/2.2.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.2.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.2.0/spacecraft/403/?format=api",
                    "name": "Progress 13",
                    "serial_number": "Progress 13 (No.114)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P13DT18H8M19S",
                    "time_docked": "P9DT22H34M24S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "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.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress_7k-tg_image_20231220085840.png"
                    }
                }
            },
            "docking_location": {
                "id": 36,
                "name": "Salyut-7 aft",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                    "name": "Salyut 7"
                }
            }
        },
        {
            "id": 214,
            "url": "https://ll.thespacedevs.com/2.2.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.2.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.2.0/spacecraft/141/?format=api",
                    "name": "Soyuz T-5",
                    "serial_number": "Soyuz T 11F732 #11",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P106DT5H6M11S",
                    "time_docked": "P105DT7M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "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.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://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_t_image_20231228134543.png"
                    }
                }
            },
            "docking_location": {
                "id": 35,
                "name": "Salyut-7 forward",
                "spacestation": {
                    "id": 15,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
                    "name": "Salyut 7"
                }
            }
        }
    ]
}