GET /2.2.0/config/dockinglocation/?format=api&offset=50&ordering=id
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=id",
    "results": [
        {
            "id": 54,
            "name": "SpaDEx Target (SDX02)",
            "spacestation": null
        }
    ]
}