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=80&ordering=docking
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=90&ordering=docking",
    "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=70&ordering=docking",
    "results": [
        {
            "id": 324,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/324/?format=api",
            "launch_id": "38b1e6fb-392f-4981-974c-7cc01db32550",
            "docking": "1987-11-10T05:47:00Z",
            "departure": "1987-11-17T19:25:00Z",
            "flight_vehicle": {
                "id": 537,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/537/?format=api",
                "destination": "Mir",
                "mission_end": "1987-11-19T00:58:00Z",
                "spacecraft": {
                    "id": 383,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/383/?format=api",
                    "name": "Progress 32",
                    "serial_number": "Progress 32 (No.139)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 32 (Russian: Прогресс 32), was a Progress spacecraft used to resupply the space station Mir.",
                    "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": 6,
                "name": "Kvant-1 aft"
            }
        },
        {
            "id": 325,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/325/?format=api",
            "launch_id": "bf8992eb-f2d6-4346-bd45-c97ba4d1cbf8",
            "docking": "1987-11-23T01:39:13Z",
            "departure": "1987-12-19T08:15:46Z",
            "flight_vehicle": {
                "id": 536,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/536/?format=api",
                "destination": "Mir",
                "mission_end": "1987-12-19T13:37:00Z",
                "spacecraft": {
                    "id": 382,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/382/?format=api",
                    "name": "Progress 33",
                    "serial_number": "Progress 33 (No.140)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 33 (Russian: Прогресс 33), was a Progress spacecraft used to resupply the space station Mir.",
                    "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": 6,
                "name": "Kvant-1 aft"
            }
        },
        {
            "id": 12,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/12/?format=api",
            "launch_id": "a4a60a86-e478-4645-986c-fa34ad90515a",
            "docking": "1987-12-23T12:51:00Z",
            "departure": "1988-12-21T02:32:54Z",
            "flight_vehicle": {
                "id": 257,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/257/?format=api",
                "destination": "Mir",
                "mission_end": "1988-06-17T10:12:32Z",
                "spacecraft": {
                    "id": 126,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/126/?format=api",
                    "name": "Soyuz TM-4",
                    "serial_number": "Soyuz TM 11F732A51 #54",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TM-4 was a Soyuz spacecraft which launched on 21 December 1987 11:18 UTC. It transported two members of Expedition 3 and one Soviet cosmonaut to Mir. The Expedition 3 members were Vladimir Titov and Musa Manarov. The Soviet cosmonaut was Anatoli Levchenko.",
                    "spacecraft_config": {
                        "id": 41,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/41/?format=api",
                        "name": "Soyuz TM",
                        "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_tm_image_20231228130713.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 29,
                "name": "Mir Core aft"
            }
        },
        {
            "id": 326,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/326/?format=api",
            "launch_id": "ca15d638-6c8e-4eed-ad8e-8e218bbd5abb",
            "docking": "1988-01-23T00:09:09Z",
            "departure": "1988-03-04T03:40:09Z",
            "flight_vehicle": {
                "id": 535,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/535/?format=api",
                "destination": "Mir",
                "mission_end": "1988-03-04T07:29:30Z",
                "spacecraft": {
                    "id": 381,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/381/?format=api",
                    "name": "Progress 34",
                    "serial_number": "Progress 34 (No.142)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 34 (Russian: Прогресс 34), was a Progress spacecraft used to resupply the space station Mir.",
                    "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": 6,
                "name": "Kvant-1 aft"
            }
        },
        {
            "id": 327,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/327/?format=api",
            "launch_id": "d8db288e-fa0f-41bf-84d2-97c94b0b29b3",
            "docking": "1988-03-25T22:21:35Z",
            "departure": "1988-05-05T01:36:03Z",
            "flight_vehicle": {
                "id": 534,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/534/?format=api",
                "destination": "Mir",
                "mission_end": "1988-05-05T06:56:19Z",
                "spacecraft": {
                    "id": 380,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/380/?format=api",
                    "name": "Progress 35",
                    "serial_number": "Progress 35 (No.143)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 35 (Russian: Прогресс 35), was a Progress spacecraft used to resupply the space station Mir.",
                    "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": 6,
                "name": "Kvant-1 aft"
            }
        },
        {
            "id": 328,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/328/?format=api",
            "launch_id": "7d2c5879-5341-4539-9b77-97a6f10e76bc",
            "docking": "1988-05-15T02:13:26Z",
            "departure": "1988-06-05T11:11:55Z",
            "flight_vehicle": {
                "id": 533,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/533/?format=api",
                "destination": "Mir",
                "mission_end": "1988-06-05T21:18:40Z",
                "spacecraft": {
                    "id": 379,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/379/?format=api",
                    "name": "Progress 36",
                    "serial_number": "Progress 36 (No.144)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 36 (Russian: Прогресс 36), was a Progress spacecraft used to resupply the space station Mir.",
                    "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": 6,
                "name": "Kvant-1 aft"
            }
        },
        {
            "id": 13,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/13/?format=api",
            "launch_id": "f61be2c3-16c4-4070-a4a1-9b42a43de53d",
            "docking": "1988-06-09T15:57:10Z",
            "departure": "1988-06-17T06:20:50Z",
            "flight_vehicle": {
                "id": 256,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/256/?format=api",
                "destination": "Mir",
                "mission_end": "1988-09-07T00:49:38Z",
                "spacecraft": {
                    "id": 125,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/125/?format=api",
                    "name": "Soyuz TM-5",
                    "serial_number": "Soyuz TM 11F732A51 #55",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TM-4 was a Soyuz spacecraft which launched on 7 June 1988 14:03 UTC. It transported two soviets and one Bulgarian cosmonaut to Mir. The soviet cosmonauts were Anatoly Solovyev and Viktor Savinykh. The Bulgarian cosmonaut was Aleksandr Aleksandrov.",
                    "spacecraft_config": {
                        "id": 41,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/41/?format=api",
                        "name": "Soyuz TM",
                        "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_tm_image_20231228130713.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 29,
                "name": "Mir Core aft"
            }
        },
        {
            "id": 329,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/329/?format=api",
            "launch_id": "7e51cd0b-7061-4bb8-8209-26dd58dc3052",
            "docking": "1988-07-20T22:33:40Z",
            "departure": "1988-08-12T08:31:54Z",
            "flight_vehicle": {
                "id": 532,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/532/?format=api",
                "destination": "Mir",
                "mission_end": "1988-08-12T13:45:40Z",
                "spacecraft": {
                    "id": 378,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/378/?format=api",
                    "name": "Progress 37",
                    "serial_number": "Progress 37 (No.145)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 37 (Russian: Прогресс 37), was a Progress spacecraft used to resupply the space station Mir.",
                    "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": 6,
                "name": "Kvant-1 aft"
            }
        },
        {
            "id": 14,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/14/?format=api",
            "launch_id": "ad9d60af-7f45-47c0-96e9-b34ecb2f361b",
            "docking": "1988-08-31T05:40:44Z",
            "departure": "1988-09-05T23:54:57Z",
            "flight_vehicle": {
                "id": 255,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/255/?format=api",
                "destination": "Mir",
                "mission_end": "1988-12-21T09:57:00Z",
                "spacecraft": {
                    "id": 124,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/124/?format=api",
                    "name": "Soyuz TM-6",
                    "serial_number": "Soyuz TM 11F732A51 #56",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TM-6 was a Soyuz spacecraft which launched on 29 August 1988 04:23 UTC. It transported one member of Expedition 3, one of Expedition 4 and a Afghan cosmonaut to Mir. The EO-3 member was Vladimir Lyakhov, the EO-4 member was Valeri Polyakov, and the Afghan cosmonaut was Abdul Mohmand.",
                    "spacecraft_config": {
                        "id": 41,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/41/?format=api",
                        "name": "Soyuz TM",
                        "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_tm_image_20231228130713.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 6,
                "name": "Kvant-1 aft"
            }
        },
        {
            "id": 330,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/330/?format=api",
            "launch_id": "927c8800-ccf4-44a9-b82b-5fcacf13a700",
            "docking": "1988-09-12T01:22:28Z",
            "departure": "1988-11-23T12:12:46Z",
            "flight_vehicle": {
                "id": 531,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/531/?format=api",
                "destination": "Mir",
                "mission_end": "1988-11-23T19:06:58Z",
                "spacecraft": {
                    "id": 377,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/377/?format=api",
                    "name": "Progress 38",
                    "serial_number": "Progress 38 (No.146)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 38 (Russian: Прогресс 38), was a Progress spacecraft used to resupply the space station Mir.",
                    "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": 6,
                "name": "Kvant-1 aft"
            }
        }
    ]
}