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=id
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=id",
    "results": [
        {
            "id": 54,
            "name": "SpaDEx Target (SDX02)",
            "spacestation": null,
            "spacecraft": null,
            "payload": {
                "response_mode": "list",
                "id": 32,
                "name": "SpaDEx Target (SDX02)",
                "type": {
                    "id": 4,
                    "name": "Technology Demonstrator"
                },
                "manufacturer": {
                    "response_mode": "list",
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/31/?format=api",
                    "name": "Indian Space Research Organization",
                    "abbrev": "ISRO",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "operator": {
                    "response_mode": "list",
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/31/?format=api",
                    "name": "Indian Space Research Organization",
                    "abbrev": "ISRO",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "image": {
                    "id": 2300,
                    "name": "SpaDEx Chaser (SDX01) and Target (SDX02) spacecrafts during testing",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spadex_chaser__image_20241228193355.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spadex_chaser__image_thumbnail_20241228193356.png",
                    "credit": "ISRO",
                    "license": {
                        "id": 11,
                        "name": "Government Open Data License - India (GODL)",
                        "priority": 3,
                        "link": "https://data.gov.in/sites/default/files/Gazette_Notification_OGDL.pdf"
                    },
                    "single_use": false,
                    "variants": []
                }
            }
        }
    ]
}