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.2.0/docking_event/?ordering=-docking

GET /2.2.0/docking_event/?format=api&offset=430&ordering=docking
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 515,
    "next": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=440&ordering=docking",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=420&ordering=docking",
    "results": [
        {
            "id": 245,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/245/?format=api",
            "launch_id": "f1a8d62e-709d-4e89-ade9-a8779492c7a9",
            "docking": "2021-02-22T09:38:00Z",
            "departure": "2021-06-29T19:32:00Z",
            "flight_vehicle": {
                "id": 584,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/584/?format=api",
                "destination": "International Space Station",
                "mission_end": "2021-07-02T01:40:00Z",
                "spacecraft": {
                    "id": 450,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/450/?format=api",
                    "name": "Cygnus CRS NG-15 (S.S. Katherine Johnson)",
                    "serial_number": null,
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P131DT8H3M11S",
                    "time_docked": "P127DT9H54M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "This is the fifteenth flight to the ISS by the Cygnus spacecraft under the CRS program and their fourth under the CRS-2 program. This is also the 11th use of the enhanced size Cygnus.",
                    "spacecraft_config": {
                        "id": 19,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
                        "name": "Cygnus Enhanced",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 257,
                            "url": "https://ll.thespacedevs.com/2.2.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",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 246,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/246/?format=api",
            "launch_id": "79e3f7a7-9c50-4d87-a069-c6aa7dd641d6",
            "docking": "2021-03-19T17:12:00Z",
            "departure": "2021-04-17T01:34:00Z",
            "flight_vehicle": {
                "id": 575,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/575/?format=api",
                "destination": "International Space Station",
                "mission_end": "2021-04-17T04:55:00Z",
                "spacecraft": {
                    "id": 441,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/441/?format=api",
                    "name": "Soyuz MS-17",
                    "serial_number": "Soyuz MS 11F732A48 #746",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P184DT23H9M56S",
                    "time_docked": "P184DT16H12M31S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz MS-17 is a Soyuz spacecraft scheduled to launch in October 2020.\r\nIt will transport three members of the Expedition 63 crew to the International Space Station.",
                    "spacecraft_config": {
                        "id": 38,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
                        "name": "Soyuz MS",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.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": 3,
                "name": "Poisk zenith",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 279,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/279/?format=api",
            "launch_id": "0ede12be-ac6d-4571-9d0c-b2a85b5cf280",
            "docking": "2021-04-05T11:08:00Z",
            "departure": "2021-05-02T00:35:00Z",
            "flight_vehicle": {
                "id": 417,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/417/?format=api",
                "destination": "International Space Station",
                "mission_end": "2021-05-02T06:57:00Z",
                "spacecraft": {
                    "id": 291,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/291/?format=api",
                    "name": "Crew Dragon Resilience",
                    "serial_number": "C207",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P179DT18H19M30S",
                    "time_docked": "P165DT19H56M",
                    "flights_count": 4,
                    "mission_ends_count": 4,
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Crew Dragon Resilience was used for the Crew-1 mission.",
                    "spacecraft_config": {
                        "id": 6,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/6/?format=api",
                        "name": "Crew Dragon 2",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.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",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 280,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/280/?format=api",
            "launch_id": "3898f855-5794-48b5-9cb8-6741cb53363b",
            "docking": "2021-04-09T11:05:00Z",
            "departure": "2021-09-28T12:21:36Z",
            "flight_vehicle": {
                "id": 592,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/592/?format=api",
                "destination": "International Space Station",
                "mission_end": "2021-10-17T04:35:44Z",
                "spacecraft": {
                    "id": 455,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/455/?format=api",
                    "name": "Soyuz MS-18",
                    "serial_number": "Soyuz MS 11F732A48 #748",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P190DT20H53M3S",
                    "time_docked": "P190DT13H26M21S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Launched to the ISS in April 2021.",
                    "spacecraft_config": {
                        "id": 38,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
                        "name": "Soyuz MS",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.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",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 281,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/281/?format=api",
            "launch_id": "32dcb5ad-7609-4fc0-8094-768ee5c2ebe0",
            "docking": "2021-04-24T09:08:00Z",
            "departure": "2021-07-21T10:45:00Z",
            "flight_vehicle": {
                "id": 579,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/579/?format=api",
                "destination": "International Space Station",
                "mission_end": "2021-11-09T03:33:00Z",
                "spacecraft": {
                    "id": 289,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/289/?format=api",
                    "name": "Crew Dragon Endeavour",
                    "serial_number": "C206",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P701DT21H16M35S",
                    "time_docked": "P692DT23H37M",
                    "flights_count": 5,
                    "mission_ends_count": 5,
                    "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.2.0/config/spacecraft/6/?format=api",
                        "name": "Crew Dragon 2",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.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": 19,
                "name": "Harmony forward",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 285,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/285/?format=api",
            "launch_id": "c9fb70ab-85b1-40dd-b98e-67b37efc7e94",
            "docking": "2021-05-29T21:01:00Z",
            "departure": "2021-09-18T02:25:00Z",
            "flight_vehicle": {
                "id": 600,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/600/?format=api",
                "destination": "Tiangong Space Station",
                "mission_end": "2022-03-31T10:40:00Z",
                "spacecraft": {
                    "id": 462,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/462/?format=api",
                    "name": "Tianzhou-2",
                    "serial_number": "2",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P305DT21H44M31S",
                    "time_docked": "P301DT4H52M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Second operational Tianzhou spacecraft. First spacecraft to dock with the Chinese Space Station.",
                    "spacecraft_config": {
                        "id": 25,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/25/?format=api",
                        "name": "Tianzhou",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 88,
                            "url": "https://ll.thespacedevs.com/2.2.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",
                "spacestation": {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                    "name": "Tiangong space station"
                }
            }
        },
        {
            "id": 286,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/286/?format=api",
            "launch_id": "89a150ea-6e4b-489f-853c-3603ae684611",
            "docking": "2021-06-05T09:09:00Z",
            "departure": "2021-07-08T14:45:00Z",
            "flight_vehicle": {
                "id": 668,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/668/?format=api",
                "destination": "International Space Station",
                "mission_end": "2021-07-10T03:29:00Z",
                "spacecraft": {
                    "id": 474,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/474/?format=api",
                    "name": "Cargo Dragon C209",
                    "serial_number": "C209",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P142DT2H7M46S",
                    "time_docked": "P131DT22H23S",
                    "flights_count": 4,
                    "mission_ends_count": 4,
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "Second Cargo Dragon 2",
                    "spacecraft_config": {
                        "id": 7,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/7/?format=api",
                        "name": "Cargo Dragon 2",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.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",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 287,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/287/?format=api",
            "launch_id": "5c1c76b1-fe29-4b3f-97d0-c35695d5fbd0",
            "docking": "2021-06-17T07:54:00Z",
            "departure": "2021-09-16T00:56:00Z",
            "flight_vehicle": {
                "id": 604,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/604/?format=api",
                "destination": "Tiangong space station",
                "mission_end": "2021-09-17T05:34:00Z",
                "spacecraft": {
                    "id": 466,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/466/?format=api",
                    "name": "Shenzhou 12",
                    "serial_number": "12",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P92DT4H11M29S",
                    "time_docked": "P90DT17H2M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "First crewed mission to the Chinese Space Station.",
                    "spacecraft_config": {
                        "id": 2,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api",
                        "name": "Shenzhou",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.2.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": 33,
                "name": "Tianhe forward",
                "spacestation": {
                    "id": 18,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                    "name": "Tiangong space station"
                }
            }
        },
        {
            "id": 452,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/452/?format=api",
            "launch_id": "a330c94f-5191-42a2-9401-59a6268f590a",
            "docking": "2021-07-02T00:59:41Z",
            "departure": "2021-10-20T23:41:00Z",
            "flight_vehicle": {
                "id": 610,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/610/?format=api",
                "destination": "International Space Station",
                "mission_end": "2021-11-25T15:08:00Z",
                "spacecraft": {
                    "id": 471,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/471/?format=api",
                    "name": "Progress MS-17",
                    "serial_number": "MS-17 (No.446)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P148DT15H40M40S",
                    "time_docked": "P145DT5H42M46S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-17 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
                    "spacecraft_config": {
                        "id": 33,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api",
                        "name": "Progress-MS",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.2.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",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 469,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/469/?format=api",
            "launch_id": "32dcb5ad-7609-4fc0-8094-768ee5c2ebe0",
            "docking": "2021-07-21T11:35:00Z",
            "departure": "2021-11-08T19:05:00Z",
            "flight_vehicle": {
                "id": 579,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/579/?format=api",
                "destination": "International Space Station",
                "mission_end": "2021-11-09T03:33:00Z",
                "spacecraft": {
                    "id": 289,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/289/?format=api",
                    "name": "Crew Dragon Endeavour",
                    "serial_number": "C206",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P701DT21H16M35S",
                    "time_docked": "P692DT23H37M",
                    "flights_count": 5,
                    "mission_ends_count": 5,
                    "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.2.0/config/spacecraft/6/?format=api",
                        "name": "Crew Dragon 2",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.2.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",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        }
    ]
}