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=-departure
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=-departure",
    "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=40&ordering=-departure",
    "results": [
        {
            "id": 503,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/503/?format=api",
            "launch_id": "ecc7fc5d-23de-49de-938d-dd0653a6f3e3",
            "docking": "2022-10-28T02:48:55Z",
            "departure": "2023-02-18T02:26:31Z",
            "flight_vehicle": {
                "id": 787,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/787/?format=api",
                "destination": "International Space Station",
                "mission_end": "2023-02-19T03:15:00Z",
                "spacecraft": {
                    "id": 557,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/557/?format=api",
                    "name": "Progress MS-21",
                    "serial_number": "MS-21 (No.451)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-21 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": 3,
                "name": "Poisk zenith"
            }
        },
        {
            "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": 506,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/506/?format=api",
            "launch_id": "8b360e14-f90d-4a34-9a81-cb5a5ac364c1",
            "docking": "2022-11-27T12:39:00Z",
            "departure": "2023-01-09T22:05:00Z",
            "flight_vehicle": {
                "id": 796,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/796/?format=api",
                "destination": "International Space Station",
                "mission_end": "2023-01-11T10:19:00Z",
                "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": 30,
                "name": "Harmony zenith"
            }
        },
        {
            "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": 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": 489,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/489/?format=api",
            "launch_id": "b89e65d2-db7d-4617-9f47-e26fe954ba0e",
            "docking": "2022-02-17T07:03:21Z",
            "departure": "2022-10-23T22:45:34Z",
            "flight_vehicle": {
                "id": 773,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/773/?format=api",
                "destination": "International Space Station",
                "mission_end": "2022-10-24T01:51:00Z",
                "spacecraft": {
                    "id": 550,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/550/?format=api",
                    "name": "Progress MS-19",
                    "serial_number": "MS-19 (No.449)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-19 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": 3,
                "name": "Poisk zenith"
            }
        },
        {
            "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": 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"
            }
        },
        {
            "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": 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"
            }
        }
    ]
}