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 - ll.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://ll.thespacedevs.com/2.3.0/config/docking_locations/?format=api&limit=10&offset=40&ordering=-payload",
    "results": [
        {
            "id": 53,
            "name": "Chang'e 6",
            "spacestation": null,
            "spacecraft": null,
            "payload": {
                "response_mode": "list",
                "id": 8,
                "name": "Chang'e 6",
                "type": {
                    "id": 2,
                    "name": "Lunar Lander"
                },
                "manufacturer": {
                    "response_mode": "list",
                    "id": 88,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/88/?format=api",
                    "name": "China Aerospace Science and Technology Corporation",
                    "abbrev": "CASC",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "operator": {
                    "response_mode": "list",
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "abbrev": "CNSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "image": {
                    "id": 2094,
                    "name": "Chang'e-5 spacecraft full-stack full-scale mockup at Zhuhai Aerospace Land",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e-5_s_image_20240518083701.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e-5_s_image_thumbnail_20240518083702.jpeg",
                    "credit": "Shujianyang",
                    "license": {
                        "id": 20,
                        "name": "CC BY-SA 4.0",
                        "priority": 6,
                        "link": "https://creativecommons.org/licenses/by-sa/4.0/"
                    },
                    "single_use": false,
                    "variants": []
                }
            }
        }
    ]
}