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&offset=10&ordering=-founded
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 15,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.2.0/spacestation/?format=api&limit=10&ordering=-founded",
    "results": [
        {
            "id": 12,
            "url": "https://ll.thespacedevs.com/2.2.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.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/salyut25204_image_20190310081804.jpg"
        },
        {
            "id": 11,
            "url": "https://ll.thespacedevs.com/2.2.0/spacestation/11/?format=api",
            "name": "Salyut 3",
            "status": {
                "id": 2,
                "name": "De-Orbited"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "founded": "1974-06-25",
            "deorbited": "1975-01-24",
            "description": "Salyut 3 (Russian: Салют-3; English: Salute 3; also known as OPS-2 or Almaz 2) was a Soviet space station launched on 25 June 1974. It was the second Almaz military space station, and the first such station to be launched successfully. It was included in the Salyut program to disguise its true military nature. Due to the military nature of the station, the Soviet Union was reluctant to release information about its design, and about the missions relating to the station.\r\n\r\nIt attained an altitude of 219 to 270 km on launch and NASA reported its final orbital altitude was 268 to 272 km. Only one of the three intended crews successfully boarded and manned the station, brought by Soyuz 14; Soyuz 15 attempted to bring a second crew but failed to dock.\r\n\r\nAlthough little official information has been released about the station, several sources report that it contained multiple Earth-observation cameras, as well as an on-board gun. The station was deorbited, and re-entered the atmosphere on 24 January 1975. The next space station launched by the Soviet Union was the civilian station Salyut 4; the next military station was Salyut 5, which was the final Almaz space station.",
            "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/salyut25202_image_20190217082304.jpeg"
        },
        {
            "id": 6,
            "url": "https://ll.thespacedevs.com/2.2.0/spacestation/6/?format=api",
            "name": "Skylab",
            "status": {
                "id": 2,
                "name": "De-Orbited"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "founded": "1973-05-14",
            "deorbited": "1979-07-11",
            "description": "Skylab was a United States space station launched and operated by NASA, and occupied for about 24 weeks between May 1973 and February 1974 – the only space station the U.S. has operated exclusively. In 1979 it fell back to Earth amid huge worldwide media attention. Skylab included a workshop, a solar observatory, and other systems necessary for crew survival and scientific experiments. It was launched unmanned by a modified Saturn V rocket, with a weight of 170,000 pounds (77,000 kg). Lifting Skylab into low earth orbit was the final mission and launch of a Saturn V rocket (famous for carrying the manned Moon landing missions). Three missions delivered three-astronaut crews in the Apollo command and service module (Apollo CSM), launched by the smaller Saturn IB rocket. For the final two manned missions to Skylab, a backup Apollo CSM/Saturn IB was assembled and made ready in case an in-orbit rescue mission was needed, but this backup vehicle was never flown.",
            "orbit": "Low Earth Orbit",
            "owners": [
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "abbrev": "NASA"
                }
            ],
            "active_expeditions": [],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/skylab_image_20190215230143.jpeg"
        },
        {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.2.0/spacestation/10/?format=api",
            "name": "Salyut 2",
            "status": {
                "id": 2,
                "name": "De-Orbited"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "founded": "1973-04-03",
            "deorbited": "1973-05-28",
            "description": "Salyut 2 (OPS-1) (Russian: Салют-2 meaning Salute 2) was a Soviet space station which was launched in 1973 as part of the Salyut programme. It was the first Almaz military space station to fly. Within two weeks of its launch, the station had lost attitude control and depressurised, leaving it unusable. Its orbit decayed and it re-entered the atmosphere on 28 May 1973, without any crews having visited it.",
            "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/salyut25202_image_20190217082304.jpeg"
        },
        {
            "id": 9,
            "url": "https://ll.thespacedevs.com/2.2.0/spacestation/9/?format=api",
            "name": "Salyut 1",
            "status": {
                "id": 2,
                "name": "De-Orbited"
            },
            "type": {
                "id": 2,
                "name": "Government"
            },
            "founded": "1971-04-19",
            "deorbited": "1971-10-11",
            "description": "Salyut 1 (DOS-1) was the first space station of any kind, launched into low Earth orbit by the Soviet Union on April 19, 1971. The Salyut program followed this with five more successful launches out of seven more stations. The final module of the program, Zvezda (DOS-8) became the core of the Russian segment of the International Space Station and remains in orbit.",
            "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/salyut25201_image_20190217072508.jpeg"
        }
    ]
}