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=280&ordering=departure
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=290&ordering=departure",
    "previous": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=270&ordering=departure",
    "results": [
        {
            "id": 420,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/420/?format=api",
            "launch_id": "6f840c94-6062-457c-9f4f-34b8b5e5b581",
            "docking": "2009-10-18T01:40:00Z",
            "departure": "2010-04-22T18:32:00Z",
            "flight_vehicle": {
                "id": 426,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/426/?format=api",
                "destination": "International Space Station",
                "mission_end": "2010-04-27T18:07:00Z",
                "spacecraft": {
                    "id": 271,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/271/?format=api",
                    "name": "Progress M-03M",
                    "serial_number": "Progress M-03M (No.403)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P194DT16H52M23S",
                    "time_docked": "P186DT16H52M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-03M (Russian: Прогресс М-03М), identified by NASA as Progress 35P, was a Progress spacecraft used by the Russian Federal Space Agency to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api",
                        "name": "Progress-M (modified)",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.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": 422,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/422/?format=api",
            "launch_id": "cb3977fe-3ef4-46d2-8bc9-65a0d9cef07a",
            "docking": "2010-02-05T04:26:00Z",
            "departure": "2010-05-10T11:16:00Z",
            "flight_vehicle": {
                "id": 411,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/411/?format=api",
                "destination": "International Space Station",
                "mission_end": "2010-07-01T13:54:00Z",
                "spacecraft": {
                    "id": 270,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/270/?format=api",
                    "name": "Progress M-04M",
                    "serial_number": "Progress M-04M (No.404)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P148DT10H8M30S",
                    "time_docked": "P94DT6H50M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-04M (Russian: Прогресс М-04М), identified by NASA as Progress 36P, is a Russian Progress spacecraft which was launched in February 2010 to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api",
                        "name": "Progress-M (modified)",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.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": 106,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/106/?format=api",
            "launch_id": "c4b6b5fa-4ab0-47b8-9db3-97761834d7b1",
            "docking": "2010-05-16T14:28:00Z",
            "departure": "2010-05-23T15:22:00Z",
            "flight_vehicle": {
                "id": 196,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/196/?format=api",
                "destination": "International Space Station",
                "mission_end": "2010-05-26T12:49:00Z",
                "spacecraft": {
                    "id": 39,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/39/?format=api",
                    "name": "Space Shuttle Atlantis",
                    "serial_number": "OV-104",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P307DT12H43M25S",
                    "time_docked": "P124DT2H45M9S",
                    "flights_count": 33,
                    "mission_ends_count": 33,
                    "status": {
                        "id": 2,
                        "name": "Retired"
                    },
                    "description": "Space Shuttle Atlantis (Orbiter Vehicle Designation: OV‑104) is a Space Shuttle orbiter vehicle belonging to the National Aeronautics and Space Administration (NASA), the spaceflight and space exploration agency of the United States. Constructed by the Rockwell International company in Southern California and delivered to the Kennedy Space Center in Eastern Florida in April 1985, Atlantis is the fourth operational and the second-to-last Space Shuttle built. Its maiden flight was STS-51-J from 3 to 7 October 1985.  Atlantis embarked on its 33rd and final mission, also the final mission of a space shuttle, STS-135, on 8 July 2011. STS-134 by Endeavour was expected to be the final flight before STS-135 was authorized in October 2010. STS-135 took advantage of the processing for the STS-335 Launch On Need mission that would have been necessary if STS-134's crew became stranded in orbit. Atlantis landed for the final time at the Kennedy Space Center on 21 July 2011.  By the end of its final mission, Atlantis had orbited the Earth a total of 4,848 times, traveling nearly 126,000,000 mi (203,000,000 km) or more than 525 times the distance from the Earth to the Moon.",
                    "spacecraft_config": {
                        "id": 14,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/14/?format=api",
                        "name": "Space Shuttle",
                        "type": {
                            "id": 3,
                            "name": "Spaceplane"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "in_use": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shuttle_image_20190207032524.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": 102,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/102/?format=api",
            "launch_id": "c43ba232-ea21-4224-9d6e-52992171f283",
            "docking": "2009-12-22T22:48:00Z",
            "departure": "2010-06-02T00:04:00Z",
            "flight_vehicle": {
                "id": 221,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/221/?format=api",
                "destination": "International Space Station",
                "mission_end": "2010-06-02T03:25:00Z",
                "spacecraft": {
                    "id": 76,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/76/?format=api",
                    "name": "Soyuz TMA-17",
                    "serial_number": "Soyuz TMA 11F732A17 #227",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P163DT5H33M",
                    "time_docked": "P161DT1H16M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-17 was a Soyuz spacecraft which launched on 20 December 2009 21:52 UTC. It transported three members of the Expedition 22 crew to the International Space Station. The crew consisted of Oleg Kotov, Timothy Creamer, and Soichi Noguchi.",
                    "spacecraft_config": {
                        "id": 40,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                        "name": "Soyuz TMA",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma_image_20231225093222.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 20,
                "name": "Zarya nadir",
                "spacestation": {
                    "id": 4,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station"
                }
            }
        },
        {
            "id": 107,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/107/?format=api",
            "launch_id": "a6a16302-e901-4677-aed7-03cc354e70c2",
            "docking": "2010-06-17T22:21:05Z",
            "departure": "2010-06-28T19:13:48Z",
            "flight_vehicle": {
                "id": 223,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/223/?format=api",
                "destination": "International Space Station",
                "mission_end": "2010-11-26T04:46:00Z",
                "spacecraft": {
                    "id": 74,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/74/?format=api",
                    "name": "Soyuz TMA-19",
                    "serial_number": "Soyuz TMA 11F732A17 #229",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P163DT7H10M41S",
                    "time_docked": "P161DT2H37M58S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-19 was a Soyuz spacecraft which launched on 15 June 2010 21:35 UTC. It transported three members of the Expedition 24 crew to the International Space Station. The crew consisted of Fyodor Yurchikhin, Shannon Walker, and Douglas H. Wheelock",
                    "spacecraft_config": {
                        "id": 40,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                        "name": "Soyuz TMA",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma_image_20231225093222.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": 424,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/424/?format=api",
            "launch_id": "b1759120-f362-4c14-9bb6-75f4d81feb26",
            "docking": "2010-07-04T16:17:00Z",
            "departure": "2010-08-31T11:22:00Z",
            "flight_vehicle": {
                "id": 409,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/409/?format=api",
                "destination": "International Space Station",
                "mission_end": "2010-09-06T13:13:00Z",
                "spacecraft": {
                    "id": 268,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/268/?format=api",
                    "name": "Progress M-06M",
                    "serial_number": "Progress M-06M (No.406)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P67DT21H37M46S",
                    "time_docked": "P57DT19H5M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-06M (Russian: Прогресс М-06М), identified by NASA as Progress 38P, is a Russian Progress spacecraft which was launched in June 2010 to resupply the International Space Station",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api",
                        "name": "Progress-M (modified)",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.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": 104,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/104/?format=api",
            "launch_id": "1e63b2e5-b486-46b4-9bd0-9a0458c753d2",
            "docking": "2010-04-04T05:25:00Z",
            "departure": "2010-09-25T02:02:00Z",
            "flight_vehicle": {
                "id": 222,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/222/?format=api",
                "destination": "International Space Station",
                "mission_end": "2010-09-25T05:23:00Z",
                "spacecraft": {
                    "id": 75,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/75/?format=api",
                    "name": "Soyuz TMA-18",
                    "serial_number": "Soyuz TMA 11F732A17 #228",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P176DT1H18M27S",
                    "time_docked": "P173DT20H37M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-18 was a Soyuz spacecraft which launched on 2 April 2010 04:04 UTC. It transported three members of the Expedition 23 crew to the International Space Station. The crew consisted of Aleksandr Skvortsov, Mikhail Korniyenko, and Tracy Caldwell Dyson.",
                    "spacecraft_config": {
                        "id": 40,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                        "name": "Soyuz TMA",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma_image_20231225093222.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": 423,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/423/?format=api",
            "launch_id": "9c40ab73-f5a9-4f99-8c07-a8ef4e1ef609",
            "docking": "2010-05-01T18:30:00Z",
            "departure": "2010-10-25T14:22:00Z",
            "flight_vehicle": {
                "id": 410,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/410/?format=api",
                "destination": "International Space Station",
                "mission_end": "2010-11-15T08:50:00Z",
                "spacecraft": {
                    "id": 269,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/269/?format=api",
                    "name": "Progress M-05M",
                    "serial_number": "Progress M-05M (No.405)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P200DT15H34M51S",
                    "time_docked": "P176DT19H52M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-05M (Russian: Прогресс М-05М), identified by NASA as Progress 37P, is a Progress spacecraft launched by the Russian Federal Space Agency in April 2010 to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api",
                        "name": "Progress-M (modified)",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.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": 455,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/455/?format=api",
            "launch_id": "a6a16302-e901-4677-aed7-03cc354e70c2",
            "docking": "2010-06-28T19:37:58Z",
            "departure": "2010-11-26T01:23:13Z",
            "flight_vehicle": {
                "id": 223,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/223/?format=api",
                "destination": "International Space Station",
                "mission_end": "2010-11-26T04:46:00Z",
                "spacecraft": {
                    "id": 74,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/74/?format=api",
                    "name": "Soyuz TMA-19",
                    "serial_number": "Soyuz TMA 11F732A17 #229",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P163DT7H10M41S",
                    "time_docked": "P161DT2H37M58S",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Soyuz TMA-19 was a Soyuz spacecraft which launched on 15 June 2010 21:35 UTC. It transported three members of the Expedition 24 crew to the International Space Station. The crew consisted of Fyodor Yurchikhin, Shannon Walker, and Douglas H. Wheelock",
                    "spacecraft_config": {
                        "id": 40,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/40/?format=api",
                        "name": "Soyuz TMA",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_tma_image_20231225093222.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": 426,
            "url": "https://ll.thespacedevs.com/2.2.0/docking_event/426/?format=api",
            "launch_id": "658cfeef-6e98-4a10-b574-3cb7fba09d33",
            "docking": "2010-10-30T16:36:00Z",
            "departure": "2011-01-24T00:42:00Z",
            "flight_vehicle": {
                "id": 407,
                "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/407/?format=api",
                "destination": "International Space Station",
                "mission_end": "2011-01-24T06:07:00Z",
                "spacecraft": {
                    "id": 266,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/266/?format=api",
                    "name": "Progress M-08M",
                    "serial_number": "Progress M-08M (No.408)",
                    "is_placeholder": false,
                    "in_space": false,
                    "time_in_space": "P88DT14H55M7S",
                    "time_docked": "P85DT8H6M",
                    "flights_count": 1,
                    "mission_ends_count": 1,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-08M (Russian: Прогресс М-08М), identified by NASA as Progress 40 or 40P, is a Progress spacecraft which was used to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/34/?format=api",
                        "name": "Progress-M (modified)",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_252_image_20231219140115.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"
                }
            }
        }
    ]
}