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=70&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=80&ordering=docking",
    "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=60&ordering=docking",
    "results": [
        {
            "id": 317,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/317/?format=api",
            "launch_id": "571de500-30a7-4218-bf04-36c8a9c37f11",
            "docking": "1986-04-26T21:26:06Z",
            "departure": "1986-06-22T18:25:00Z",
            "flight_vehicle": {
                "id": 543,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/543/?format=api",
                "destination": "Mir",
                "mission_end": "1986-06-23T15:41:01Z",
                "spacecraft": {
                    "id": 389,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/389/?format=api",
                    "name": "Progress 26",
                    "serial_number": "Progress 26 (No.128)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 26 (Russian: Прогресс 26), 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": 29,
                "name": "Mir Core aft"
            }
        },
        {
            "id": 472,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/472/?format=api",
            "launch_id": "6ce7303a-fb88-4f51-807f-41575a80511f",
            "docking": "1986-05-23T10:11:00Z",
            "departure": "1986-05-29T09:22:00Z",
            "flight_vehicle": {
                "id": 720,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/720/?format=api",
                "destination": "Mir",
                "mission_end": "1986-05-30T06:40:00Z",
                "spacecraft": {
                    "id": 129,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/129/?format=api",
                    "name": "Soyuz TM-1",
                    "serial_number": "Soyuz TM 11F732A51 #51",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TM-1 was a unmanned flight to Mir. The spacecraft spent 6 days docked to the space station Mir.",
                    "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": 318,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/318/?format=api",
            "launch_id": "553fdcde-e854-4f6c-80e5-5a96c8ff0cf0",
            "docking": "1987-01-18T07:26:50Z",
            "departure": "1987-02-23T11:29:01Z",
            "flight_vehicle": {
                "id": 542,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/542/?format=api",
                "destination": "Mir",
                "mission_end": "1987-02-25T16:05:00Z",
                "spacecraft": {
                    "id": 388,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/388/?format=api",
                    "name": "Progress 27",
                    "serial_number": "Progress 27 (No.134)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 27 (Russian: Прогресс 27), 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": 29,
                "name": "Mir Core aft"
            }
        },
        {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/10/?format=api",
            "launch_id": "9afccdd3-f743-4f9a-82fe-3f3137df1521",
            "docking": "1987-02-07T23:27:40Z",
            "departure": "1987-12-29T05:58:00Z",
            "flight_vehicle": {
                "id": 259,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/259/?format=api",
                "destination": "Mir",
                "mission_end": "1987-07-30T01:04:12Z",
                "spacecraft": {
                    "id": 128,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/128/?format=api",
                    "name": "Soyuz TM-2",
                    "serial_number": "Soyuz TM 11F732A51 #52",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TM-2 was a Soyuz spacecraft which launched on 5 February 1987 21:38 UTC. It transported two members of Expedition 2 crew to Mir. The crew consisted of Aleksandr Laveykin and Yuri Romanenko.",
                    "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": 7,
                "name": "Mir-Progress 27"
            }
        },
        {
            "id": 319,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/319/?format=api",
            "launch_id": "2b8ae09c-2239-48b7-8865-a3ae1b205279",
            "docking": "1987-03-05T12:42:36Z",
            "departure": "1987-03-26T05:06:48Z",
            "flight_vehicle": {
                "id": 541,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/541/?format=api",
                "destination": "Mir",
                "mission_end": "1987-03-28T03:49:00Z",
                "spacecraft": {
                    "id": 387,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/387/?format=api",
                    "name": "Progress 28",
                    "serial_number": "Progress 28 (No.135)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 28 (Russian: Прогресс 28), 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": 29,
                "name": "Mir Core aft"
            }
        },
        {
            "id": 320,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/320/?format=api",
            "launch_id": "0041d2ac-62cb-416f-b67a-cd0277f1cfe2",
            "docking": "1987-04-23T17:04:51Z",
            "departure": "1987-05-11T03:10:01Z",
            "flight_vehicle": {
                "id": 540,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/540/?format=api",
                "destination": "Mir",
                "mission_end": "1987-05-11T08:28:00Z",
                "spacecraft": {
                    "id": 386,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/386/?format=api",
                    "name": "Progress 29",
                    "serial_number": "Progress 29 (No.136)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 29 (Russian: Прогресс 29), 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": 321,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/321/?format=api",
            "launch_id": "7e9608b9-6d9f-4d34-9a5c-d73a35927924",
            "docking": "1987-05-21T05:50:38Z",
            "departure": "1987-07-19T00:19:51Z",
            "flight_vehicle": {
                "id": 539,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/539/?format=api",
                "destination": "Mir",
                "mission_end": "1987-07-19T05:42:00Z",
                "spacecraft": {
                    "id": 385,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/385/?format=api",
                    "name": "Progress 30",
                    "serial_number": "Progress 30 (No.137)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 30 (Russian: Прогресс 30), 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": 11,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/11/?format=api",
            "launch_id": "aeace6ee-ad72-4608-a36e-7db0f8c809da",
            "docking": "1987-07-24T03:31:23Z",
            "departure": "1987-07-29T20:44:00Z",
            "flight_vehicle": {
                "id": 258,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/258/?format=api",
                "destination": "Mir",
                "mission_end": "1987-12-29T09:16:15Z",
                "spacecraft": {
                    "id": 127,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/127/?format=api",
                    "name": "Soyuz TM-3",
                    "serial_number": "Soyuz TM 11F732A51 #53",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TM-3 was a Soyuz spacecraft which launched on 22 July 1987 01:59 UTC. It transported one member of Expedition 2, and two cosmonauts on a short stay to Mir. The Expedition 2 member was Aleksandr Pavlovich Aleksandrov. The other cosmonauts were Alexander Viktorenko and Muhammed Faris.",
                    "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": 322,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/322/?format=api",
            "launch_id": "6691e97a-dd7d-404a-8bce-18c16f4b7087",
            "docking": "1987-08-05T22:27:35Z",
            "departure": "1987-09-21T23:57:41Z",
            "flight_vehicle": {
                "id": 538,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/538/?format=api",
                "destination": "Mir",
                "mission_end": "1987-09-23T01:02:00Z",
                "spacecraft": {
                    "id": 384,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/384/?format=api",
                    "name": "Progress 31",
                    "serial_number": "Progress 31 (No.138)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress 31 (Russian: Прогресс 31), 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": 323,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/323/?format=api",
            "launch_id": "38b1e6fb-392f-4981-974c-7cc01db32550",
            "docking": "1987-09-26T01:08:15Z",
            "departure": "1987-11-10T04:09:10Z",
            "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"
            }
        }
    ]
}