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=440
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=450",
    "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=430",
    "results": [
        {
            "id": 429,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/429/?format=api",
            "launch_id": "0afda3dd-71f8-4b29-9659-9f0bfd107c00",
            "docking": "2011-06-23T16:37:00Z",
            "departure": "2011-08-23T09:34:00Z",
            "flight_vehicle": {
                "id": 404,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/404/?format=api",
                "destination": "International Space Station",
                "mission_end": "2011-09-01T09:34:31Z",
                "spacecraft": {
                    "id": 263,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/263/?format=api",
                    "name": "Progress M-11M",
                    "serial_number": "Progress M-11M (No.411)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-11M (Russian: Прогресс М-11М), identified by NASA as Progress 43 or 43P, is a Progress spacecraft which was launched on June 21, 2011 to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.0.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.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_252_image_20231219140115.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft"
            }
        },
        {
            "id": 430,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/430/?format=api",
            "launch_id": "54f922bb-a88c-4aa6-857e-f6b1b11179ee",
            "docking": "2011-11-02T11:41:00Z",
            "departure": "2012-01-23T22:10:00Z",
            "flight_vehicle": {
                "id": 402,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/402/?format=api",
                "destination": "International Space Station",
                "mission_end": "2012-01-25T00:00:00Z",
                "spacecraft": {
                    "id": 261,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/261/?format=api",
                    "name": "Progress M-13M",
                    "serial_number": "Progress M-13M (No.413)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-13M (Russian: Прогресс М-13М), identified by NASA as Progress 45 or 45P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.0.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.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_252_image_20231219140115.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 18,
                "name": "Pirs nadir"
            }
        },
        {
            "id": 431,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/431/?format=api",
            "launch_id": "1b009a4b-b95f-4773-8646-0da7d2f5257c",
            "docking": "2012-01-28T00:08:57Z",
            "departure": "2012-04-19T11:04:00Z",
            "flight_vehicle": {
                "id": 401,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/401/?format=api",
                "destination": "International Space Station",
                "mission_end": "2012-04-28T00:00:00Z",
                "spacecraft": {
                    "id": 260,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/260/?format=api",
                    "name": "Progress M-14M",
                    "serial_number": "Progress M-14M (No.414)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-14M (Russian: Прогресс М-14М), identified by NASA as Progress 46 or 46P, is a Progress spacecraft which was used by Roskosmos to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.0.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.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_252_image_20231219140115.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 18,
                "name": "Pirs nadir"
            }
        },
        {
            "id": 432,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/432/?format=api",
            "launch_id": "0bd4bef4-dcbe-4c81-b2de-bacf12709fc8",
            "docking": "2012-04-22T14:39:00Z",
            "departure": "2012-07-22T20:27:00Z",
            "flight_vehicle": {
                "id": 400,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/400/?format=api",
                "destination": "International Space Station",
                "mission_end": "2012-08-20T20:12:00Z",
                "spacecraft": {
                    "id": 259,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/259/?format=api",
                    "name": "Progress M-15M",
                    "serial_number": "Progress M-15M (No.415)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-15M (Russian: Прогресс М-15М), identified by NASA as Progress 47 or 47P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.0.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.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_252_image_20231219140115.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 18,
                "name": "Pirs nadir"
            }
        },
        {
            "id": 433,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/433/?format=api",
            "launch_id": "0bd4bef4-dcbe-4c81-b2de-bacf12709fc8",
            "docking": "2012-07-29T01:00:00Z",
            "departure": "2012-07-30T21:16:00Z",
            "flight_vehicle": {
                "id": 400,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/400/?format=api",
                "destination": "International Space Station",
                "mission_end": "2012-08-20T20:12:00Z",
                "spacecraft": {
                    "id": 259,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/259/?format=api",
                    "name": "Progress M-15M",
                    "serial_number": "Progress M-15M (No.415)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-15M (Russian: Прогресс М-15М), identified by NASA as Progress 47 or 47P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.0.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.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_252_image_20231219140115.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 18,
                "name": "Pirs nadir"
            }
        },
        {
            "id": 434,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/434/?format=api",
            "launch_id": "8c293495-0123-46ee-af31-4353152c5a29",
            "docking": "2012-08-02T01:18:00Z",
            "departure": "2013-02-09T13:12:00Z",
            "flight_vehicle": {
                "id": 399,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/399/?format=api",
                "destination": "International Space Station",
                "mission_end": "2013-02-09T17:05:00Z",
                "spacecraft": {
                    "id": 258,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/258/?format=api",
                    "name": "Progress M-16M",
                    "serial_number": "Progress M-16M (No.416)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-16M (Russian: Прогресс М-16М), identified by NASA as Progress 48 or 48P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.0.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.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_252_image_20231219140115.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 18,
                "name": "Pirs nadir"
            }
        },
        {
            "id": 435,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/435/?format=api",
            "launch_id": "8eb9953e-0312-4d18-81eb-20672889161c",
            "docking": "2012-10-31T13:33:00Z",
            "departure": "2013-04-15T12:02:00Z",
            "flight_vehicle": {
                "id": 398,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/398/?format=api",
                "destination": "International Space Station",
                "mission_end": "2013-04-21T15:02:00Z",
                "spacecraft": {
                    "id": 257,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/257/?format=api",
                    "name": "Progress M-17M",
                    "serial_number": "Progress M-17M (No.417)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-17M (Russian: Прогресс М-17М), identified by NASA as Progress 49 or 49P, was a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.0.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.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_252_image_20231219140115.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft"
            }
        },
        {
            "id": 436,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/436/?format=api",
            "launch_id": "81e5f70c-f1b5-4a89-a87b-0ac9109f7a40",
            "docking": "2013-02-12T20:35:00Z",
            "departure": "2013-07-25T20:43:00Z",
            "flight_vehicle": {
                "id": 397,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/397/?format=api",
                "destination": "International Space Station",
                "mission_end": "2013-07-26T00:42:00Z",
                "spacecraft": {
                    "id": 255,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/255/?format=api",
                    "name": "Progress M-18M",
                    "serial_number": "Progress M-18M (No.418)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-18M (Russian: Прогресс М-18М), identified by NASA as Progress 50 or 50P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.0.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.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_252_image_20231219140115.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 18,
                "name": "Pirs nadir"
            }
        },
        {
            "id": 437,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/437/?format=api",
            "launch_id": "8fa5686d-73a4-4ec5-9c53-9413221a7a54",
            "docking": "2013-04-26T12:25:00Z",
            "departure": "2013-06-11T13:58:00Z",
            "flight_vehicle": {
                "id": 396,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/396/?format=api",
                "destination": "International Space Station",
                "mission_end": "2013-06-19T13:39:00Z",
                "spacecraft": {
                    "id": 254,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/254/?format=api",
                    "name": "Progress M-19M",
                    "serial_number": "Progress M-19M (No.419)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-19M (Russian: Прогресс М-19М), identified by NASA as Progress 51 or 51P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.0.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.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_252_image_20231219140115.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 2,
                "name": "Zvezda aft"
            }
        },
        {
            "id": 438,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/438/?format=api",
            "launch_id": "ef3b8a67-4ce9-4bb2-bb6c-b3dda9f205d9",
            "docking": "2013-07-28T02:26:00Z",
            "departure": "2014-02-03T16:21:00Z",
            "flight_vehicle": {
                "id": 395,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/395/?format=api",
                "destination": "International Space Station",
                "mission_end": "2014-02-11T15:55:00Z",
                "spacecraft": {
                    "id": 253,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/253/?format=api",
                    "name": "Progress M-20M",
                    "serial_number": "Progress M-20M (No.420)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-20M (Russian: Прогресс М-20М), identified by NASA as Progress 52 or 52P, is a Progress spacecraft used by Roskosmos to resupply the International Space Station.",
                    "spacecraft_config": {
                        "id": 34,
                        "url": "https://ll.thespacedevs.com/2.0.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.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_252_image_20231219140115.jpeg"
                    }
                }
            },
            "docking_location": {
                "id": 18,
                "name": "Pirs nadir"
            }
        }
    ]
}