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.2.0/docking_event/?ordering=-docking

GET /2.2.0/docking_event/?format=api&ordering=-departure
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 531,
  "next": "https://ll.thespacedevs.com/2.2.0/docking_event/?format=api&limit=10&offset=10&ordering=-departure",
  "previous": null,
  "results": [
    {
      "id": 386,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/386/?format=api",
      "launch_id": "880260ab-fba6-4295-b0ce-9b730adb14c3",
      "docking": "2001-01-27T05:33:31Z",
      "departure": null,
      "flight_vehicle": {
        "id": 472,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/472/?format=api",
        "destination": "Mir",
        "mission_end": "2001-03-23T05:59:24Z",
        "spacecraft": {
          "id": 325,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/325/?format=api",
          "name": "Progress M1-5",
          "serial_number": "Progress M1-5 (No.254)",
          "is_placeholder": false,
          "in_space": false,
          "time_in_space": "P58DT1H30M42S",
          "time_docked": "P9216DT20H6M49S",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M1-5 (Russian: Прогресс M1-5), was a Progress spacecraft used to deorbit the space station Mir.",
          "spacecraft_config": {
            "id": 36,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/36/?format=api",
            "name": "Progress-M1",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.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": 6,
        "name": "Kvant-1 aft",
        "spacestation": {
          "id": 5,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
          "name": "Mir"
        }
      }
    },
    {
      "id": 634,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/634/?format=api",
      "launch_id": "40beac6e-ce8e-4481-8cf9-56d1d9c48804",
      "docking": "2025-11-27T12:34:00Z",
      "departure": null,
      "flight_vehicle": {
        "id": 881,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/881/?format=api",
        "destination": "ISS",
        "mission_end": null,
        "spacecraft": {
          "id": 612,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/612/?format=api",
          "name": "Soyuz MS-28",
          "serial_number": "11F732 #759",
          "is_placeholder": false,
          "in_space": true,
          "time_in_space": "P146DT16H13M49S",
          "time_docked": "P146DT13H7M46S",
          "flights_count": 1,
          "mission_ends_count": 0,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Soyuz capsule for the MS-28 mission to the ISS.",
          "spacecraft_config": {
            "id": 38,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/38/?format=api",
            "name": "Soyuz MS",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 13,
        "name": "Rassvet nadir",
        "spacestation": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
          "name": "International Space Station"
        }
      }
    },
    {
      "id": 626,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/626/?format=api",
      "launch_id": "5c133377-be3c-41f1-ac6a-c24668d78bc3",
      "docking": "2025-07-15T00:52:00Z",
      "departure": null,
      "flight_vehicle": {
        "id": 876,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/876/?format=api",
        "destination": "Tiangong Space Station",
        "mission_end": null,
        "spacecraft": {
          "id": 611,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/611/?format=api",
          "name": "Tianzhou-9",
          "serial_number": "9",
          "is_placeholder": false,
          "in_space": true,
          "time_in_space": "P282DT4H7M23S",
          "time_docked": "P282DT49M46S",
          "flights_count": 1,
          "mission_ends_count": 0,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Ninth operational Tianzhou spacecraft.",
          "spacecraft_config": {
            "id": 25,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/25/?format=api",
            "name": "Tianzhou",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "id": 88,
              "url": "https://ll.thespacedevs.com/2.2.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",
        "spacestation": {
          "id": 18,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/18/?format=api",
          "name": "Tiangong space station"
        }
      }
    },
    {
      "id": 633,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/633/?format=api",
      "launch_id": "6da58dd3-57bf-4c0a-a003-c56268db3e59",
      "docking": "2025-11-25T07:50:00Z",
      "departure": null,
      "flight_vehicle": {
        "id": 900,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/900/?format=api",
        "destination": "Tiangong space station",
        "mission_end": null,
        "spacecraft": {
          "id": 624,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/624/?format=api",
          "name": "Shenzhou 22",
          "serial_number": "22",
          "is_placeholder": false,
          "in_space": true,
          "time_in_space": "P148DT21H30M6S",
          "time_docked": "P148DT17H51M51S",
          "flights_count": 1,
          "mission_ends_count": 0,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Spacecraft to be launched without crew to replace Shenzhou 20 that was damaged by orbital debris on the descent module porthole window, and thus deemed unsuitable for crew re-entry. The spacecraft will later return three Chinese astronauts on the 10th flight to the Chinese Space Station back to Earth, after launching on Shenzhou 21.",
          "spacecraft_config": {
            "id": 2,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/2/?format=api",
            "name": "Shenzhou",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 17,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "type": "Government"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_image_20190207032522.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 33,
        "name": "Tianhe forward",
        "spacestation": {
          "id": 18,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/18/?format=api",
          "name": "Tiangong space station"
        }
      }
    },
    {
      "id": 635,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/635/?format=api",
      "launch_id": "862b54e3-7bf8-48e5-8cd1-d77257d5fde9",
      "docking": "2026-02-14T20:15:00Z",
      "departure": null,
      "flight_vehicle": {
        "id": 901,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/901/?format=api",
        "destination": "International Space Station",
        "mission_end": null,
        "spacecraft": {
          "id": 551,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/551/?format=api",
          "name": "Crew Dragon Freedom",
          "serial_number": "C212",
          "is_placeholder": false,
          "in_space": true,
          "time_in_space": "P441DT6H16M2S",
          "time_docked": "P432DT10H8M42S",
          "flights_count": 5,
          "mission_ends_count": 4,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Crew Dragon spacecraft first used for Crew-4.",
          "spacecraft_config": {
            "id": 6,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/6/?format=api",
            "name": "Crew Dragon 2",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 121,
              "url": "https://ll.thespacedevs.com/2.2.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": 30,
        "name": "Harmony zenith",
        "spacestation": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
          "name": "International Space Station"
        }
      }
    },
    {
      "id": 636,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/636/?format=api",
      "launch_id": "cf34aee7-a118-433b-8337-05b2c6892815",
      "docking": "2026-03-24T13:40:44Z",
      "departure": null,
      "flight_vehicle": {
        "id": 905,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/905/?format=api",
        "destination": "ISS",
        "mission_end": null,
        "spacecraft": {
          "id": 625,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/625/?format=api",
          "name": "Progress MS-33",
          "serial_number": "MS-33 (No.463)",
          "is_placeholder": false,
          "in_space": true,
          "time_in_space": "P31DT13H42M",
          "time_docked": "P29DT12H1M7S",
          "flights_count": 1,
          "mission_ends_count": 0,
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "Progress MS-33 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
          "spacecraft_config": {
            "id": 33,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api",
            "name": "Progress-MS",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 3,
        "name": "Poisk zenith",
        "spacestation": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
          "name": "International Space Station"
        }
      }
    },
    {
      "id": 637,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/637/?format=api",
      "launch_id": "5ed6ab75-8c5b-4013-93e1-1deb56b14f1d",
      "docking": "2026-04-13T17:20:00Z",
      "departure": null,
      "flight_vehicle": {
        "id": 906,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/906/?format=api",
        "destination": "ISS",
        "mission_end": null,
        "spacecraft": {
          "id": 626,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/626/?format=api",
          "name": "Cygnus CRS NG-24 (S.S. Steven R. Nagel)",
          "serial_number": null,
          "is_placeholder": false,
          "in_space": true,
          "time_in_space": "P11DT14H30S",
          "time_docked": "P9DT8H21M51S",
          "flights_count": 1,
          "mission_ends_count": 0,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "This is the twenty-third flight to the ISS by the Cygnus spacecraft under the CRS program and their 12th under the CRS-2 program. This is also the 19th use of the enhanced size Cygnus.",
          "spacecraft_config": {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
            "name": "Cygnus Enhanced",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "id": 257,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
              "name": "Northrop Grumman Space Systems",
              "type": "Commercial"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 1,
        "name": "Unity nadir",
        "spacestation": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
          "name": "International Space Station"
        }
      }
    },
    {
      "id": 629,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/629/?format=api",
      "launch_id": "d4813e5c-305e-4401-ba4f-917aa1aaceae",
      "docking": "2025-09-13T17:23:00Z",
      "departure": "2026-04-20T22:08:00Z",
      "flight_vehicle": {
        "id": 896,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/896/?format=api",
        "destination": "International Space Station",
        "mission_end": "2026-04-21T02:05:00Z",
        "spacecraft": {
          "id": 622,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/622/?format=api",
          "name": "Progress MS-32",
          "serial_number": "MS-32 (No.462)",
          "is_placeholder": false,
          "in_space": false,
          "time_in_space": "P221DT10H10M54S",
          "time_docked": "P219DT4H45M",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress MS-32 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
          "spacecraft_config": {
            "id": 33,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api",
            "name": "Progress-MS",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 2,
        "name": "Zvezda aft",
        "spacestation": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
          "name": "International Space Station"
        }
      }
    },
    {
      "id": 625,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/625/?format=api",
      "launch_id": "dc076ce3-bff6-434d-bfce-8eaaa9800067",
      "docking": "2025-07-05T21:25:00Z",
      "departure": "2026-03-16T13:24:00Z",
      "flight_vehicle": {
        "id": 888,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/888/?format=api",
        "destination": "International Space Station",
        "mission_end": "2026-03-16T17:21:00Z",
        "spacecraft": {
          "id": 617,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/617/?format=api",
          "name": "Progress MS-31",
          "serial_number": "MS-31 (No.461)",
          "is_placeholder": false,
          "in_space": false,
          "time_in_space": "P255DT21H48M20S",
          "time_docked": "P253DT15H59M",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress MS-31 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
          "spacecraft_config": {
            "id": 33,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/33/?format=api",
            "name": "Progress-MS",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 3,
        "name": "Poisk zenith",
        "spacestation": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
          "name": "International Space Station"
        }
      }
    },
    {
      "id": 630,
      "url": "https://ll.thespacedevs.com/2.2.0/docking_event/630/?format=api",
      "launch_id": "3bfed6d5-d65e-4133-b51a-b664bbd9d006",
      "docking": "2025-09-18T11:24:00Z",
      "departure": "2026-03-12T11:06:00Z",
      "flight_vehicle": {
        "id": 892,
        "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/flight/892/?format=api",
        "destination": "International Space Station",
        "mission_end": "2026-03-14T22:01:00Z",
        "spacecraft": {
          "id": 619,
          "url": "https://ll.thespacedevs.com/2.2.0/spacecraft/619/?format=api",
          "name": "Cygnus CRS NG-23 (S.S. William “Willie” C. McCool)",
          "serial_number": null,
          "is_placeholder": false,
          "in_space": false,
          "time_in_space": "P180DT23H49M12S",
          "time_docked": "P174DT23H42M",
          "flights_count": 1,
          "mission_ends_count": 1,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "This is the twenty-second flight to the ISS by the Cygnus spacecraft under the CRS program and their eleventh under the CRS-2 program. This is also the 18th use of the enhanced size Cygnus.",
          "spacecraft_config": {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.2.0/config/spacecraft/19/?format=api",
            "name": "Cygnus Enhanced",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "id": 257,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
              "name": "Northrop Grumman Space Systems",
              "type": "Commercial"
            },
            "in_use": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520enhanced_image_20190207032513.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 1,
        "name": "Unity nadir",
        "spacestation": {
          "id": 4,
          "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
          "name": "International Space Station"
        }
      }
    }
  ]
}