GET /2.2.0/config/dockinglocation/?format=api&offset=50&ordering=-spacestation
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=-spacestation",
    "results": [
        {
            "id": 30,
            "name": "Harmony zenith",
            "spacestation": {
                "id": 4,
                "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                "name": "International Space Station"
            }
        }
    ]
}