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=50&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=60&ordering=-docking",
    "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=40&ordering=-docking",
    "results": [
        {
            "id": 501,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/501/?format=api",
            "launch_id": "bc73ec4f-633e-4eb5-8b8e-5c996ea1733f",
            "docking": "2022-09-21T20:06:00Z",
            "departure": "2023-03-28T09:57:27Z",
            "flight_vehicle": {
                "id": 597,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/597/?format=api",
                "destination": "International Space Station",
                "mission_end": "2023-03-28T11:46:00Z",
                "spacecraft": {
                    "id": 459,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/459/?format=api",
                    "name": "Soyuz MS-22",
                    "serial_number": "11F732A48 #751",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Scheduled to launch to the ISS in Fall 2022.",
                    "spacecraft_config": {
                        "id": 38,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/38/?format=api",
                        "name": "Soyuz MS",
                        "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": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 13,
                "name": "Rassvet nadir"
            }
        },
        {
            "id": 500,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/500/?format=api",
            "launch_id": "2773613e-58eb-4b99-8120-595c92aa3390",
            "docking": "2022-07-16T15:21:00Z",
            "departure": "2022-08-19T15:05:00Z",
            "flight_vehicle": {
                "id": 784,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/784/?format=api",
                "destination": "International Space Station",
                "mission_end": "2022-08-20T18:53:00Z",
                "spacecraft": {
                    "id": 449,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/449/?format=api",
                    "name": "Cargo Dragon C208",
                    "serial_number": "C208",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "C208 is the first Cargo Dragon 2 and was launched as part of the CRS-21 mission.",
                    "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": 499,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/499/?format=api",
            "launch_id": "6e541c88-9172-4d50-aa35-655b5834254c",
            "docking": "2022-06-05T09:42:00Z",
            "departure": "2022-12-04T03:01:00Z",
            "flight_vehicle": {
                "id": 606,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/606/?format=api",
                "destination": "Tiangong space station",
                "mission_end": "2022-12-04T12:10:00Z",
                "spacecraft": {
                    "id": 468,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/468/?format=api",
                    "name": "Shenzhou 14",
                    "serial_number": "14",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Third crewed mission to the Chinese Space Station.",
                    "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": 41,
                "name": "Tianhe nadir"
            }
        },
        {
            "id": 498,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/498/?format=api",
            "launch_id": "1449720c-422a-42fe-bde2-cc4fdac9d33c",
            "docking": "2022-06-03T13:02:00Z",
            "departure": "2023-02-07T04:56:35Z",
            "flight_vehicle": {
                "id": 782,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/782/?format=api",
                "destination": "International Space Station",
                "mission_end": "2023-02-07T08:37:00Z",
                "spacecraft": {
                    "id": 556,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/556/?format=api",
                    "name": "Progress MS-20",
                    "serial_number": "MS-20 (No.450)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-20 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": 496,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/496/?format=api",
            "launch_id": "f1bcfbf6-d00d-42d7-bc68-82252817a57e",
            "docking": "2022-05-21T00:28:00Z",
            "departure": "2022-05-25T18:36:00Z",
            "flight_vehicle": {
                "id": 573,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/573/?format=api",
                "destination": "International Space Station",
                "mission_end": "2022-05-25T22:49:00Z",
                "spacecraft": {
                    "id": 290,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/290/?format=api",
                    "name": "Starliner 2",
                    "serial_number": "2",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "The second CST-100 Starliner capsule to fly.",
                    "spacecraft_config": {
                        "id": 9,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/9/?format=api",
                        "name": "CST-100 Starliner",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 80,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/80/?format=api",
                            "name": "Boeing",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boeing_starline_image_20220525180700.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 19,
                "name": "Harmony forward"
            }
        },
        {
            "id": 495,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/495/?format=api",
            "launch_id": "1c2b383b-0ac0-458a-9b03-9723c64dd392",
            "docking": "2022-05-10T00:49:00Z",
            "departure": "2022-11-09T06:55:00Z",
            "flight_vehicle": {
                "id": 602,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/602/?format=api",
                "destination": "Tiangong Space Station",
                "mission_end": "2022-11-14T23:21:00Z",
                "spacecraft": {
                    "id": 464,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/464/?format=api",
                    "name": "Tianzhou-4",
                    "serial_number": "4",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Fourth operational Tianzhou spacecraft",
                    "spacecraft_config": {
                        "id": 25,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/25/?format=api",
                        "name": "Tianzhou",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 88,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                            "name": "China Aerospace Science and Technology Corporation",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 32,
                "name": "Tianhe aft"
            }
        },
        {
            "id": 494,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/494/?format=api",
            "launch_id": "d786d8fc-862b-45bf-8f7b-9ad862883f67",
            "docking": "2022-04-27T23:37:49Z",
            "departure": "2022-10-14T16:05:00Z",
            "flight_vehicle": {
                "id": 591,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/591/?format=api",
                "destination": "International Space Station",
                "mission_end": "2022-10-14T20:55:03Z",
                "spacecraft": {
                    "id": 551,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/551/?format=api",
                    "name": "Crew Dragon Freedom",
                    "serial_number": "C212",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Crew Dragon spacecraft first used for Crew-4.",
                    "spacecraft_config": {
                        "id": 6,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/6/?format=api",
                        "name": "Crew 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/spacex_dm-2_cre_image_20200504065311.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 30,
                "name": "Harmony zenith"
            }
        },
        {
            "id": 493,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/493/?format=api",
            "launch_id": "cf0a0e4c-ce72-4b50-af07-016326cbceff",
            "docking": "2022-04-20T01:06:00Z",
            "departure": "2022-07-17T02:59:00Z",
            "flight_vehicle": {
                "id": 601,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/601/?format=api",
                "destination": "Tiangong Space Station",
                "mission_end": "2022-07-27T03:31:00Z",
                "spacecraft": {
                    "id": 463,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/463/?format=api",
                    "name": "Tianzhou-3",
                    "serial_number": "3",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Third operational Tianzhou spacecraft",
                    "spacecraft_config": {
                        "id": 25,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/25/?format=api",
                        "name": "Tianzhou",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 88,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                            "name": "China Aerospace Science and Technology Corporation",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 33,
                "name": "Tianhe forward"
            }
        },
        {
            "id": 492,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/492/?format=api",
            "launch_id": "a3eeb03b-a209-4255-91b5-772dc0d2150e",
            "docking": "2022-04-09T12:29:00Z",
            "departure": "2022-04-25T01:10:00Z",
            "flight_vehicle": {
                "id": 585,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/585/?format=api",
                "destination": "International Space Station",
                "mission_end": "2022-04-25T17:06:00Z",
                "spacecraft": {
                    "id": 289,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/289/?format=api",
                    "name": "Crew Dragon Endeavour",
                    "serial_number": "C206",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Crew Dragon 6 is the Crew Dragon spacecraft launched on the SpaceX DM-2 demonstration mission to the ISS.",
                    "spacecraft_config": {
                        "id": 6,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/6/?format=api",
                        "name": "Crew 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/spacex_dm-2_cre_image_20200504065311.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 30,
                "name": "Harmony zenith"
            }
        },
        {
            "id": 491,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/491/?format=api",
            "launch_id": "dfa56a42-473b-42cf-9348-09fe7ff05f9f",
            "docking": "2022-03-18T19:12:00Z",
            "departure": "2022-09-29T07:34:00Z",
            "flight_vehicle": {
                "id": 596,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/596/?format=api",
                "destination": "International Space Station",
                "mission_end": "2022-09-29T10:57:00Z",
                "spacecraft": {
                    "id": 458,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/458/?format=api",
                    "name": "Soyuz MS-21",
                    "serial_number": "11F732A48 #750",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Launched to the ISS in March 2022.",
                    "spacecraft_config": {
                        "id": 38,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/38/?format=api",
                        "name": "Soyuz MS",
                        "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": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 42,
                "name": "Prichal nadir"
            }
        }
    ]
}