Modes

Levels of detail in the response - normal, detailed

Example - /expeditions/?mode=detailed

Filters

Parameters - crew__astronaut, crew__astronaut__agency, end__gt, end__gte, end__lt, end__lte, name, space_station, start__gt, start__gte, start__lt, start__lte

Example - /expeditions/?space_station=18

Fields searched - crew__astronaut__agency__abbrev, crew__astronaut__agency__name, crew__astronaut__name, crew__astronaut__nationality__nationality_name, name

Example - /expeditions/?search=Kelly

Ordering

Fields - end, id, start

Example - /expeditions/?ordering=-start

Number of results

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

Example - /expeditions/?limit=2

Format

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

Help

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

GET /2.3.0/expeditions/?format=api&offset=110&ordering=-start
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 159,
    "next": "https://lldev.thespacedevs.com/2.3.0/expeditions/?format=api&limit=10&offset=120&ordering=-start",
    "previous": "https://lldev.thespacedevs.com/2.3.0/expeditions/?format=api&limit=10&offset=100&ordering=-start",
    "results": [
        {
            "id": 13,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/13/?format=api",
            "name": "Mir EO-7",
            "start": "1990-08-01T09:32:00Z",
            "end": "1990-12-10T06:08:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 5,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/5/?format=api",
                "name": "Mir",
                "image": {
                    "id": 1943,
                    "name": "[AUTO] Mir - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194215.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "response_mode": "list",
                    "id": 71,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/71/?format=api",
                    "name": "PE-7 EVA",
                    "start": "1990-10-29T21:45:00Z",
                    "end": "1990-10-30T00:30:00Z",
                    "duration": "PT2H45M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 12,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/12/?format=api",
            "name": "Mir EO-6",
            "start": "1990-02-11T06:16:00Z",
            "end": "1990-08-09T07:33:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 5,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/5/?format=api",
                "name": "Mir",
                "image": {
                    "id": 1943,
                    "name": "[AUTO] Mir - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194215.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "response_mode": "list",
                    "id": 69,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/69/?format=api",
                    "name": "PE-6 EVA 1",
                    "start": "1990-07-17T13:06:00Z",
                    "end": "1990-07-17T20:22:00Z",
                    "duration": "PT7H16M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 70,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/70/?format=api",
                    "name": "PE-6 EVA 2",
                    "start": "1990-07-26T11:15:00Z",
                    "end": "1990-07-26T14:46:00Z",
                    "duration": "PT3H31M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 11,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/11/?format=api",
            "name": "Mir EO-5",
            "start": "1989-09-05T21:38:00Z",
            "end": "1990-02-19T04:36:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 5,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/5/?format=api",
                "name": "Mir",
                "image": {
                    "id": 1943,
                    "name": "[AUTO] Mir - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194215.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "response_mode": "list",
                    "id": 64,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/64/?format=api",
                    "name": "PE-5 EVA 1",
                    "start": "1990-01-08T20:23:00Z",
                    "end": "1990-01-08T23:19:00Z",
                    "duration": "PT2H56M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 65,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/65/?format=api",
                    "name": "PE-5 EVA 2",
                    "start": "1990-01-11T18:01:00Z",
                    "end": "1990-01-11T20:55:00Z",
                    "duration": "PT2H54M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 66,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/66/?format=api",
                    "name": "PE-5 EVA 3",
                    "start": "1990-01-26T12:09:00Z",
                    "end": "1990-01-26T15:11:00Z",
                    "duration": "PT3H2M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 67,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/67/?format=api",
                    "name": "PE-5 EVA 4",
                    "start": "1990-02-01T08:15:00Z",
                    "end": "1990-02-01T13:14:00Z",
                    "duration": "PT4H59M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 68,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/68/?format=api",
                    "name": "PE-5 EVA 5",
                    "start": "1990-02-05T06:08:00Z",
                    "end": "1990-02-05T09:53:00Z",
                    "duration": "PT3H45M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 10,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/10/?format=api",
            "name": "Mir EO-4",
            "start": "1988-11-26T15:49:00Z",
            "end": "1989-04-27T02:57:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 5,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/5/?format=api",
                "name": "Mir",
                "image": {
                    "id": 1943,
                    "name": "[AUTO] Mir - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194215.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "response_mode": "list",
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/63/?format=api",
                    "name": "PE-4 EVA",
                    "start": "1988-12-09T09:57:00Z",
                    "end": "1988-12-09T15:57:00Z",
                    "duration": "PT6H",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 9,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/9/?format=api",
            "name": "Mir EO-3",
            "start": "1987-12-21T11:18:00Z",
            "end": "1988-12-21T09:57:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 5,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/5/?format=api",
                "name": "Mir",
                "image": {
                    "id": 1943,
                    "name": "[AUTO] Mir - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194215.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "response_mode": "list",
                    "id": 62,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/62/?format=api",
                    "name": "PE-3 EVA 3",
                    "start": "1988-10-20T05:59:00Z",
                    "end": "1988-10-20T10:11:00Z",
                    "duration": "PT4H12M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 60,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/60/?format=api",
                    "name": "PE-3 EVA 1",
                    "start": "1988-02-26T09:00:00Z",
                    "end": "1988-02-26T13:55:00Z",
                    "duration": "PT4H55M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 61,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/61/?format=api",
                    "name": "PE-3 EVA 2",
                    "start": "1988-06-30T05:33:00Z",
                    "end": "1988-06-30T10:43:00Z",
                    "duration": "PT5H10M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 8,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/8/?format=api",
            "name": "Mir EO-2",
            "start": "1987-02-05T21:38:00Z",
            "end": "1987-12-29T09:16:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 5,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/5/?format=api",
                "name": "Mir",
                "image": {
                    "id": 1943,
                    "name": "[AUTO] Mir - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194215.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "response_mode": "list",
                    "id": 57,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/57/?format=api",
                    "name": "PE-2 EVA 1",
                    "start": "1987-04-11T19:41:00Z",
                    "end": "1987-04-11T23:21:00Z",
                    "duration": "PT3H40M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 58,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/58/?format=api",
                    "name": "PE-2 EVA 2",
                    "start": "1987-06-12T16:55:00Z",
                    "end": "1987-06-12T18:48:00Z",
                    "duration": "PT1H53M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 59,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/59/?format=api",
                    "name": "PE-2 EVA 3",
                    "start": "1987-06-16T15:30:00Z",
                    "end": "1987-06-16T18:45:00Z",
                    "duration": "PT3H15M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 135,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/135/?format=api",
            "name": "Salyut 7 EO-5",
            "start": "1986-03-13T12:33:09Z",
            "end": "1986-07-16T12:34:05Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 15,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                "name": "Salyut 7",
                "image": {
                    "id": 1950,
                    "name": "[AUTO] Salyut 7 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "response_mode": "list",
                    "id": 55,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/55/?format=api",
                    "name": "PE-6 EVA 1",
                    "start": "1986-05-28T05:43:00Z",
                    "end": "1986-05-28T09:33:00Z",
                    "duration": "PT3H50M",
                    "location": "Salyut 7"
                },
                {
                    "response_mode": "list",
                    "id": 56,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/56/?format=api",
                    "name": "PE-6 EVA 2",
                    "start": "1986-05-31T04:57:00Z",
                    "end": "1986-05-31T09:57:00Z",
                    "duration": "PT5H",
                    "location": "Salyut 7"
                }
            ]
        },
        {
            "id": 7,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/7/?format=api",
            "name": "Mir EO-1",
            "start": "1986-03-13T12:33:00Z",
            "end": "1986-07-16T12:34:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 5,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/5/?format=api",
                "name": "Mir",
                "image": {
                    "id": 1943,
                    "name": "[AUTO] Mir - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194215.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 133,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/133/?format=api",
            "name": "Salyut 7 EP-5",
            "start": "1985-09-17T12:38:52Z",
            "end": "1985-09-26T09:51:58Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 15,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                "name": "Salyut 7",
                "image": {
                    "id": 1950,
                    "name": "[AUTO] Salyut 7 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 134,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/134/?format=api",
            "name": "Salyut 7 EO-4-2",
            "start": "1985-09-17T12:38:52Z",
            "end": "1985-11-21T10:31:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 15,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/15/?format=api",
                "name": "Salyut 7",
                "image": {
                    "id": 1950,
                    "name": "[AUTO] Salyut 7 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25207_image_20190318100217.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194227.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": []
        }
    ]
}