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&ordering=docking
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=10&ordering=docking",
  "previous": null,
  "results": [
    {
      "id": 8,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/8/?format=api",
      "launch_id": "3a647bf8-2926-4907-b20c-33ee6d91dfd0",
      "docking": "1971-04-24T01:47:00Z",
      "departure": "1971-04-24T07:37:00Z",
      "flight_vehicle": {
        "id": 346,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/346/?format=api",
        "destination": "Salyut 1",
        "mission_end": "1971-04-24T23:40:00Z",
        "spacecraft": {
          "id": 197,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/197/?format=api",
          "name": "Soyuz 10",
          "serial_number": "Soyuz 7K-OKS 11F615A8 #31",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz 10 was a Soyuz spacecraft which launched on 22 April 1971 23:54 UTC. It transported three cosmonauts on the first flight to Salyut 1, but docking failed. The crew was Vladimir Shatalov, Aleksei Yeliseyev, and Nikolai Rukavishnikov.",
          "spacecraft_config": {
            "id": 1,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
            "name": "Soyuz",
            "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_image_20201015191152.jpg"
          }
        }
      },
      "docking_location": {
        "id": 27,
        "name": "Salyut-1 forward"
      }
    },
    {
      "id": 7,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/7/?format=api",
      "launch_id": "97e9d491-5c21-49bc-a240-1fb28bf6d532",
      "docking": "1971-06-07T01:00:00Z",
      "departure": "1971-06-30T01:00:00Z",
      "flight_vehicle": {
        "id": 345,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/345/?format=api",
        "destination": "Salyut 1",
        "mission_end": "1971-06-29T23:16:52Z",
        "spacecraft": {
          "id": 196,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/196/?format=api",
          "name": "Soyuz 11",
          "serial_number": "Soyuz 7K-OKS 11F615A8 #32",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz 11 was a Soyuz spacecraft which launched on 6 June 1971 04:55 UTC. It transported three cosmonauts on the second flight to Salyut 1. The crew was Georgy Dobrovolsky, Vladislav Volkov, and Viktor Patsayev.",
          "spacecraft_config": {
            "id": 1,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
            "name": "Soyuz",
            "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_image_20201015191152.jpg"
          }
        }
      },
      "docking_location": {
        "id": 27,
        "name": "Salyut-1 forward"
      }
    },
    {
      "id": 4,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/4/?format=api",
      "launch_id": "7ec5fba7-67ca-4baa-858a-0c020cb7de10",
      "docking": "1973-05-26T09:56:00Z",
      "departure": "1973-06-22T08:58:00Z",
      "flight_vehicle": {
        "id": 202,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/202/?format=api",
        "destination": "Skylab",
        "mission_end": "1973-06-22T13:49:48Z",
        "spacecraft": {
          "id": 93,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/93/?format=api",
          "name": "Apollo CSM-116",
          "serial_number": "CSM-116",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "CSM-116 was an Apollo Command & Service Module used in the Skylab 2 mission.",
          "spacecraft_config": {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/10/?format=api",
            "name": "Apollo Command/Service Module",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 999,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/999/?format=api",
              "name": "North American Aviation",
              "type": "Commercial"
            },
            "in_use": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 28,
        "name": "Forward"
      }
    },
    {
      "id": 5,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/5/?format=api",
      "launch_id": "757d0fba-575b-43cb-b6de-b143758f66ec",
      "docking": "1973-07-28T19:37:00Z",
      "departure": "1973-09-25T11:16:42Z",
      "flight_vehicle": {
        "id": 203,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/203/?format=api",
        "destination": "Skylab",
        "mission_end": "1973-09-25T22:19:51Z",
        "spacecraft": {
          "id": 94,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/94/?format=api",
          "name": "Apollo CSM-117",
          "serial_number": "CSM-117",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "CSM-117 was an Apollo Command & Service Module used in the Skylab 3 mission.",
          "spacecraft_config": {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/10/?format=api",
            "name": "Apollo Command/Service Module",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 999,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/999/?format=api",
              "name": "North American Aviation",
              "type": "Commercial"
            },
            "in_use": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 28,
        "name": "Forward"
      }
    },
    {
      "id": 6,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/6/?format=api",
      "launch_id": "f3855eeb-9eda-4ddd-bb4d-c2acbad0a0e2",
      "docking": "1973-11-16T21:55:00Z",
      "departure": "1974-02-08T02:33:12Z",
      "flight_vehicle": {
        "id": 204,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/204/?format=api",
        "destination": "Skylab",
        "mission_end": "1974-02-08T15:16:53Z",
        "spacecraft": {
          "id": 95,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/95/?format=api",
          "name": "Apollo CSM-118",
          "serial_number": "CSM-118",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "CSM-118 was an Apollo Command & Service Module used in the Skylab 4 mission.",
          "spacecraft_config": {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/10/?format=api",
            "name": "Apollo Command/Service Module",
            "type": {
              "id": 2,
              "name": "Capsule"
            },
            "agency": {
              "id": 999,
              "url": "https://ll.thespacedevs.com/2.0.0/agencies/999/?format=api",
              "name": "North American Aviation",
              "type": "Commercial"
            },
            "in_use": false,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo2520command2fservice2520module_image_20190207032507.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 28,
        "name": "Forward"
      }
    },
    {
      "id": 48,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/48/?format=api",
      "launch_id": "57e51918-e4d7-4f46-804b-9602ad34f0fa",
      "docking": "1974-07-04T21:00:00Z",
      "departure": "1974-07-19T09:03:00Z",
      "flight_vehicle": {
        "id": 342,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/342/?format=api",
        "destination": "Salyut 3",
        "mission_end": "1974-07-19T12:21:36Z",
        "spacecraft": {
          "id": 193,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/193/?format=api",
          "name": "Soyuz 14",
          "serial_number": "Soyuz 7K-T/A9 11F615A9 #62",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz 14 was a Soyuz spacecraft which launched on 3 July 1974 18:51 UTC. It transported two cosmonauts to Salyut 3. The crew was Pavel Popovich and Yuri Artyukhin.",
          "spacecraft_config": {
            "id": 1,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
            "name": "Soyuz",
            "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_image_20201015191152.jpg"
          }
        }
      },
      "docking_location": {
        "id": 26,
        "name": "Salyut-3 forward"
      }
    },
    {
      "id": 49,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/49/?format=api",
      "launch_id": "3d42acef-c061-4c56-bdde-c2d041686224",
      "docking": "1975-01-12T01:25:00Z",
      "departure": "1975-02-09T06:06:00Z",
      "flight_vehicle": {
        "id": 339,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/339/?format=api",
        "destination": "Salyut 4",
        "mission_end": "1975-02-09T11:03:22Z",
        "spacecraft": {
          "id": 190,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/190/?format=api",
          "name": "Soyuz 17",
          "serial_number": "Soyuz 7K-T 11F615A8 #38",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz 17 was a Soyuz spacecraft which launched on 10 January 1975 21:43 UTC. It transported two cosmonauts on the first flight to Salyut 4. The crew was Aleksei Gubarev and Georgi Grechko.",
          "spacecraft_config": {
            "id": 1,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
            "name": "Soyuz",
            "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_image_20201015191152.jpg"
          }
        }
      },
      "docking_location": {
        "id": 25,
        "name": "Salyut-4 forward"
      }
    },
    {
      "id": 50,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/50/?format=api",
      "launch_id": "6b9a736e-e8f3-4db1-8922-7070243498e7",
      "docking": "1975-05-25T21:30:00Z",
      "departure": "1975-07-26T10:56:00Z",
      "flight_vehicle": {
        "id": 337,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/337/?format=api",
        "destination": "Salyut 4",
        "mission_end": "1975-07-26T14:18:18Z",
        "spacecraft": {
          "id": 188,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/188/?format=api",
          "name": "Soyuz 18",
          "serial_number": "Soyuz 7K-T 11F615A8 #40",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz 18 was a Soyuz spacecraft which launched on 24 May 1975 14:58 UTC. It transported two cosmonauts on the final flight to Salyut 4. The crew was Pyotr Klimuk and Vitali Sevastyanov.",
          "spacecraft_config": {
            "id": 1,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
            "name": "Soyuz",
            "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_image_20201015191152.jpg"
          }
        }
      },
      "docking_location": {
        "id": 25,
        "name": "Salyut-4 forward"
      }
    },
    {
      "id": 180,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/180/?format=api",
      "launch_id": "ca755755-6446-4cb1-b53e-2049d926f2ff",
      "docking": "1975-11-19T16:19:00Z",
      "departure": "1976-02-15T23:07:00Z",
      "flight_vehicle": {
        "id": 413,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/413/?format=api",
        "destination": "Salyut 4",
        "mission_end": "1976-02-16T02:24:00Z",
        "spacecraft": {
          "id": 287,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/287/?format=api",
          "name": "Soyuz 20",
          "serial_number": "Soyuz 7K-T 11F615A9 #64",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz 20 (Russian: Союз 20, Union 20) was an unmanned spacecraft launched by the Soviet Union. It was a long-duration test of the Soyuz spacecraft that docked with the Salyut 4 space station. Soyuz 20 performed comprehensive checking of improved on-board systems of the spacecraft under various flight conditions. It also carried a biological payload. Living organisms were exposed to three months in space.\r\n\r\nIt was reentered on 16 February 1976.",
          "spacecraft_config": {
            "id": 1,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
            "name": "Soyuz",
            "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_image_20201015191152.jpg"
          }
        }
      },
      "docking_location": {
        "id": 25,
        "name": "Salyut-4 forward"
      }
    },
    {
      "id": 181,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/181/?format=api",
      "launch_id": "9a7ceb6c-8d03-4d49-b322-24d7d9d8b98d",
      "docking": "1976-07-07T13:40:00Z",
      "departure": "1976-08-24T13:40:13Z",
      "flight_vehicle": {
        "id": 335,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/335/?format=api",
        "destination": "Salyut 5",
        "mission_end": "1976-08-24T18:32:17Z",
        "spacecraft": {
          "id": 186,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/186/?format=api",
          "name": "Soyuz 21",
          "serial_number": "Soyuz 7K-T 11F615A8 #41",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz 21 was a Soyuz spacecraft which launched on 6 July 1976 12:08 UTC. It transported two cosmonauts on the first flight to Salyut. The crew was Boris Volynov and Vitaly Zholobov.",
          "spacecraft_config": {
            "id": 1,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/1/?format=api",
            "name": "Soyuz",
            "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_image_20201015191152.jpg"
          }
        }
      },
      "docking_location": {
        "id": 22,
        "name": "Salyut-5 forward"
      }
    }
  ]
}