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=420
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=430",
    "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=410",
    "results": [
        {
            "id": 409,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/409/?format=api",
            "launch_id": "b97a93f9-6308-4976-b06b-c5729fb56b39",
            "docking": "2007-01-20T01:59:00Z",
            "departure": "2007-08-01T14:07:00Z",
            "flight_vehicle": {
                "id": 435,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/435/?format=api",
                "destination": "International Space Station",
                "mission_end": "2007-08-01T19:26:00Z",
                "spacecraft": {
                    "id": 302,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/302/?format=api",
                    "name": "Progress M-59",
                    "serial_number": "Progress M-59 (No.359)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-59 (Russian: Прогресс М-59), identified by NASA as Progress 24 or 24P, 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": 410,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/410/?format=api",
            "launch_id": "5cbabc0f-b91a-4ca2-abd8-c7385f8bdef0",
            "docking": "2007-05-15T05:10:00Z",
            "departure": "2007-09-19T00:36:00Z",
            "flight_vehicle": {
                "id": 434,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/434/?format=api",
                "destination": "International Space Station",
                "mission_end": "2007-09-25T19:47:00Z",
                "spacecraft": {
                    "id": 301,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/301/?format=api",
                    "name": "Progress M-60",
                    "serial_number": "Progress M-60 (No.360)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-60 (Russian: Прогресс М-60), identified by NASA as Progress 26 or 26P, 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": 411,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/411/?format=api",
            "launch_id": "ff6f6174-3a0b-4e0e-9849-fc6178cfaf81",
            "docking": "2007-08-05T18:40:00Z",
            "departure": "2007-12-22T03:59:00Z",
            "flight_vehicle": {
                "id": 433,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/433/?format=api",
                "destination": "International Space Station",
                "mission_end": "2008-01-22T19:51:00Z",
                "spacecraft": {
                    "id": 300,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/300/?format=api",
                    "name": "Progress M-61",
                    "serial_number": "Progress M-61 (No.361)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-61 (Russian: Прогресс М-61), identified by NASA as Progress 26 or 26P, 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": 412,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/412/?format=api",
            "launch_id": "4f2395d2-328b-4806-93bc-da7556a8d7bb",
            "docking": "2007-12-26T08:14:00Z",
            "departure": "2008-02-04T10:32:00Z",
            "flight_vehicle": {
                "id": 432,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/432/?format=api",
                "destination": "International Space Station",
                "mission_end": "2008-02-15T13:29:00Z",
                "spacecraft": {
                    "id": 299,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/299/?format=api",
                    "name": "Progress M-62",
                    "serial_number": "Progress M-62 (No.362)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-62 (Russian: Прогресс М-62), identified by NASA as Progress 27 or 27P, 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": 413,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/413/?format=api",
            "launch_id": "6a5dc228-173c-4bc5-8f0a-0feb2dd8a699",
            "docking": "2008-02-07T14:38:00Z",
            "departure": "2008-04-07T08:49:00Z",
            "flight_vehicle": {
                "id": 431,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/431/?format=api",
                "destination": "International Space Station",
                "mission_end": "2008-04-07T12:36:00Z",
                "spacecraft": {
                    "id": 298,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/298/?format=api",
                    "name": "Progress M-63",
                    "serial_number": "Progress M-63 (No.363)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-63 (Russian: Прогресс М-63), identified by NASA as Progress 28 or 28P, 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": 414,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/414/?format=api",
            "launch_id": "445cded8-7dd7-4a34-9183-d055e3da37ba",
            "docking": "2008-05-16T21:39:00Z",
            "departure": "2008-09-01T19:46:00Z",
            "flight_vehicle": {
                "id": 430,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/430/?format=api",
                "destination": "International Space Station",
                "mission_end": "2008-09-08T21:33:00Z",
                "spacecraft": {
                    "id": 297,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/297/?format=api",
                    "name": "Progress M-64",
                    "serial_number": "Progress M-64 (No.364)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-64 (Russian: Прогресс М-64), identified by NASA as Progress 29 or 29P, 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": 20,
                "name": "Zarya nadir"
            }
        },
        {
            "id": 415,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/415/?format=api",
            "launch_id": "636af3b9-aebb-413f-bdd9-8876cb31943f",
            "docking": "2008-09-17T18:43:00Z",
            "departure": "2008-11-15T16:19:00Z",
            "flight_vehicle": {
                "id": 429,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/429/?format=api",
                "destination": "International Space Station",
                "mission_end": "2008-12-08T08:49:00Z",
                "spacecraft": {
                    "id": 296,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/296/?format=api",
                    "name": "Progress M-65",
                    "serial_number": "Progress M-65 (No.365)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-65 (Russian: Прогресс М-65), identified by NASA as Progress 30 or 30P, 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": 416,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/416/?format=api",
            "launch_id": "868450ba-af31-4e5b-9916-df2e6a80d982",
            "docking": "2009-02-13T07:18:00Z",
            "departure": "2009-05-06T15:18:00Z",
            "flight_vehicle": {
                "id": 428,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/428/?format=api",
                "destination": "International Space Station",
                "mission_end": "2009-05-18T15:14:00Z",
                "spacecraft": {
                    "id": 295,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/295/?format=api",
                    "name": "Progress M-66",
                    "serial_number": "Progress M-66 (No.366)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-66 (Russian: Прогресс М-66), identified by NASA as Progress 32 or 32P, 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": 417,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/417/?format=api",
            "launch_id": "e45db5b1-cc5e-4ed7-9694-4eaa71520652",
            "docking": "2009-07-29T11:12:00Z",
            "departure": "2009-09-21T07:25:00Z",
            "flight_vehicle": {
                "id": 427,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/427/?format=api",
                "destination": "International Space Station",
                "mission_end": "2009-09-27T10:19:00Z",
                "spacecraft": {
                    "id": 294,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/294/?format=api",
                    "name": "Progress M-67",
                    "serial_number": "Progress M-67 (No.367)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-67 (Russian: Прогресс М-67), identified by NASA as Progress 34 or 34P, 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": 418,
            "url": "https://ll.thespacedevs.com/2.0.0/docking_event/418/?format=api",
            "launch_id": "812bca8d-c534-44da-969e-6b53c2909705",
            "docking": "2008-11-30T12:28:00Z",
            "departure": "2009-02-06T04:10:00Z",
            "flight_vehicle": {
                "id": 673,
                "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/673/?format=api",
                "destination": "International Space Station",
                "mission_end": "2009-02-08T08:20:00Z",
                "spacecraft": {
                    "id": 475,
                    "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/475/?format=api",
                    "name": "Progress M-01M",
                    "serial_number": "Progress M-01M (No.401)",
                    "status": {
                        "id": 4,
                        "name": "Single Use"
                    },
                    "description": "Progress M-01M (Russian: Прогресс М-01М), identified by NASA as Progress 31P, 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.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"
            }
        }
    ]
}