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

{
    "count": 16,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.0.0/docking_event/?format=api&limit=10&offset=10&ordering=departure",
    "results": []
}