Number of results

Use limit to control the number of objects in the response (max 100)

Example - /config/docking_locations/?limit=2

Format

Switch to JSON output - /config/docking_locations/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/config/docking_locations/?format=api&offset=50&ordering=payload
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 51,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/docking_locations/?format=api&limit=10&offset=40&ordering=payload",
    "results": [
        {
            "id": 27,
            "name": "Salyut-1 forward",
            "spacestation": {
                "id": 9,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/9/?format=api",
                "name": "Salyut 1",
                "image": {
                    "id": 1944,
                    "name": "[AUTO] Salyut 1 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25201_image_20190217072508.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194216.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            },
            "spacecraft": null,
            "payload": null
        }
    ]
}