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=490
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 500,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=480",
    "results": [
        {
            "id": 482,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/482/?format=api",
            "launch_id": "5175abf5-6cac-4b57-ae16-edabc138966a",
            "docking": "2021-10-30T01:33:30Z",
            "departure": "2022-06-01T08:03:00Z",
            "flight_vehicle": {
                "id": 763,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/763/?format=api",
                "destination": "International Space Station",
                "mission_end": "2022-06-01T11:51:00Z",
                "spacecraft": {
                    "id": 543,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/543/?format=api",
                    "name": "Progress MS-18",
                    "serial_number": "MS-18 (No.447)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-18 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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft"
            }
        },
        {
            "id": 496,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/496/?format=api",
            "launch_id": "f1bcfbf6-d00d-42d7-bc68-82252817a57e",
            "docking": "2022-05-21T00:28:00Z",
            "departure": "2022-05-25T18:36:00Z",
            "flight_vehicle": {
                "id": 573,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/573/?format=api",
                "destination": "International Space Station",
                "mission_end": "2022-05-25T22:49:00Z",
                "spacecraft": {
                    "id": 290,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/290/?format=api",
                    "name": "Starliner 2",
                    "serial_number": "2",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "description": "The second CST-100 Starliner capsule to fly.",
                    "spacecraft_config": {
                        "id": 9,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/9/?format=api",
                        "name": "CST-100 Starliner",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 80,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/80/?format=api",
                            "name": "Boeing",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/boeing_starline_image_20220525180700.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 19,
                "name": "Harmony forward"
            }
        },
        {
            "id": 490,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/490/?format=api",
            "launch_id": "7005f701-25f1-4198-ab0a-362b48e13cdd",
            "docking": "2022-02-21T12:02:00Z",
            "departure": "2022-06-28T11:07:00Z",
            "flight_vehicle": {
                "id": 769,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/769/?format=api",
                "destination": "International Space Station",
                "mission_end": "2022-06-29T08:20:00Z",
                "spacecraft": {
                    "id": 546,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/546/?format=api",
                    "name": "Cygnus CRS NG-17 (S.S. Piers Sellers)",
                    "serial_number": null,
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "This is the seventeenth flight to the ISS by the Cygnus spacecraft under the CRS program and their sixth under the CRS-2 program. This is also the 13th use of the enhanced size Cygnus.",
                    "spacecraft_config": {
                        "id": 19,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/19/?format=api",
                        "name": "Cygnus Enhanced",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 257,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/257/?format=api",
                            "name": "Northrop Grumman Space Systems",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 1,
                "name": "Unity nadir"
            }
        },
        {
            "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": "Chinese 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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 33,
                "name": "Tianhe forward"
            }
        },
        {
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 19,
                "name": "Harmony forward"
            }
        },
        {
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 42,
                "name": "Prichal 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": "Chinese 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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 32,
                "name": "Tianhe aft"
            }
        },
        {
            "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 41,
                "name": "Tianhe nadir"
            }
        },
        {
            "id": 498,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/498/?format=api",
            "launch_id": "1449720c-422a-42fe-bde2-cc4fdac9d33c",
            "docking": "2022-06-03T13:02:00Z",
            "departure": "2023-02-07T04:56:35Z",
            "flight_vehicle": {
                "id": 782,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/782/?format=api",
                "destination": "International Space Station",
                "mission_end": "2023-02-07T08:37:00Z",
                "spacecraft": {
                    "id": 556,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/556/?format=api",
                    "name": "Progress MS-20",
                    "serial_number": "MS-20 (No.450)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress MS-20 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
                    "spacecraft_config": {
                        "id": 33,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/33/?format=api",
                        "name": "Progress-MS",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft"
            }
        },
        {
            "id": 501,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/501/?format=api",
            "launch_id": "bc73ec4f-633e-4eb5-8b8e-5c996ea1733f",
            "docking": "2022-09-21T20:06:00Z",
            "departure": "2023-03-28T09:57:27Z",
            "flight_vehicle": {
                "id": 597,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/597/?format=api",
                "destination": "International Space Station",
                "mission_end": "2023-03-28T11:46:00Z",
                "spacecraft": {
                    "id": 459,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/459/?format=api",
                    "name": "Soyuz MS-22",
                    "serial_number": "11F732A48 #751",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Scheduled to launch to the ISS in Fall 2022.",
                    "spacecraft_config": {
                        "id": 38,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/38/?format=api",
                        "name": "Soyuz MS",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 63,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 13,
                "name": "Rassvet nadir"
            }
        }
    ]
}