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

{
    "count": 524,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=510&ordering=departure",
    "results": [
        {
            "id": 628,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/628/?format=api",
            "launch_id": "e8e93778-657c-401c-9c88-3cd4c7c45c9d",
            "docking": "2025-08-25T11:05:00Z",
            "departure": null,
            "flight_vehicle": {
                "id": 878,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/878/?format=api",
                "destination": "ISS",
                "mission_end": null,
                "spacecraft": {
                    "id": 554,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/554/?format=api",
                    "name": "Cargo Dragon C211",
                    "serial_number": "C211",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Third Cargo Dragon 2",
                    "spacecraft_config": {
                        "id": 7,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/7/?format=api",
                        "name": "Cargo Dragon 2",
                        "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": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 19,
                "name": "Harmony forward"
            }
        },
        {
            "id": 629,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/629/?format=api",
            "launch_id": "d4813e5c-305e-4401-ba4f-917aa1aaceae",
            "docking": "2025-09-13T17:23:00Z",
            "departure": null,
            "flight_vehicle": {
                "id": 896,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/896/?format=api",
                "destination": "International Space Station",
                "mission_end": null,
                "spacecraft": {
                    "id": 622,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/622/?format=api",
                    "name": "Progress MS-32",
                    "serial_number": "MS-32 (No.462)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-32 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
                    "spacecraft_config": {
                        "id": 33,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/33/?format=api",
                        "name": "Progress-MS",
                        "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": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft"
            }
        },
        {
            "id": 630,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/630/?format=api",
            "launch_id": "3bfed6d5-d65e-4133-b51a-b664bbd9d006",
            "docking": "2025-09-18T11:24:00Z",
            "departure": null,
            "flight_vehicle": {
                "id": 892,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/892/?format=api",
                "destination": "International Space Station",
                "mission_end": null,
                "spacecraft": {
                    "id": 619,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/619/?format=api",
                    "name": "Cygnus CRS NG-23 (S.S. William “Willie” C. McCool)",
                    "serial_number": null,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "This is the twenty-second flight to the ISS by the Cygnus spacecraft under the CRS program and their eleventh under the CRS-2 program. This is also the 18th use of the enhanced size Cygnus.",
                    "spacecraft_config": {
                        "id": 19,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/19/?format=api",
                        "name": "Cygnus Enhanced",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 257,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/257/?format=api",
                            "name": "Northrop Grumman Space Systems",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 1,
                "name": "Unity nadir"
            }
        },
        {
            "id": 386,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/386/?format=api",
            "launch_id": "880260ab-fba6-4295-b0ce-9b730adb14c3",
            "docking": "2001-01-27T05:33:31Z",
            "departure": null,
            "flight_vehicle": {
                "id": 472,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/472/?format=api",
                "destination": "Mir",
                "mission_end": "2001-03-23T05:59:24Z",
                "spacecraft": {
                    "id": 325,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/325/?format=api",
                    "name": "Progress M1-5",
                    "serial_number": "Progress M1-5 (No.254)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M1-5 (Russian: Прогресс M1-5), was a Progress spacecraft used to deorbit the space station Mir.",
                    "spacecraft_config": {
                        "id": 36,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/36/?format=api",
                        "name": "Progress-M1",
                        "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-m1_image_20231219142545.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 6,
                "name": "Kvant-1 aft"
            }
        }
    ]
}