API endpoint that allows Space Stations to be viewed.

GET: Return a list of all the existing space stations.

FILTERS: Parameters - 'name', 'status', 'owners', 'orbit', 'type', 'owners__name', 'owners__abrev' Example - /api/2.0.0/spacestation/?status=Active

SEARCH EXAMPLE: Example - /api/2.0.0/spacestation/?search=ISS Searches through 'name', 'owners__name', 'owners__abbrev'

ORDERING: Fields - 'id', 'name', status', 'type', 'founded', 'volume' Example - /api/2.0.0/spacestation/?ordering=id

GET /2.0.0/spacestation/?format=api&offset=10
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 15,
  "next": null,
  "previous": "https://ll.thespacedevs.com/2.0.0/spacestation/?format=api&limit=10",
  "results": [
    {
      "id": 12,
      "url": "https://ll.thespacedevs.com/2.0.0/spacestation/12/?format=api",
      "name": "Salyut 4",
      "status": {
        "id": 2,
        "name": "De-Orbited"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "founded": "1974-12-26",
      "deorbited": "1977-02-03",
      "description": "Salyut 4 represented the second phase of DOS civilian space station. Although the basic design of Salyut 1 was retained, it switched to three large solar panels mounted on the forward module rather than its predecessor's four small panels on the docking module and engine compartment, presumably to generate more power. It had an interior floor area of 34.8 sq. The pitch of the station was 2 X 59 N, yaw was 2 X 59 N and roll was 2 X 20 N. The electric System produced an average of 2.00 kW of power. It had 2,000 kg of scientific equipment alongside two sets of three solar panels each and was equipped with the Delta Navigation System which was a new autonomous navigation system that calculates orbital elements without assistance from ground. It was powered by KTDU-66 thrusters. Instrumentation",
      "orbit": "Low Earth Orbit",
      "owners": [
        {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "abbrev": "RFSA"
        }
      ],
      "active_expeditions": [],
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25204_image_20190310081804.jpg"
    },
    {
      "id": 18,
      "url": "https://ll.thespacedevs.com/2.0.0/spacestation/18/?format=api",
      "name": "Tiangong space station",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "founded": "2021-04-29",
      "deorbited": null,
      "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface. It will be roughly one-fifth the mass of the International Space Station and about the size of the Mir space station.",
      "orbit": "Low Earth Orbit",
      "owners": [
        {
          "id": 88,
          "url": "https://ll.thespacedevs.com/2.0.0/agencies/88/?format=api",
          "name": "China Aerospace Science and Technology Corporation",
          "abbrev": "CASC"
        }
      ],
      "active_expeditions": [
        {
          "id": 167,
          "url": "https://ll.thespacedevs.com/2.0.0/expedition/167/?format=api",
          "name": "Shenzhou 23",
          "start": "2026-05-24T18:45:00Z",
          "end": null
        }
      ],
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
    },
    {
      "id": 16,
      "url": "https://ll.thespacedevs.com/2.0.0/spacestation/16/?format=api",
      "name": "Genesis I",
      "status": {
        "id": 3,
        "name": "Decommissioned"
      },
      "type": {
        "id": 3,
        "name": "Commercial"
      },
      "founded": "2006-07-12",
      "deorbited": null,
      "description": "Genesis I is the first of two experimental inflatable space habitats. It is a one-third scale model of Bigelow Aerospace's BA330 Module.",
      "orbit": "Low Earth Orbit",
      "owners": [
        {
          "id": 140,
          "url": "https://ll.thespacedevs.com/2.0.0/agencies/140/?format=api",
          "name": "Bigelow Aerospace",
          "abbrev": "Bigelow"
        }
      ],
      "active_expeditions": [],
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/genesis_i_image_20200221101955.jpg"
    },
    {
      "id": 13,
      "url": "https://ll.thespacedevs.com/2.0.0/spacestation/13/?format=api",
      "name": "Salyut 5",
      "status": {
        "id": 2,
        "name": "De-Orbited"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "founded": "1976-06-22",
      "deorbited": "1988-08-08",
      "description": "Salyut 5, also known as OPS-3, was a Soviet space station. Launched in 1976 as part of the Salyut programme, it was the third and last Almaz space station to be launched for the Soviet military. Two Soyuz missions visited the station, each manned by two cosmonauts. A third Soyuz mission attempted to visit the station, but failed to dock, whilst a fourth mission was planned but never launched.",
      "orbit": "Low Earth Orbit",
      "owners": [
        {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "abbrev": "RFSA"
        }
      ],
      "active_expeditions": [],
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25205_image_20190318095611.png"
    },
    {
      "id": 5,
      "url": "https://ll.thespacedevs.com/2.0.0/spacestation/5/?format=api",
      "name": "Mir",
      "status": {
        "id": 2,
        "name": "De-Orbited"
      },
      "type": {
        "id": 2,
        "name": "Government"
      },
      "founded": "1986-02-20",
      "deorbited": "2001-03-23",
      "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.\r\n\r\nThe station served as a microgravity research laboratory in which crews conducted experiments in biology, human biology, physics, astronomy, meteorology and spacecraft systems with a goal of developing technologies required for permanent occupation of space.",
      "orbit": "Low Earth Orbit",
      "owners": [
        {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.0.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "abbrev": "RFSA"
        }
      ],
      "active_expeditions": [],
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
    }
  ]
}