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

{
    "count": 517,
    "next": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=410",
    "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=390",
    "results": [
        {
            "id": 281,
            "url": "https://ll.thespacedevs.com/2.0.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.0.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.0.0/spacecraft/289/?format=api",
                    "name": "Crew Dragon Endeavour",
                    "serial_number": "C206",
                    "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.0.0/config/spacecraft/6/?format=api",
                        "name": "Crew Dragon 2",
                        "type": {
                            "id": 2,
                            "name": "Capsule"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 19,
                "name": "Harmony forward"
            }
        },
        {
            "id": 285,
            "url": "https://ll.thespacedevs.com/2.0.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.0.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.0.0/spacecraft/462/?format=api",
                    "name": "Tianzhou-2",
                    "serial_number": "2",
                    "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.0.0/config/spacecraft/25/?format=api",
                        "name": "Tianzhou",
                        "type": {
                            "id": 4,
                            "name": "Cargo Resupply"
                        },
                        "agency": {
                            "id": 88,
                            "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
                            "name": "China Aerospace Science and Technology Corporation",
                            "type": "Government"
                        },
                        "in_use": true,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tianzhou_image_20210513100807.jpg"
                    }
                }
            },
            "docking_location": {
                "id": 32,
                "name": "Tianhe aft"
            }
        },
        {
            "id": 388,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/388/?format=api",
            "launch_id": "009fb2f9-cd35-4790-a98f-c624ea212e95",
            "docking": "2001-05-23T00:23:57Z",
            "departure": "2001-08-22T06:02:00Z",
            "flight_vehicle": {
                "id": 468,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/468/?format=api",
                "destination": "International Space Station",
                "mission_end": "2001-08-22T09:50:00Z",
                "spacecraft": {
                    "id": 323,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/323/?format=api",
                    "name": "Progress M1-6",
                    "serial_number": "Progress M1-6 (No.255)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M1-6 (Russian: Прогресс М1-6), identified by NASA as Progress 4 or 4P, was a Progress spacecraft used to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 36,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/36/?format=api",
                        "name": "Progress-M1",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m1_image_20231219142545.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft"
            }
        },
        {
            "id": 389,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/389/?format=api",
            "launch_id": "eec03c04-1a9d-4058-8ecf-d0d710c0a94f",
            "docking": "2001-08-23T09:51:32Z",
            "departure": "2001-11-22T16:12:01Z",
            "flight_vehicle": {
                "id": 467,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/467/?format=api",
                "destination": "International Space Station",
                "mission_end": "2001-11-22T21:35:23Z",
                "spacecraft": {
                    "id": 322,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/322/?format=api",
                    "name": "Progress M-45",
                    "serial_number": "Progress M-45 (No.245)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-45 (Russian: Прогресс М-45), identified by NASA as Progress 5 or 5P, was a Progress spacecraft used to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 35,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/35/?format=api",
                        "name": "Progress-M",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft"
            }
        },
        {
            "id": 390,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/390/?format=api",
            "launch_id": "a0a6b3a9-5a43-41ca-8e11-25b3c5479591",
            "docking": "2001-09-17T01:05:00Z",
            "departure": "2001-09-26T15:36:00Z",
            "flight_vehicle": {
                "id": 466,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/466/?format=api",
                "destination": "International Space Station",
                "mission_end": "2001-09-26T22:30:00Z",
                "spacecraft": {
                    "id": 321,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/321/?format=api",
                    "name": "Progress M-SO1",
                    "serial_number": "Progress M-SO1 (No.301)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-SO1 was a modified Progress spacecraft used to deliver the Pirs module to the International Space Station.",
                    "spacecraft_config": {
                        "id": 35,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/35/?format=api",
                        "name": "Progress-M",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 38,
                "name": "Zvezda nadir"
            }
        },
        {
            "id": 391,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/391/?format=api",
            "launch_id": "eaff4abf-cf82-4427-b7c7-bb05d2a9a1f2",
            "docking": "2001-11-28T19:43:00Z",
            "departure": "2002-03-19T17:43:00Z",
            "flight_vehicle": {
                "id": 465,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/465/?format=api",
                "destination": "International Space Station",
                "mission_end": "2002-03-20T01:27:00Z",
                "spacecraft": {
                    "id": 320,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/320/?format=api",
                    "name": "Progress M1-7",
                    "serial_number": "Progress M1-7 (No.256)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M1-7 (Russian: Прогресс М1-7), identified by NASA as Progress 6 or 6P, was a Progress spacecraft used to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 36,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/36/?format=api",
                        "name": "Progress-M1",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m1_image_20231219142545.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft"
            }
        },
        {
            "id": 392,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/392/?format=api",
            "launch_id": "a32d0cfb-602e-4190-a5ac-8943a0224d8d",
            "docking": "2002-03-24T20:57:00Z",
            "departure": "2002-06-25T08:26:00Z",
            "flight_vehicle": {
                "id": 464,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/464/?format=api",
                "destination": "International Space Station",
                "mission_end": "2002-06-25T12:26:00Z",
                "spacecraft": {
                    "id": 319,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/319/?format=api",
                    "name": "Progress M1-8",
                    "serial_number": "Progress M1-8 (No.257)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M1-8 (Russian: Прогресс М1-8), identified by NASA as Progress 7 or 7P, was a Progress spacecraft used to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 36,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/36/?format=api",
                        "name": "Progress-M1",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m1_image_20231219142545.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft"
            }
        },
        {
            "id": 393,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/393/?format=api",
            "launch_id": "2ba38a49-3608-47dc-b96f-4329b006483a",
            "docking": "2002-06-29T06:23:00Z",
            "departure": "2002-09-24T13:59:00Z",
            "flight_vehicle": {
                "id": 463,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/463/?format=api",
                "destination": "International Space Station",
                "mission_end": "2002-10-14T10:22:00Z",
                "spacecraft": {
                    "id": 318,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/318/?format=api",
                    "name": "Progress M-46",
                    "serial_number": "Progress M-46 (No.246)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-46 (Russian: Прогресс М-46), identified by NASA as Progress 8 or 8P, was a Progress spacecraft used to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 35,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/35/?format=api",
                        "name": "Progress-M",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft"
            }
        },
        {
            "id": 394,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/394/?format=api",
            "launch_id": "26bcb937-e5c2-4f8b-8a41-3b73151a4822",
            "docking": "2002-09-29T17:00:00Z",
            "departure": "2003-02-01T16:00:00Z",
            "flight_vehicle": {
                "id": 462,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/462/?format=api",
                "destination": "International Space Station",
                "mission_end": "2003-02-01T20:00:00Z",
                "spacecraft": {
                    "id": 317,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/317/?format=api",
                    "name": "Progress M1-9",
                    "serial_number": "Progress M1-9 (No.258)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M1-9 (Russian: Прогресс М1-9), identified by NASA as Progress 9 or 9P, was a Progress spacecraft used to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 36,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/36/?format=api",
                        "name": "Progress-M1",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m1_image_20231219142545.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft"
            }
        },
        {
            "id": 395,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/395/?format=api",
            "launch_id": "f8c2f0d1-8a40-4444-adff-f873e7fb4fd7",
            "docking": "2003-02-04T14:49:00Z",
            "departure": "2003-08-27T22:48:00Z",
            "flight_vehicle": {
                "id": 461,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/461/?format=api",
                "destination": "International Space Station",
                "mission_end": "2003-08-28T02:37:00Z",
                "spacecraft": {
                    "id": 316,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/316/?format=api",
                    "name": "Progress M-47",
                    "serial_number": "Progress M-47 (No.247)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-47 (Russian: Прогресс М-47), identified by NASA as Progress 10 or 10P, was a Progress spacecraft used to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 35,
                        "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/35/?format=api",
                        "name": "Progress-M",
                        "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": false,
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-m_image_20231219141001.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft"
            }
        }
    ]
}