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=390
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=400",
  "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=380",
  "results": [
    {
      "id": 366,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/366/?format=api",
      "launch_id": "c479a5e4-df73-445a-b997-976f54663221",
      "docking": "1996-05-07T08:54:19Z",
      "departure": "1996-08-01T16:44:54Z",
      "flight_vehicle": {
        "id": 488,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/488/?format=api",
        "destination": "Mir",
        "mission_end": "1996-08-01T20:33:03Z",
        "spacecraft": {
          "id": 342,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/342/?format=api",
          "name": "Progress M-31",
          "serial_number": "Progress M-31 (No.231)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-31 (Russian: Прогресс М-31), was a Progress spacecraft used to resupply the space station Mir.",
          "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": 37,
        "name": "Mir Core forward"
      }
    },
    {
      "id": 368,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/368/?format=api",
      "launch_id": "bc6a872e-80c3-4718-874e-8935a5586e69",
      "docking": "1996-09-03T09:35:00Z",
      "departure": "1996-11-20T19:51:20Z",
      "flight_vehicle": {
        "id": 487,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/487/?format=api",
        "destination": "Mir",
        "mission_end": "1996-11-20T22:42:25Z",
        "spacecraft": {
          "id": 341,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/341/?format=api",
          "name": "Progress M-32",
          "serial_number": "Progress M-32 (No.232)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-32 (Russian: Прогресс М-32), was a Progress spacecraft used to resupply the space station Mir.",
          "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": 6,
        "name": "Kvant-1 aft"
      }
    },
    {
      "id": 369,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/369/?format=api",
      "launch_id": "37bce165-5970-49f6-81e9-a6a1d89db3d3",
      "docking": "1996-11-22T01:01:30Z",
      "departure": "1997-02-06T12:13:53Z",
      "flight_vehicle": {
        "id": 486,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/486/?format=api",
        "destination": "Mir",
        "mission_end": "1997-03-12T03:23:37Z",
        "spacecraft": {
          "id": 340,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/340/?format=api",
          "name": "Progress M-33",
          "serial_number": "Progress M-33 (No.233)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-33 (Russian: Прогресс М-33), was a Progress spacecraft used to resupply the space station Mir.",
          "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": 6,
        "name": "Kvant-1 aft"
      }
    },
    {
      "id": 370,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/370/?format=api",
      "launch_id": "8e41c4fc-4228-48a3-91a6-d0219f806113",
      "docking": "1997-04-08T17:30:03Z",
      "departure": "1997-06-24T10:22:50Z",
      "flight_vehicle": {
        "id": 485,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/485/?format=api",
        "destination": "Mir",
        "mission_end": "1997-06-02T06:31:50Z",
        "spacecraft": {
          "id": 339,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/339/?format=api",
          "name": "Progress M-34",
          "serial_number": "Progress M-34 (No.234)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-34 (Russian: Прогресс М-34), was a Progress spacecraft used to resupply the space station Mir.",
          "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": 6,
        "name": "Kvant-1 aft"
      }
    },
    {
      "id": 371,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/371/?format=api",
      "launch_id": "f38a3f48-173e-4305-9583-ac51ba6cb882",
      "docking": "1997-07-07T05:59:24Z",
      "departure": "1997-08-06T11:46:45Z",
      "flight_vehicle": {
        "id": 484,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/484/?format=api",
        "destination": "Mir",
        "mission_end": "1997-10-07T17:23:00Z",
        "spacecraft": {
          "id": 338,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/338/?format=api",
          "name": "Progress M-35",
          "serial_number": "Progress M-35 (No.235)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-35 (Russian: Прогресс М-35), was a Progress spacecraft used to resupply the space station Mir.",
          "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": 6,
        "name": "Kvant-1 aft"
      }
    },
    {
      "id": 372,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/372/?format=api",
      "launch_id": "f38a3f48-173e-4305-9583-ac51ba6cb882",
      "docking": "1997-08-18T12:52:48Z",
      "departure": "1997-10-07T12:03:49Z",
      "flight_vehicle": {
        "id": 484,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/484/?format=api",
        "destination": "Mir",
        "mission_end": "1997-10-07T17:23:00Z",
        "spacecraft": {
          "id": 338,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/338/?format=api",
          "name": "Progress M-35",
          "serial_number": "Progress M-35 (No.235)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-35 (Russian: Прогресс М-35), was a Progress spacecraft used to resupply the space station Mir.",
          "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": 6,
        "name": "Kvant-1 aft"
      }
    },
    {
      "id": 373,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/373/?format=api",
      "launch_id": "4505e712-eeac-47c8-a0cb-370d0051471c",
      "docking": "1997-10-08T17:07:09Z",
      "departure": "1997-12-17T06:01:53Z",
      "flight_vehicle": {
        "id": 483,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/483/?format=api",
        "destination": "Mir",
        "mission_end": "1997-12-19T13:20:01Z",
        "spacecraft": {
          "id": 337,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/337/?format=api",
          "name": "Progress M-36",
          "serial_number": "Progress M-36 (No.236)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-36 (Russian: Прогресс М-36), was a Progress spacecraft used to resupply the space station Mir.",
          "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": 6,
        "name": "Kvant-1 aft"
      }
    },
    {
      "id": 374,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/374/?format=api",
      "launch_id": "6dff9d5b-ff2d-46a0-92fd-ab03f9e244d4",
      "docking": "1997-12-22T10:22:20Z",
      "departure": "1998-01-30T12:00:00Z",
      "flight_vehicle": {
        "id": 482,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/482/?format=api",
        "destination": "Mir",
        "mission_end": "1998-03-15T23:04:00Z",
        "spacecraft": {
          "id": 336,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/336/?format=api",
          "name": "Progress M-37",
          "serial_number": "Progress M-37 (No.237)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-37 (Russian: Прогресс М-37), was a Progress spacecraft used to resupply the space station Mir.",
          "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": 6,
        "name": "Kvant-1 aft"
      }
    },
    {
      "id": 375,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/375/?format=api",
      "launch_id": "6dff9d5b-ff2d-46a0-92fd-ab03f9e244d4",
      "docking": "1998-02-23T09:42:28Z",
      "departure": "1998-03-15T19:16:01Z",
      "flight_vehicle": {
        "id": 482,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/482/?format=api",
        "destination": "Mir",
        "mission_end": "1998-03-15T23:04:00Z",
        "spacecraft": {
          "id": 336,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/336/?format=api",
          "name": "Progress M-37",
          "serial_number": "Progress M-37 (No.237)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-37 (Russian: Прогресс М-37), was a Progress spacecraft used to resupply the space station Mir.",
          "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": 6,
        "name": "Kvant-1 aft"
      }
    },
    {
      "id": 376,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/376/?format=api",
      "launch_id": "e9dfbba8-9e90-4cff-b50e-be52bfaee3d3",
      "docking": "1998-03-16T22:45:00Z",
      "departure": "1998-05-15T18:44:00Z",
      "flight_vehicle": {
        "id": 481,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/481/?format=api",
        "destination": "Mir",
        "mission_end": "1998-05-15T00:00:00Z",
        "spacecraft": {
          "id": 335,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/335/?format=api",
          "name": "Progress M-38",
          "serial_number": "Progress M-38 (No.238)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-38 (Russian: Прогресс М-38), was a Progress spacecraft used to resupply the space station Mir. It also carried the VDU 2 propulsion unit.",
          "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": 6,
        "name": "Kvant-1 aft"
      }
    }
  ]
}