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=420&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=430&ordering=docking",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=410&ordering=docking",
    "results": [
        {
            "id": 232,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/232/?format=api",
            "launch_id": "d401b40d-6424-4b08-989e-ea49640b04da",
            "docking": "2020-04-09T14:13:00Z",
            "departure": "2020-10-21T23:32:00Z",
            "flight_vehicle": {
                "id": 529,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/529/?format=api",
                "destination": "International Space Station",
                "mission_end": "2020-10-22T02:54:00Z",
                "spacecraft": {
                    "id": 438,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/438/?format=api",
                    "name": "Soyuz MS-16",
                    "serial_number": "Soyuz MS 11F732A48 #745",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P195DT18H48M54S",
                    "time_docked": "P195DT9H19M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz MS-16 is a Soyuz spacecraft scheduled to launch in April 2020.\r\nIt will transport three members of the Expedition 62 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": 234,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/234/?format=api",
            "launch_id": "b25d2389-d116-472d-9d33-3e581b7dc438",
            "docking": "2020-04-25T05:12:00Z",
            "departure": "2021-04-27T23:11:30Z",
            "flight_vehicle": {
                "id": 571,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/571/?format=api",
                "destination": "International Space Station",
                "mission_end": "2021-04-29T00:42:00Z",
                "spacecraft": {
                    "id": 439,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/439/?format=api",
                    "name": "Progress MS-14",
                    "serial_number": "MS-14 (No.448)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P368DT22H50M19S",
                    "time_docked": "P367DT17H59M30S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-14 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": 2,
                "name": "Zvezda aft",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 235,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/235/?format=api",
            "launch_id": "0d178574-7b2c-456b-97f8-bbb5532248ad",
            "docking": "2020-05-25T12:13:00Z",
            "departure": "2020-08-18T17:36:00Z",
            "flight_vehicle": {
                "id": 572,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/572/?format=api",
                "destination": "International Space Station",
                "mission_end": "2020-08-20T07:07:00Z",
                "spacecraft": {
                    "id": 440,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/440/?format=api",
                    "name": "Kounotori 9",
                    "serial_number": "HTV-9",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P91DT13H36M",
                    "time_docked": "P85DT5H23M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Kounotori 9 is the ninth HTV spacecraft. It is scheduled to launch in May 2020 on a resupply mission to the ISS.",
                    "spacecraft_config": {
                        "id": 18,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/18/?format=api",
                        "name": "H-II Transfer Vehicle (HTV)",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 37,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/htv-4_captured__image_20240325122159.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 21,
                "name": "Harmony nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 238,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/238/?format=api",
            "launch_id": "e71d3b58-dede-43f3-ac73-cc2de9a307ad",
            "docking": "2020-05-31T14:16:00Z",
            "departure": "2020-08-01T23:30:00Z",
            "flight_vehicle": {
                "id": 415,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/415/?format=api",
                "destination": "International Space Station",
                "mission_end": "2020-08-02T18:48: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": 239,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/239/?format=api",
            "launch_id": "c7f03e53-e4e3-42e3-9d57-71666ad80c18",
            "docking": "2020-07-23T17:49:00Z",
            "departure": "2021-02-09T05:21:00Z",
            "flight_vehicle": {
                "id": 578,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/578/?format=api",
                "destination": "International Space Station",
                "mission_end": "2021-02-09T09:13:08Z",
                "spacecraft": {
                    "id": 445,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/445/?format=api",
                    "name": "Progress MS-15",
                    "serial_number": "MS-15 (No.444)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P200DT18H46M46S",
                    "time_docked": "P200DT11H32M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-15 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": 18,
                "name": "Pirs nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 240,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/240/?format=api",
            "launch_id": "6183311b-da90-4934-a665-1a1ae563cba8",
            "docking": "2020-10-05T09:32:00Z",
            "departure": "2021-01-06T15:11:00Z",
            "flight_vehicle": {
                "id": 580,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/580/?format=api",
                "destination": "International Space Station",
                "mission_end": "2021-01-26T20:23:00Z",
                "spacecraft": {
                    "id": 446,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/446/?format=api",
                    "name": "Cygnus CRS NG-14 (S.S. Kalpana Chawla)",
                    "serial_number": null,
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P115DT19H6M46S",
                    "time_docked": "P93DT5H39M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "This is the fourteenth flight to the ISS by the Cygnus spacecraft under the CRS program and their third under the CRS2 program. This is also the 10th 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": 241,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/241/?format=api",
            "launch_id": "79e3f7a7-9c50-4d87-a069-c6aa7dd641d6",
            "docking": "2020-10-14T08:48:00Z",
            "departure": "2021-03-19T16:38:31Z",
            "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": 13,
                "name": "Rassvet nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 242,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/242/?format=api",
            "launch_id": "0ede12be-ac6d-4571-9d0c-b2a85b5cf280",
            "docking": "2020-11-17T04:01:00Z",
            "departure": "2021-04-05T10:30: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": 19,
                "name": "Harmony forward",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 243,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/243/?format=api",
            "launch_id": "06dfcb34-0b76-4fbc-9046-09ab66db7b83",
            "docking": "2020-12-07T18:40:00Z",
            "departure": "2021-01-12T14:05:00Z",
            "flight_vehicle": {
                "id": 583,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/583/?format=api",
                "destination": "International Space Station",
                "mission_end": "2021-01-14T01:26:00Z",
                "spacecraft": {
                    "id": 449,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/449/?format=api",
                    "name": "Cargo Dragon C208",
                    "serial_number": "C208",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P175DT13H52M12S",
                    "time_docked": "P165DT1H39M49S",
                    "flights_count": 5,
                    "mission_ends_count": 5,
                    "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.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": 244,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/244/?format=api",
            "launch_id": "19407719-d66c-492d-9288-e5e6ddbadbd6",
            "docking": "2021-02-17T06:27:00Z",
            "departure": "2021-07-26T10:56:00Z",
            "flight_vehicle": {
                "id": 586,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/586/?format=api",
                "destination": "International Space Station",
                "mission_end": "2021-07-26T12:39:00Z",
                "spacecraft": {
                    "id": 451,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/451/?format=api",
                    "name": "Progress MS-16",
                    "serial_number": "MS-16 (No.445)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P161DT7H53M54S",
                    "time_docked": "P159DT4H29M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-16 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": 18,
                "name": "Pirs nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        }
    ]
}