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=200&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=210&ordering=-docking",
    "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=190&ordering=-docking",
    "results": [
        {
            "id": 118,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/118/?format=api",
            "launch_id": "01cdc0e1-9994-4f2e-8019-8801b4380e3d",
            "docking": "2012-07-17T04:51:00Z",
            "departure": "2012-11-18T22:26:00Z",
            "flight_vehicle": {
                "id": 177,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/177/?format=api",
                "destination": "International Space Station",
                "mission_end": "2012-11-19T01:53:00Z",
                "spacecraft": {
                    "id": 66,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/66/?format=api",
                    "name": "Soyuz TMA-05M",
                    "serial_number": "Soyuz TMA-M 11F732A47 #706",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-05M was a Soyuz spacecraft which launched on 15 July 2012 02:40 UTC. It transported three members of the Expedition 32 crew to the International Space Station. The crew consisted of Yuri Malenchenko, Sunita Williams, and Akihiko Hoshide.",
                    "spacecraft_config": {
                        "id": 39,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/39/?format=api",
                        "name": "Soyuz TMA-M",
                        "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_tma-m_image_20231225092103.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 13,
                "name": "Rassvet nadir"
            }
        },
        {
            "id": 210,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/210/?format=api",
            "launch_id": "f672e9c9-2bae-4adf-ae70-09eda35d9837",
            "docking": "2012-06-24T04:38:00Z",
            "departure": "2012-06-28T01:22:00Z",
            "flight_vehicle": {
                "id": 445,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/445/?format=api",
                "destination": "Tiangong-1",
                "mission_end": "2012-06-29T02:01:16Z",
                "spacecraft": {
                    "id": 426,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/426/?format=api",
                    "name": "Shenzhou 9",
                    "serial_number": "9",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Shenzhou 9 was the second spacecraft and first crewed spacecraft to dock with the Tiangong 1 space station, which took place on 18 June.",
                    "spacecraft_config": {
                        "id": 2,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/2/?format=api",
                        "name": "Shenzhou",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/17/?format=api",
                            "name": "China National Space Administration",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 34,
                "name": "Tiangong-1 forward"
            }
        },
        {
            "id": 209,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/209/?format=api",
            "launch_id": "f672e9c9-2bae-4adf-ae70-09eda35d9837",
            "docking": "2012-06-18T06:07:00Z",
            "departure": "2012-06-24T03:08:00Z",
            "flight_vehicle": {
                "id": 445,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/445/?format=api",
                "destination": "Tiangong-1",
                "mission_end": "2012-06-29T02:01:16Z",
                "spacecraft": {
                    "id": 426,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/426/?format=api",
                    "name": "Shenzhou 9",
                    "serial_number": "9",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Shenzhou 9 was the second spacecraft and first crewed spacecraft to dock with the Tiangong 1 space station, which took place on 18 June.",
                    "spacecraft_config": {
                        "id": 2,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/2/?format=api",
                        "name": "Shenzhou",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/17/?format=api",
                            "name": "China National Space Administration",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 34,
                "name": "Tiangong-1 forward"
            }
        },
        {
            "id": 155,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/155/?format=api",
            "launch_id": "ef3b84de-7f1e-4b44-8263-4145f771bfb2",
            "docking": "2012-05-25T16:02:00Z",
            "departure": "2012-05-31T09:49:00Z",
            "flight_vehicle": {
                "id": 295,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/295/?format=api",
                "destination": "International Space Station",
                "mission_end": "2012-05-31T15:42:00Z",
                "spacecraft": {
                    "id": 211,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/211/?format=api",
                    "name": "Dragon C102",
                    "serial_number": "C102",
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "First Dragon mission with complete spacecraft, first rendezvous mission, first berthing with ISS. After recovery, the capsule was put on display at Kennedy Space Center.",
                    "spacecraft_config": {
                        "id": 3,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/3/?format=api",
                        "name": "Dragon 1",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-172520dragon2520berthing_image_20190318203226.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 21,
                "name": "Harmony nadir"
            }
        },
        {
            "id": 117,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/117/?format=api",
            "launch_id": "89177f43-f0e3-4672-88ca-72ca6ecd93f8",
            "docking": "2012-05-17T04:36:00Z",
            "departure": "2012-09-16T23:09:00Z",
            "flight_vehicle": {
                "id": 178,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/178/?format=api",
                "destination": "International Space Station",
                "mission_end": "2012-09-17T02:53:00Z",
                "spacecraft": {
                    "id": 67,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/67/?format=api",
                    "name": "Soyuz TMA-04M",
                    "serial_number": "Soyuz TMA-M 11F732A47 #705",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-04M was a Soyuz spacecraft which launched on 15 May 2012 03:01 UTC. It transported three members of the Expedition 31 crew to the International Space Station. The crew consisted of Gennady Padalka, Sergei Revin, and Joseph M. Acaba.",
                    "spacecraft_config": {
                        "id": 39,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/39/?format=api",
                        "name": "Soyuz TMA-M",
                        "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_tma-m_image_20231225092103.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 3,
                "name": "Poisk zenith"
            }
        },
        {
            "id": 432,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/432/?format=api",
            "launch_id": "0bd4bef4-dcbe-4c81-b2de-bacf12709fc8",
            "docking": "2012-04-22T14:39:00Z",
            "departure": "2012-07-22T20:27:00Z",
            "flight_vehicle": {
                "id": 400,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/400/?format=api",
                "destination": "International Space Station",
                "mission_end": "2012-08-20T20:12:00Z",
                "spacecraft": {
                    "id": 259,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/259/?format=api",
                    "name": "Progress M-15M",
                    "serial_number": "Progress M-15M (No.415)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-15M (Russian: Прогресс М-15М), identified by NASA as Progress 47 or 47P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/34/?format=api",
                        "name": "Progress-M (modified)",
                        "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-m_252_image_20231219140115.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 18,
                "name": "Pirs nadir"
            }
        },
        {
            "id": 152,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/152/?format=api",
            "launch_id": "fc71e640-7cf6-4a00-b526-fc42156d46cf",
            "docking": "2012-03-28T22:51:00Z",
            "departure": "2012-09-28T21:44:00Z",
            "flight_vehicle": {
                "id": 262,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/262/?format=api",
                "destination": "International Space Station",
                "mission_end": "2012-10-03T00:00:00Z",
                "spacecraft": {
                    "id": 157,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/157/?format=api",
                    "name": "Edoardo Amaldi ATV",
                    "serial_number": "ATV-003",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "The Edoardo Amaldi ATV, or Automated Transfer Vehicle 003 (ATV-003), was a European unmanned cargo resupply spacecraft, named after the 20th-century Italian physicist Edoardo Amaldi. The spacecraft was launched by the European Space Agency (ESA) on 23 March 2012, on a mission to supply the International Space Station (ISS) with propellant, water, oxygen, and dry cargo.",
                    "spacecraft_config": {
                        "id": 17,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/17/?format=api",
                        "name": "Automated Transfer Vehicle (ATV)",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 115,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/115/?format=api",
                            "name": "Arianespace",
                            "type": "Commercial"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/automated_trans_image_20231118111716.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft"
            }
        },
        {
            "id": 431,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/431/?format=api",
            "launch_id": "1b009a4b-b95f-4773-8646-0da7d2f5257c",
            "docking": "2012-01-28T00:08:57Z",
            "departure": "2012-04-19T11:04:00Z",
            "flight_vehicle": {
                "id": 401,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/401/?format=api",
                "destination": "International Space Station",
                "mission_end": "2012-04-28T00:00:00Z",
                "spacecraft": {
                    "id": 260,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/260/?format=api",
                    "name": "Progress M-14M",
                    "serial_number": "Progress M-14M (No.414)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-14M (Russian: Прогресс М-14М), identified by NASA as Progress 46 or 46P, is a Progress spacecraft which was used by Roskosmos to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/34/?format=api",
                        "name": "Progress-M (modified)",
                        "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-m_252_image_20231219140115.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 18,
                "name": "Pirs nadir"
            }
        },
        {
            "id": 116,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/116/?format=api",
            "launch_id": "f9a03458-107d-49d5-a513-7c4a457a1771",
            "docking": "2011-12-23T15:19:00Z",
            "departure": "2012-07-01T04:48:00Z",
            "flight_vehicle": {
                "id": 179,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/179/?format=api",
                "destination": "International Space Station",
                "mission_end": "2012-07-01T08:14:00Z",
                "spacecraft": {
                    "id": 68,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/68/?format=api",
                    "name": "Soyuz TMA-03M",
                    "serial_number": "Soyuz TMA-M 11F732A47 #703",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-03M was a Soyuz spacecraft which launched on 21 December 2011 13:16 UTC. It transported three members of the Expedition 30 crew to the International Space Station. The crew consisted of Oleg Kononenko, André Kuipers, and Donald Pettit.",
                    "spacecraft_config": {
                        "id": 39,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/39/?format=api",
                        "name": "Soyuz TMA-M",
                        "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_tma-m_image_20231225092103.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 13,
                "name": "Rassvet nadir"
            }
        },
        {
            "id": 115,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/115/?format=api",
            "launch_id": "10cbf881-62b7-46ac-8958-a88b64356a6d",
            "docking": "2011-11-16T05:24:00Z",
            "departure": "2012-04-27T08:18:00Z",
            "flight_vehicle": {
                "id": 226,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/226/?format=api",
                "destination": "International Space Station",
                "mission_end": "2012-04-27T11:45:00Z",
                "spacecraft": {
                    "id": 71,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/71/?format=api",
                    "name": "Soyuz TMA-22",
                    "serial_number": "Soyuz TMA 11F732A17 #232",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-22 was a Soyuz spacecraft which launched on 14 November 2011 04:14 UTC. It transported three members of the Expedition 29 crew to the International Space Station. The crew consisted of Anton Shkaplerov, Anatoli Ivanishin, and Daniel C. Burbank",
                    "spacecraft_config": {
                        "id": 40,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/40/?format=api",
                        "name": "Soyuz TMA",
                        "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_tma_image_20231225093222.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 3,
                "name": "Poisk zenith"
            }
        }
    ]
}