Modes

Levels of detail in the response - normal, detailed

Example - /space_stations/?mode=detailed

Filters

Parameters - docked_vehicles, docked_vehicles__gt, docked_vehicles__gte, docked_vehicles__lt, docked_vehicles__lte, id, name, name__contains, onboard_crew, onboard_crew__gt, onboard_crew__gte, onboard_crew__lt, onboard_crew__lte, orbit, owner__ids, owners, status, status__ids, type

Example - /space_stations/?onboard_crew__gte=1

Fields searched - name, owners__abbrev, owners__name

Example - /space_stations/?search=Salyut

Ordering

Fields - docked_vehicles, founded, id, name, onboard_crew, status, type, volume

Example - /space_stations/?ordering=founded

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /space_stations/?limit=2

Format

Switch to JSON output - /space_stations/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/space_stations/17/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 17,
    "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/17/?format=api",
    "name": "Genesis II",
    "image": {
        "id": 1953,
        "name": "[AUTO] Genesis I - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/genesis_i_image_20200221101955.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194232.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": false,
        "variants": []
    },
    "status": {
        "id": 3,
        "name": "Decommissioned"
    },
    "founded": "2007-06-28",
    "deorbited": null,
    "description": "Genesis II is the second of two experimental inflatable space habitats. It is a one-third scale model of Bigelow Aerospace's BA330 Module.\r\n\r\nGenesis II became inactive after the avionics systems stopped working 2.5 years into it's lifetime.",
    "orbit": "Low Earth Orbit",
    "type": {
        "id": 3,
        "name": "Commercial"
    },
    "owners": [
        {
            "response_mode": "normal",
            "id": 140,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/140/?format=api",
            "name": "Bigelow Aerospace",
            "abbrev": "Bigelow",
            "type": {
                "id": 3,
                "name": "Commercial"
            },
            "featured": false,
            "country": [
                {
                    "id": 2,
                    "name": "United States of America",
                    "alpha_2_code": "US",
                    "alpha_3_code": "USA",
                    "nationality_name": "American",
                    "nationality_name_composed": "Americano"
                }
            ],
            "description": null,
            "administrator": null,
            "founding_year": null,
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image": null,
            "logo": null,
            "social_logo": null
        }
    ],
    "response_mode": "detailed",
    "active_expeditions": [],
    "height": 4.4,
    "width": 2.54,
    "mass": 1.4,
    "volume": 12,
    "onboard_crew": 0,
    "docked_vehicles": 0,
    "docking_location": [],
    "active_docking_events": []
}