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

{
  "count": 531,
  "next": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=510",
  "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=490",
  "results": [
    {
      "id": 448,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/448/?format=api",
      "launch_id": "78a45682-3380-4e9c-bdc6-17cbbf8cc2dd",
      "docking": "2017-02-24T08:34:00Z",
      "departure": "2017-07-20T17:46:00Z",
      "flight_vehicle": {
        "id": 368,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/368/?format=api",
        "destination": "International Space Station",
        "mission_end": "2017-07-20T23:59:00Z",
        "spacecraft": {
          "id": 239,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/239/?format=api",
          "name": "Progress MS-05",
          "serial_number": "Progress MS-05 (No.435)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress MS-05 (Russian: Прогресс МC-05), identified by NASA as Progress 66 or 66P, is a Progress spacecraft that has been used by Roscosmos to resupply the International Space Station.",
          "spacecraft_config": {
            "id": 33,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/33/?format=api",
            "name": "Progress-MS",
            "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": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 18,
        "name": "Pirs nadir"
      }
    },
    {
      "id": 454,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/454/?format=api",
      "launch_id": "be714c91-b0dc-40f2-a185-0a0a8551ace8",
      "docking": "2013-11-01T08:54:27Z",
      "departure": "2013-11-10T23:26:31Z",
      "flight_vehicle": {
        "id": 173,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/173/?format=api",
        "destination": "International Space Station",
        "mission_end": "2013-11-11T02:49:00Z",
        "spacecraft": {
          "id": 62,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/62/?format=api",
          "name": "Soyuz TMA-09M",
          "serial_number": "Soyuz TMA-M 11F732A47 #709",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz TMA-09M was a Soyuz spacecraft which launched on 28 May 2013 20:31 UTC. It transported three members of the Expedition 36 crew to the International Space Station. The crew consisted of Fyodor Yurchikhin, Karen L. Nyberg, and Luca Parmitano.",
          "spacecraft_config": {
            "id": 39,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/39/?format=api",
            "name": "Soyuz TMA-M",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "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/soyuz_tma-m_image_20231225092103.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 2,
        "name": "Zvezda aft"
      }
    },
    {
      "id": 244,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/244/?format=api",
      "launch_id": "19407719-d66c-492d-9288-e5e6ddbadbd6",
      "docking": "2021-02-17T06:27:00Z",
      "departure": "2021-07-26T10:56:00Z",
      "flight_vehicle": {
        "id": 586,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/586/?format=api",
        "destination": "International Space Station",
        "mission_end": "2021-07-26T12:39:00Z",
        "spacecraft": {
          "id": 451,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/451/?format=api",
          "name": "Progress MS-16",
          "serial_number": "MS-16 (No.445)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress MS-16 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
          "spacecraft_config": {
            "id": 33,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/33/?format=api",
            "name": "Progress-MS",
            "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": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 18,
        "name": "Pirs nadir"
      }
    },
    {
      "id": 471,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/471/?format=api",
      "launch_id": "13386512-85bb-4c93-a9b0-f5eac05fbe4f",
      "docking": "2021-08-30T14:30:00Z",
      "departure": "2021-09-30T13:12:00Z",
      "flight_vehicle": {
        "id": 609,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/609/?format=api",
        "destination": "International Space Station",
        "mission_end": "2021-10-01T02:57:00Z",
        "spacecraft": {
          "id": 449,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/449/?format=api",
          "name": "Cargo Dragon C208",
          "serial_number": "C208",
          "status": {
            "id": 1,
            "name": "Active"
          },
          "description": "C208 is the first Cargo Dragon 2 and was launched as part of the CRS-21 mission.",
          "spacecraft_config": {
            "id": 7,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/7/?format=api",
            "name": "Cargo 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/crs-28_dragon_d_image_20230530191602.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 19,
        "name": "Harmony forward"
      }
    },
    {
      "id": 489,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/489/?format=api",
      "launch_id": "b89e65d2-db7d-4617-9f47-e26fe954ba0e",
      "docking": "2022-02-17T07:03:21Z",
      "departure": "2022-10-23T22:45:34Z",
      "flight_vehicle": {
        "id": 773,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/773/?format=api",
        "destination": "International Space Station",
        "mission_end": "2022-10-24T01:51:00Z",
        "spacecraft": {
          "id": 550,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/550/?format=api",
          "name": "Progress MS-19",
          "serial_number": "MS-19 (No.449)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress MS-19 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
          "spacecraft_config": {
            "id": 33,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/33/?format=api",
            "name": "Progress-MS",
            "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": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 3,
        "name": "Poisk zenith"
      }
    },
    {
      "id": 477,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/477/?format=api",
      "launch_id": "3898f855-5794-48b5-9cb8-6741cb53363b",
      "docking": "2021-09-28T13:04:15Z",
      "departure": "2021-10-17T01:14:00Z",
      "flight_vehicle": {
        "id": 592,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/592/?format=api",
        "destination": "International Space Station",
        "mission_end": "2021-10-17T04:35:44Z",
        "spacecraft": {
          "id": 455,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/455/?format=api",
          "name": "Soyuz MS-18",
          "serial_number": "Soyuz MS 11F732A48 #748",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Launched to the ISS in April 2021.",
          "spacecraft_config": {
            "id": 38,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/38/?format=api",
            "name": "Soyuz MS",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "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": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 40,
        "name": "Nauka nadir"
      }
    },
    {
      "id": 452,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/452/?format=api",
      "launch_id": "a330c94f-5191-42a2-9401-59a6268f590a",
      "docking": "2021-07-02T00:59:41Z",
      "departure": "2021-10-20T23:41:00Z",
      "flight_vehicle": {
        "id": 610,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/610/?format=api",
        "destination": "International Space Station",
        "mission_end": "2021-11-25T15:08:00Z",
        "spacecraft": {
          "id": 471,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/471/?format=api",
          "name": "Progress MS-17",
          "serial_number": "MS-17 (No.446)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress MS-17 is a Progress spacecraft used by Roscosmos to resupply the International Space Station (ISS).",
          "spacecraft_config": {
            "id": 33,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/33/?format=api",
            "name": "Progress-MS",
            "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": true,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress-ms_image_20231219150735.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 3,
        "name": "Poisk zenith"
      }
    },
    {
      "id": 469,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/469/?format=api",
      "launch_id": "32dcb5ad-7609-4fc0-8094-768ee5c2ebe0",
      "docking": "2021-07-21T11:35:00Z",
      "departure": "2021-11-08T19:05: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": 30,
        "name": "Harmony zenith"
      }
    },
    {
      "id": 470,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/470/?format=api",
      "launch_id": "6476f988-3289-4065-95f4-266b86774d3d",
      "docking": "2021-08-12T10:07:00Z",
      "departure": "2021-11-20T16:01:00Z",
      "flight_vehicle": {
        "id": 677,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/677/?format=api",
        "destination": "International Space Station",
        "mission_end": "2021-12-15T06:25:00Z",
        "spacecraft": {
          "id": 478,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/478/?format=api",
          "name": "Cygnus CRS NG-16 (S.S. Ellison Onizuka)",
          "serial_number": null,
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "This is the sixteenth flight to the ISS by the Cygnus spacecraft under the CRS program and their fifth under the CRS-2 program. This is also the 12th use of the enhanced size Cygnus.",
          "spacecraft_config": {
            "id": 19,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/19/?format=api",
            "name": "Cygnus Enhanced",
            "type": {
              "id": 4,
              "name": "Cargo Resupply"
            },
            "agency": {
              "id": 257,
              "url": "https://ll.thespacedevs.com/2.0.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"
      }
    },
    {
      "id": 479,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/479/?format=api",
      "launch_id": "c9fb70ab-85b1-40dd-b98e-67b37efc7e94",
      "docking": "2021-09-18T06:00:00Z",
      "departure": "2022-01-05T22:59: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": 33,
        "name": "Tianhe forward"
      }
    }
  ]
}