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

{
  "count": 533,
  "next": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=60&ordering=docking",
  "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=40&ordering=docking",
  "results": [
    {
      "id": 305,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/305/?format=api",
      "launch_id": "a575f58b-6473-4271-9f23-ed2ad4186649",
      "docking": "1982-09-20T06:12:00Z",
      "departure": "1982-10-14T13:46:00Z",
      "flight_vehicle": {
        "id": 555,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/555/?format=api",
        "destination": "Salyut 7",
        "mission_end": "1982-10-16T17:08:00Z",
        "spacecraft": {
          "id": 401,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/401/?format=api",
          "name": "Progress 15",
          "serial_number": "Progress 15 (No.112)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress 15 (Russian: Прогресс 15), was a Progress spacecraft used to resupply the space station Salyut 7.",
          "spacecraft_config": {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/8/?format=api",
            "name": "Progress 7K-TG",
            "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_7k-tg_image_20231220085840.png"
          }
        }
      },
      "docking_location": {
        "id": 36,
        "name": "Salyut-7 aft"
      }
    },
    {
      "id": 306,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/306/?format=api",
      "launch_id": "dfaa6003-134d-4ab2-9228-4bd66e860913",
      "docking": "1982-11-02T13:22:00Z",
      "departure": "1982-12-13T15:32:00Z",
      "flight_vehicle": {
        "id": 554,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/554/?format=api",
        "destination": "Salyut 7",
        "mission_end": "1982-12-14T17:17:00Z",
        "spacecraft": {
          "id": 400,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/400/?format=api",
          "name": "Progress 16",
          "serial_number": "Progress 16 (No.115)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress 16 (Russian: Прогресс 16), was a Progress spacecraft used to resupply the space station Salyut 7.",
          "spacecraft_config": {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/8/?format=api",
            "name": "Progress 7K-TG",
            "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_7k-tg_image_20231220085840.png"
          }
        }
      },
      "docking_location": {
        "id": 36,
        "name": "Salyut-7 aft"
      }
    },
    {
      "id": 217,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/217/?format=api",
      "launch_id": "d6fd5085-8665-4b6c-a886-edd41c21aa73",
      "docking": "1983-06-28T10:46:00Z",
      "departure": "1983-11-23T16:40:00Z",
      "flight_vehicle": {
        "id": 282,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/282/?format=api",
        "destination": "Salyut 7",
        "mission_end": "1983-11-23T19:58:00Z",
        "spacecraft": {
          "id": 137,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/137/?format=api",
          "name": "Soyuz T-9",
          "serial_number": "Soyuz T 11F732 #14",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz T-9 was a Soyuz spacecraft which launched on 27 June 1983 09:12 UTC. It transported three cosmonauts of EO-2 to Salyut 7. The EO-2 crew was Vladimir Lyakhov and Aleksandr Pavlovich Aleksandrov.",
          "spacecraft_config": {
            "id": 42,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/42/?format=api",
            "name": "Soyuz T",
            "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_t_image_20231228134543.png"
          }
        }
      },
      "docking_location": {
        "id": 35,
        "name": "Salyut-7 forward"
      }
    },
    {
      "id": 307,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/307/?format=api",
      "launch_id": "6e28d26b-6888-4891-963f-d7e078d5646d",
      "docking": "1983-08-19T13:47:00Z",
      "departure": "1983-09-17T11:44:00Z",
      "flight_vehicle": {
        "id": 553,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/553/?format=api",
        "destination": "Salyut 7",
        "mission_end": "1983-09-17T23:43:00Z",
        "spacecraft": {
          "id": 399,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/399/?format=api",
          "name": "Progress 17",
          "serial_number": "Progress 17 (No.119)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress 17 (Russian: Прогресс 17), was a Progress spacecraft used to resupply the space station Salyut 7.",
          "spacecraft_config": {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/8/?format=api",
            "name": "Progress 7K-TG",
            "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_7k-tg_image_20231220085840.png"
          }
        }
      },
      "docking_location": {
        "id": 36,
        "name": "Salyut-7 aft"
      }
    },
    {
      "id": 308,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/308/?format=api",
      "launch_id": "053b3801-c465-4619-ba27-4f7d94b1bf63",
      "docking": "1983-10-22T11:34:00Z",
      "departure": "1983-11-13T03:08:00Z",
      "flight_vehicle": {
        "id": 552,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/552/?format=api",
        "destination": "Salyut 7",
        "mission_end": "1983-11-16T04:18:00Z",
        "spacecraft": {
          "id": 398,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/398/?format=api",
          "name": "Progress 18",
          "serial_number": "Progress 18 (No.118)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress 18 (Russian: Прогресс 18), was a Progress spacecraft used to resupply the space station Salyut 7.",
          "spacecraft_config": {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/8/?format=api",
            "name": "Progress 7K-TG",
            "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_7k-tg_image_20231220085840.png"
          }
        }
      },
      "docking_location": {
        "id": 36,
        "name": "Salyut-7 aft"
      }
    },
    {
      "id": 218,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/218/?format=api",
      "launch_id": "2909a920-ea65-42e6-840e-611ff6c4ae4e",
      "docking": "1984-02-09T14:43:00Z",
      "departure": "1984-04-11T07:33:00Z",
      "flight_vehicle": {
        "id": 278,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/278/?format=api",
        "destination": "Salyut 7",
        "mission_end": "1984-04-11T10:48:48Z",
        "spacecraft": {
          "id": 135,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/135/?format=api",
          "name": "Soyuz T-10",
          "serial_number": "Soyuz T 11F732 #15",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz T-10 was a Soyuz spacecraft which launched on 8 February 1984 12:07 UTC. It transported three cosmonauts of EO-3 to Salyut 7. The EO-3 crew was Leonid Kizim,\r\nVladimir Solovyov, and Oleg Atkov.",
          "spacecraft_config": {
            "id": 42,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/42/?format=api",
            "name": "Soyuz T",
            "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_t_image_20231228134543.png"
          }
        }
      },
      "docking_location": {
        "id": 35,
        "name": "Salyut-7 forward"
      }
    },
    {
      "id": 309,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/309/?format=api",
      "launch_id": "a97dd5b2-27c9-4abf-a702-f5e945b03059",
      "docking": "1984-02-23T08:21:00Z",
      "departure": "1984-03-31T09:40:00Z",
      "flight_vehicle": {
        "id": 551,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/551/?format=api",
        "destination": "Salyut 7",
        "mission_end": "1984-04-01T18:18:00Z",
        "spacecraft": {
          "id": 397,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/397/?format=api",
          "name": "Progress 19",
          "serial_number": "Progress 19 (No.120)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress 19 (Russian: Прогресс 19), was a Progress spacecraft used to resupply the space station Salyut 7.",
          "spacecraft_config": {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/8/?format=api",
            "name": "Progress 7K-TG",
            "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_7k-tg_image_20231220085840.png"
          }
        }
      },
      "docking_location": {
        "id": 36,
        "name": "Salyut-7 aft"
      }
    },
    {
      "id": 219,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/219/?format=api",
      "launch_id": "3651f258-ae5d-476a-a999-c5fa2ee93645",
      "docking": "1984-04-04T14:31:11Z",
      "departure": "1984-10-02T07:35:00Z",
      "flight_vehicle": {
        "id": 277,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/277/?format=api",
        "destination": "Salyut 7",
        "mission_end": "1984-10-02T10:57:00Z",
        "spacecraft": {
          "id": 134,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/134/?format=api",
          "name": "Soyuz T-11",
          "serial_number": "Soyuz T 11F732 #17",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Soyuz T-11 was a Soyuz spacecraft which launched on 3 April 1984 13:08 UTC. It transported three cosmonauts of EP-3 to Salyut 7. The EP-3 crew was Yury Malyshev,\r\nGennady Strekalov, and Rakesh Sharma.",
          "spacecraft_config": {
            "id": 42,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/42/?format=api",
            "name": "Soyuz T",
            "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_t_image_20231228134543.png"
          }
        }
      },
      "docking_location": {
        "id": 35,
        "name": "Salyut-7 forward"
      }
    },
    {
      "id": 310,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/310/?format=api",
      "launch_id": "0c3cd149-1982-4459-96df-fbbd3f8b2be3",
      "docking": "1984-04-17T09:22:00Z",
      "departure": "1984-05-06T17:46:00Z",
      "flight_vehicle": {
        "id": 550,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/550/?format=api",
        "destination": "Salyut 7",
        "mission_end": "1984-05-07T00:32:51Z",
        "spacecraft": {
          "id": 396,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/396/?format=api",
          "name": "Progress 20",
          "serial_number": "Progress 20 (No.116)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress 20 (Russian: Прогресс 20), was a Progress spacecraft used to resupply the space station Salyut 7.",
          "spacecraft_config": {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/8/?format=api",
            "name": "Progress 7K-TG",
            "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_7k-tg_image_20231220085840.png"
          }
        }
      },
      "docking_location": {
        "id": 36,
        "name": "Salyut-7 aft"
      }
    },
    {
      "id": 311,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/311/?format=api",
      "launch_id": "472db4b0-ab24-4dfb-92bf-818cd5ba4020",
      "docking": "1984-05-10T00:10:00Z",
      "departure": "1984-05-26T09:41:00Z",
      "flight_vehicle": {
        "id": 549,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/549/?format=api",
        "destination": "Salyut 7",
        "mission_end": "1984-05-26T15:00:30Z",
        "spacecraft": {
          "id": 395,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/395/?format=api",
          "name": "Progress 21",
          "serial_number": "Progress 21 (No.121)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress 21 (Russian: Прогресс 21), was a Progress spacecraft used to resupply the space station Salyut 7.",
          "spacecraft_config": {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/8/?format=api",
            "name": "Progress 7K-TG",
            "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_7k-tg_image_20231220085840.png"
          }
        }
      },
      "docking_location": {
        "id": 36,
        "name": "Salyut-7 aft"
      }
    }
  ]
}