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=spacecraft
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=spacecraft",
    "results": [
        {
            "id": 49,
            "name": "Intelsat 10-02",
            "spacestation": null,
            "spacecraft": null,
            "payload": {
                "response_mode": "list",
                "id": 17,
                "name": "Intelsat 10-02",
                "type": {
                    "id": 7,
                    "name": "In-Orbit Servicing"
                },
                "manufacturer": {
                    "response_mode": "list",
                    "id": 81,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/81/?format=api",
                    "name": "Astrium Satellites",
                    "abbrev": "EADS",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    }
                },
                "operator": {
                    "response_mode": "list",
                    "id": 206,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/206/?format=api",
                    "name": "Intelsat",
                    "abbrev": "I",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    }
                },
                "image": {
                    "id": 2155,
                    "name": "Intelsat 10-02 seen from MEV-2",
                    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/intelsat_10-02__image_20240812190041.jpg",
                    "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/intelsat_10-02__image_thumbnail_20240812190041.jpeg",
                    "credit": "Northrop Grumman",
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                }
            }
        }
    ]
}