GET /2.2.0/config/dockinglocation/?format=api&offset=50&ordering=-name
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 51,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.2.0/config/dockinglocation/?format=api&limit=10&offset=40&ordering=-name",
    "results": [
        {
            "id": 45,
            "name": "Agena Target Vehicle",
            "spacestation": null
        }
    ]
}