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": 51,
            "name": "Intelsat 603",
            "spacestation": null,
            "spacecraft": null,
            "payload": {
                "response_mode": "list",
                "id": 19,
                "name": "Intelsat 603",
                "type": {
                    "id": 1,
                    "name": "Unknown"
                },
                "manufacturer": {
                    "response_mode": "list",
                    "id": 243,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/243/?format=api",
                    "name": "Hughes",
                    "abbrev": "HUGH",
                    "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": 2157,
                    "name": "Astronauts working on Intelsat 603 during STS-49",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astronauts_work_image_20240812192724.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astronauts_work_image_thumbnail_20240812192725.jpeg",
                    "credit": "NASA",
                    "license": {
                        "id": 4,
                        "name": "NASA Image and Media Guidelines",
                        "priority": 0,
                        "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                    },
                    "single_use": true,
                    "variants": []
                }
            }
        }
    ]
}