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=400
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=410",
  "previous": "https://ll.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=390",
  "results": [
    {
      "id": 377,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/377/?format=api",
      "launch_id": "f9bfe91c-1e0f-4a0c-9a77-f90847dc547a",
      "docking": "1998-05-16T23:50:33Z",
      "departure": "1998-08-12T09:28:52Z",
      "flight_vehicle": {
        "id": 480,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/480/?format=api",
        "destination": "Mir",
        "mission_end": "1998-10-29T04:14:52Z",
        "spacecraft": {
          "id": 334,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/334/?format=api",
          "name": "Progress M-39",
          "serial_number": "Progress M-39 (No.239)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-39 (Russian: Прогресс М-39), 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": 378,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/378/?format=api",
      "launch_id": "f9bfe91c-1e0f-4a0c-9a77-f90847dc547a",
      "docking": "1998-09-01T05:34:40Z",
      "departure": "1998-10-25T23:03:24Z",
      "flight_vehicle": {
        "id": 480,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/480/?format=api",
        "destination": "Mir",
        "mission_end": "1998-10-29T04:14:52Z",
        "spacecraft": {
          "id": 334,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/334/?format=api",
          "name": "Progress M-39",
          "serial_number": "Progress M-39 (No.239)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-39 (Russian: Прогресс М-39), 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": 379,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/379/?format=api",
      "launch_id": "6b2990d1-aab4-4668-9c10-43688030152a",
      "docking": "1998-10-27T05:34:41Z",
      "departure": "1999-02-04T09:59:32Z",
      "flight_vehicle": {
        "id": 479,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/479/?format=api",
        "destination": "Mir",
        "mission_end": "1999-02-05T10:16:05Z",
        "spacecraft": {
          "id": 333,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/333/?format=api",
          "name": "Progress M-40",
          "serial_number": "Progress M-40 (No.240)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-40 (Russian: Прогресс М-40), 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": 380,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/380/?format=api",
      "launch_id": "85123b05-caaf-4d64-9d56-b7ce4b2c3eb0",
      "docking": "1999-04-04T12:46:50Z",
      "departure": "1999-07-17T11:24:00Z",
      "flight_vehicle": {
        "id": 478,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/478/?format=api",
        "destination": "Mir",
        "mission_end": "1999-07-17T19:51:00Z",
        "spacecraft": {
          "id": 332,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/332/?format=api",
          "name": "Progress M-41",
          "serial_number": "Progress M-41 (No.241)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-41 (Russian: Прогресс М-41), 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": 381,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/381/?format=api",
      "launch_id": "d49678fb-4257-4747-818f-8029d3129e67",
      "docking": "1999-07-18T17:53:00Z",
      "departure": "2000-02-02T03:11:52Z",
      "flight_vehicle": {
        "id": 477,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/477/?format=api",
        "destination": "Mir",
        "mission_end": "2000-02-02T06:10:40Z",
        "spacecraft": {
          "id": 331,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/331/?format=api",
          "name": "Progress M-42",
          "serial_number": "Progress M-42 (No.242)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-42 (Russian: Прогресс М-42), 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": 382,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/382/?format=api",
      "launch_id": "c7306a02-0cbf-4cee-b67a-fca9a08f8cb1",
      "docking": "2000-02-03T08:02:20Z",
      "departure": "2000-04-26T16:33:00Z",
      "flight_vehicle": {
        "id": 476,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/476/?format=api",
        "destination": "Mir",
        "mission_end": "2000-04-26T19:27:00Z",
        "spacecraft": {
          "id": 330,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/330/?format=api",
          "name": "Progress M1-1",
          "serial_number": "Progress M1-1 (No.250)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M1-1 (Russian: Прогресс М1-1), was a Progress spacecraft used to resupply the space station Mir.",
          "spacecraft_config": {
            "id": 36,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/36/?format=api",
            "name": "Progress-M1",
            "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-m1_image_20231219142545.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 6,
        "name": "Kvant-1 aft"
      }
    },
    {
      "id": 383,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/383/?format=api",
      "launch_id": "1c76d610-c557-4023-aa4e-3ee0b6aa3418",
      "docking": "2000-10-20T21:16:05Z",
      "departure": "2001-01-25T05:19:49Z",
      "flight_vehicle": {
        "id": 474,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/474/?format=api",
        "destination": "Mir",
        "mission_end": "2001-01-29T00:00:00Z",
        "spacecraft": {
          "id": 328,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/328/?format=api",
          "name": "Progress M-43",
          "serial_number": "Progress M-43 (No.243)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M-43 (Russian: Прогресс М-43), 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": 384,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/384/?format=api",
      "launch_id": "65601a8a-4983-44b3-8dec-749dae207b5c",
      "docking": "2000-11-18T03:47:42Z",
      "departure": "2000-12-01T16:22:52Z",
      "flight_vehicle": {
        "id": 470,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/470/?format=api",
        "destination": "International Space Station",
        "mission_end": "2001-02-08T13:50:00Z",
        "spacecraft": {
          "id": 326,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/326/?format=api",
          "name": "Progress M1-4",
          "serial_number": "Progress M1-4 (No.253)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M1-4 (Russian: Прогресс М1-4), identified by NASA as Progress 2 or 2P, was a Progress spacecraft used to resupply the International Space Station.",
          "spacecraft_config": {
            "id": 36,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/36/?format=api",
            "name": "Progress-M1",
            "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-m1_image_20231219142545.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 20,
        "name": "Zarya nadir"
      }
    },
    {
      "id": 385,
      "url": "https://ll.thespacedevs.com/2.0.0/docking_event/385/?format=api",
      "launch_id": "65601a8a-4983-44b3-8dec-749dae207b5c",
      "docking": "2000-12-26T11:03:13Z",
      "departure": "2001-02-08T11:26:04Z",
      "flight_vehicle": {
        "id": 470,
        "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/flight/470/?format=api",
        "destination": "International Space Station",
        "mission_end": "2001-02-08T13:50:00Z",
        "spacecraft": {
          "id": 326,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/326/?format=api",
          "name": "Progress M1-4",
          "serial_number": "Progress M1-4 (No.253)",
          "status": {
            "id": 4,
            "name": "Single Use"
          },
          "description": "Progress M1-4 (Russian: Прогресс М1-4), identified by NASA as Progress 2 or 2P, was a Progress spacecraft used to resupply the International Space Station.",
          "spacecraft_config": {
            "id": 36,
            "url": "https://ll.thespacedevs.com/2.0.0/config/spacecraft/36/?format=api",
            "name": "Progress-M1",
            "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-m1_image_20231219142545.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 20,
        "name": "Zarya nadir"
      }
    },
    {
      "id": 386,
      "url": "https://ll.thespacedevs.com/2.0.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.0.0/spacecraft/flight/472/?format=api",
        "destination": "Mir",
        "mission_end": "2001-03-23T05:59:24Z",
        "spacecraft": {
          "id": 325,
          "url": "https://ll.thespacedevs.com/2.0.0/spacecraft/325/?format=api",
          "name": "Progress M1-5",
          "serial_number": "Progress M1-5 (No.254)",
          "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.0.0/config/spacecraft/36/?format=api",
            "name": "Progress-M1",
            "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-m1_image_20231219142545.jpeg"
          }
        }
      },
      "docking_location": {
        "id": 6,
        "name": "Kvant-1 aft"
      }
    }
  ]
}