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=-name
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=-name",
    "results": [
        {
            "id": 45,
            "name": "Agena Target Vehicle",
            "spacestation": null,
            "spacecraft": null,
            "payload": {
                "response_mode": "list",
                "id": 13,
                "name": "Agena Target Vehicle",
                "type": {
                    "id": 5,
                    "name": "Space Tug"
                },
                "manufacturer": {
                    "response_mode": "list",
                    "id": 82,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/82/?format=api",
                    "name": "Lockheed Martin",
                    "abbrev": "LMT",
                    "type": {
                        "id": 3,
                        "name": "Commercial"
                    }
                },
                "operator": {
                    "response_mode": "list",
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                },
                "image": {
                    "id": 2150,
                    "name": "Agena seen from Gemini VIII",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_20240812143455.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/agena_seen_from_image_thumbnail_20240812143456.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": []
                }
            }
        }
    ]
}