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__abbrev'
Example - /api/2.2.0/spacestation/?status=Active

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

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

GET /2.2.0/spacestation/?format=api&limit=10&ordering=-founded
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 15,
    "next": "https://ll.thespacedevs.com/2.2.0/spacestation/?format=api&limit=10&offset=10&ordering=-founded",
    "previous": null,
    "results": [
        {
            "id": 18,
            "url": "https://ll.thespacedevs.com/2.2.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.2.0/agencies/88/?format=api",
                    "name": "China Aerospace Science and Technology Corporation",
                    "abbrev": "CASC"
                }
            ],
            "active_expeditions": [
                {
                    "id": 156,
                    "url": "https://ll.thespacedevs.com/2.2.0/expedition/156/?format=api",
                    "name": "Shenzhou 17",
                    "start": "2023-10-26T09:46:00Z",
                    "end": null
                }
            ],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
        },
        {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.2.0/spacestation/8/?format=api",
            "name": "Tiangong 2",
            "status": {
                "id": 2,
                "name": "De-Orbited"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "founded": "2016-09-15",
            "deorbited": "2019-07-19",
            "description": "Tiangong-2 (Chinese: 天宫二号; pinyin: Tiāngōng èrhào; literally: \"Celestial Palace 2\") is a Chinese space laboratory and part of the Project 921-2 space station program. Tiangong-2 was launched on 15 September 2016.\r\n\r\nTiangong-2 is neither designed nor planned to be a permanent orbital station; rather, it is intended as a testbed for key technologies that will be used in the Chinese large modular space station, which is planned for launch between 2019 and 2022.",
            "orbit": "Low Earth Orbit",
            "owners": [
                {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "abbrev": "CNSA"
                }
            ],
            "active_expeditions": [],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/tiangong25202_image_20190215013232.jpeg"
        },
        {
            "id": 7,
            "url": "https://ll.thespacedevs.com/2.2.0/spacestation/7/?format=api",
            "name": "Tiangong 1",
            "status": {
                "id": 2,
                "name": "De-Orbited"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "founded": "2011-09-29",
            "deorbited": "2018-04-02",
            "description": "Tiangong-1 (Chinese: 天宫一号; pinyin: Tiāngōng yīhào; literally: \"Heavenly Palace 1\" or \"Celestial Palace 1\") was China's first prototype space station. It orbited Earth from September 2011 to April 2018, serving as both a manned laboratory and an experimental testbed to demonstrate orbital rendezvous and docking capabilities during its two years of active operational life.\r\n\r\nTiangong-1 was visited by a series of Shenzhou spacecraft during its two-year operational lifetime. The first of these, the unmanned Shenzhou 8, successfully docked with the module in November 2011, while the manned Shenzhou 9 mission docked in June 2012. A third and final mission to Tiangong-1, the manned Shenzhou 10, docked in June 2013. The manned missions to Tiangong-1 were notable for including China's first female astronauts, Liu Yang and Wang Yaping.\r\n\r\nOn 21 March 2016, after a lifespan extended by two years, the China Manned Space Engineering Office announced that Tiangong-1 had officially ended its service. They went on to state that the telemetry link with Tiangong-1 had been lost. A couple of months later, amateur satellite trackers watching Tiangong-1 found that China's space agency had lost control of the station. In September, after conceding they had lost control over the station, officials speculated that the station would re-enter and burn up in the atmosphere late in 2017. According to the China Manned Space Engineering Office, Tiangong-1 started reentry over the southern Pacific Ocean, northwest of Tahiti, on 2 April 2018 at 00:15 UTC.",
            "orbit": "Low Earth Orbit",
            "owners": [
                {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "abbrev": "CNSA"
                }
            ],
            "active_expeditions": [],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/tiangong25201_image_20190215013038.jpeg"
        },
        {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/spacestation/17/?format=api",
            "name": "Genesis II",
            "status": {
                "id": 3,
                "name": "Decommissioned"
            },
            "type": {
                "id": 3,
                "name": "Commercial"
            },
            "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",
            "owners": [
                {
                    "id": 140,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/140/?format=api",
                    "name": "Bigelow Aerospace",
                    "abbrev": "Bigelow"
                }
            ],
            "active_expeditions": [],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/genesis_i_image_20200221101955.jpg"
        },
        {
            "id": 16,
            "url": "https://ll.thespacedevs.com/2.2.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.2.0/agencies/140/?format=api",
                    "name": "Bigelow Aerospace",
                    "abbrev": "Bigelow"
                }
            ],
            "active_expeditions": [],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/genesis_i_image_20200221101955.jpg"
        },
        {
            "id": 4,
            "url": "https://ll.thespacedevs.com/2.2.0/spacestation/4/?format=api",
            "name": "International Space Station",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "founded": "1998-11-20",
            "deorbited": null,
            "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
            "orbit": "Low Earth Orbit",
            "owners": [
                {
                    "id": 16,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                    "name": "Canadian Space Agency",
                    "abbrev": "CSA"
                },
                {
                    "id": 27,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                    "name": "European Space Agency",
                    "abbrev": "ESA"
                },
                {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                    "name": "Japan Aerospace Exploration Agency",
                    "abbrev": "JAXA"
                },
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA"
                },
                {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA"
                }
            ],
            "active_expeditions": [
                {
                    "id": 158,
                    "url": "https://ll.thespacedevs.com/2.2.0/expedition/158/?format=api",
                    "name": "Expedition 71",
                    "start": "2024-04-06T03:53:57Z",
                    "end": null
                }
            ],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
        },
        {
            "id": 5,
            "url": "https://ll.thespacedevs.com/2.2.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.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA"
                }
            ],
            "active_expeditions": [],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
        },
        {
            "id": 15,
            "url": "https://ll.thespacedevs.com/2.2.0/spacestation/15/?format=api",
            "name": "Salyut 7",
            "status": {
                "id": 2,
                "name": "De-Orbited"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "founded": "1982-04-19",
            "deorbited": "1991-02-07",
            "description": "Salyut 7, (a.k.a. DOS-6) was a space station in low Earth orbit from April 1982 to February 1991. It was first manned in May 1982 with two crew via Soyuz T-5, and last visited in June 1986, by Soyuz T-15. Various crew and modules were used over its lifetime, including 12 manned and 15 unmanned launches in total. Supporting spacecraft included the Soyuz T, Progress, and TKS spacecraft.",
            "orbit": "Low Earth Orbit",
            "owners": [
                {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA"
                }
            ],
            "active_expeditions": [],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg"
        },
        {
            "id": 14,
            "url": "https://ll.thespacedevs.com/2.2.0/spacestation/14/?format=api",
            "name": "Salyut 6",
            "status": {
                "id": 2,
                "name": "De-Orbited"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "founded": "1977-09-29",
            "deorbited": "1982-07-29",
            "description": "Salyut 6, also known as DOS-5, was a Soviet orbital space station, the eighth flown as part of the Salyut programme. Launched on 29 September 1977 by a Proton rocket, the station was the first of the \"second-generation\" type of space station. Salyut 6 possessed several revolutionary advances over the earlier Soviet space stations, which it nevertheless resembled in overall design. These included the addition of a second docking port, a new main propulsion system and the station's primary scientific instrument, the BST-1M multispectral telescope. The addition of the second docking port made crew handovers and station resupply by unmanned Progress freighters possible for the first time.",
            "orbit": "Low Earth Orbit",
            "owners": [
                {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA"
                }
            ],
            "active_expeditions": [],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg"
        },
        {
            "id": 13,
            "url": "https://ll.thespacedevs.com/2.2.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.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "abbrev": "RFSA"
                }
            ],
            "active_expeditions": [],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25205_image_20190318095611.png"
        }
    ]
}