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=410
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=420",
    "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=400",
    "results": [
        {
            "id": 396,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/396/?format=api",
            "launch_id": "b5cfd3d6-8a4b-4cae-bac3-16e32d2090e9",
            "docking": "2003-06-11T11:15:00Z",
            "departure": "2003-09-04T19:41:00Z",
            "flight_vehicle": {
                "id": 460,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/460/?format=api",
                "destination": "International Space Station",
                "mission_end": "2003-10-03T12:38:00Z",
                "spacecraft": {
                    "id": 315,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/315/?format=api",
                    "name": "Progress M1-10",
                    "serial_number": "Progress M1-10 (No.259)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M1-10 (Russian: Прогресс М1-10), identified by NASA as Progress 11 or 11P, 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": 18,
                "name": "Pirs nadir"
            }
        },
        {
            "id": 398,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/398/?format=api",
            "launch_id": "6fa3b325-bbb6-428b-9253-39098a6a2115",
            "docking": "2004-01-31T13:13:00Z",
            "departure": "2004-05-24T09:19:00Z",
            "flight_vehicle": {
                "id": 458,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/458/?format=api",
                "destination": "International Space Station",
                "mission_end": "2004-06-03T10:36:00Z",
                "spacecraft": {
                    "id": 313,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/313/?format=api",
                    "name": "Progress M1-11",
                    "serial_number": "Progress M1-11 (No.260)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M1-11 (Russian: Прогресс М1-11), identified by NASA as Progress 13 or 13P, 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": 399,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/399/?format=api",
            "launch_id": "14ccaa6c-89fe-44ff-9ece-4c0cd82705b2",
            "docking": "2004-05-27T13:54:00Z",
            "departure": "2004-07-30T06:04:00Z",
            "flight_vehicle": {
                "id": 457,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/457/?format=api",
                "destination": "International Space Station",
                "mission_end": "2004-07-30T11:23:00Z",
                "spacecraft": {
                    "id": 312,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/312/?format=api",
                    "name": "Progress M-49",
                    "serial_number": "Progress M-49 (No.249)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-49 (Russian: Прогресс М-49), identified by NASA as Progress 14 or 14P, 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": 400,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/400/?format=api",
            "launch_id": "bf3eb453-b4c0-48e4-a38e-c6255512911e",
            "docking": "2004-08-14T05:01:00Z",
            "departure": "2004-12-22T19:37:00Z",
            "flight_vehicle": {
                "id": 456,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/456/?format=api",
                "destination": "International Space Station",
                "mission_end": "2004-12-22T23:23:00Z",
                "spacecraft": {
                    "id": 311,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/311/?format=api",
                    "name": "Progress M-50",
                    "serial_number": "Progress M-50 (No.350)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-50 (Russian: Прогресс М-50), identified by NASA as Progress 15 or 15P, 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": 401,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/401/?format=api",
            "launch_id": "db36f412-74cc-418a-9f31-0af81217609d",
            "docking": "2004-12-25T23:57:00Z",
            "departure": "2005-02-27T16:06:00Z",
            "flight_vehicle": {
                "id": 455,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/455/?format=api",
                "destination": "International Space Station",
                "mission_end": "2005-03-09T17:03:00Z",
                "spacecraft": {
                    "id": 310,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/310/?format=api",
                    "name": "Progress M-51",
                    "serial_number": "Progress M-51 (No.351)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-51 (Russian: Прогресс М-51), identified by NASA as Progress 16 or 16P, 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": 403,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/403/?format=api",
            "launch_id": "474f41b4-e7fe-4c62-b8d4-dc7daa8422a6",
            "docking": "2005-06-19T00:41:00Z",
            "departure": "2005-09-07T10:25:00Z",
            "flight_vehicle": {
                "id": 453,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/453/?format=api",
                "destination": "International Space Station",
                "mission_end": "2005-09-07T14:12:00Z",
                "spacecraft": {
                    "id": 308,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/308/?format=api",
                    "name": "Progress M-53",
                    "serial_number": "Progress M-53 (No.353)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-53 (Russian: Прогресс М-53), identified by NASA as Progress 18 or 18P, 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": 404,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/404/?format=api",
            "launch_id": "1fc9e49b-b962-4088-8949-54f3f58e914d",
            "docking": "2005-09-10T14:42:00Z",
            "departure": "2006-03-03T10:06:00Z",
            "flight_vehicle": {
                "id": 452,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/452/?format=api",
                "destination": "International Space Station",
                "mission_end": "2006-03-03T13:52:00Z",
                "spacecraft": {
                    "id": 307,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/307/?format=api",
                    "name": "Progress M-54",
                    "serial_number": "Progress M-54 (No.354)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-54 (Russian: Прогресс М-54), identified by NASA as Progress 19 or 19P, 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": 405,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/405/?format=api",
            "launch_id": "01059ca8-50f0-42eb-adf8-8b0cb65009af",
            "docking": "2005-12-23T19:46:00Z",
            "departure": "2006-06-19T14:06:00Z",
            "flight_vehicle": {
                "id": 451,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/451/?format=api",
                "destination": "International Space Station",
                "mission_end": "2006-06-19T17:53:00Z",
                "spacecraft": {
                    "id": 306,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/306/?format=api",
                    "name": "Progress M-55",
                    "serial_number": "Progress M-55 (No.355)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-55 (Russian: Прогресс М-55), identified by NASA as Progress 20 or 20P, 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": 18,
                "name": "Pirs nadir"
            }
        },
        {
            "id": 407,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/407/?format=api",
            "launch_id": "26ff7c26-a1e9-4e4e-b1c4-f0ae7972e637",
            "docking": "2006-06-26T16:25:00Z",
            "departure": "2007-01-16T23:23:00Z",
            "flight_vehicle": {
                "id": 449,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/449/?format=api",
                "destination": "International Space Station",
                "mission_end": "2007-01-17T03:15:00Z",
                "spacecraft": {
                    "id": 304,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/304/?format=api",
                    "name": "Progress M-57",
                    "serial_number": "Progress M-57 (No.357)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-57 (Russian: Прогресс М-57), identified by NASA as Progress 22 or 22P, 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": 18,
                "name": "Pirs nadir"
            }
        },
        {
            "id": 408,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/408/?format=api",
            "launch_id": "4d74c4c8-a8e4-4a8a-9c15-58cd90133fd8",
            "docking": "2006-10-26T14:28:00Z",
            "departure": "2007-03-27T18:11:00Z",
            "flight_vehicle": {
                "id": 448,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/448/?format=api",
                "destination": "International Space Station",
                "mission_end": "2007-03-27T23:30:00Z",
                "spacecraft": {
                    "id": 303,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/303/?format=api",
                    "name": "Progress M-58",
                    "serial_number": "Progress M-58 (No.358)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-58 (Russian: Прогресс М-58), identified by NASA as Progress 23 or 23P, 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"
            }
        }
    ]
}