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=140&ordering=-id
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=150&ordering=-id",
    "previous": "https://lldev.thespacedevs.com/2.3.0/expeditions/?format=api&limit=10&offset=130&ordering=-id",
    "results": [
        {
            "id": 20,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/20/?format=api",
            "name": "Mir EO-14",
            "start": "1993-07-01T14:32:00Z",
            "end": "1994-01-14T08:18: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": 90,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/90/?format=api",
                    "name": "PE-14 EVA 1",
                    "start": "1993-09-16T05:57:00Z",
                    "end": "1993-09-16T10:16:00Z",
                    "duration": "PT4H19M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 91,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/91/?format=api",
                    "name": "PE-14 EVA 2",
                    "start": "1993-09-20T03:51:50Z",
                    "end": "1993-09-20T07:05:40Z",
                    "duration": "PT3H13M50S",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 92,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/92/?format=api",
                    "name": "PE-14 EVA 3",
                    "start": "1993-09-28T00:57:00Z",
                    "end": "1993-09-28T02:48:00Z",
                    "duration": "PT1H51M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 93,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/93/?format=api",
                    "name": "PE-14 EVA 4",
                    "start": "1993-10-22T15:47:00Z",
                    "end": "1993-10-22T16:25:00Z",
                    "duration": "PT38M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 94,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/94/?format=api",
                    "name": "PE-14 EVA 5",
                    "start": "1993-10-29T13:38:00Z",
                    "end": "1993-10-29T17:50:00Z",
                    "duration": "PT4H12M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 19,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/19/?format=api",
            "name": "Mir EO-13",
            "start": "1993-01-24T05:58:00Z",
            "end": "1993-07-22T06:41: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": 88,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/88/?format=api",
                    "name": "PE-13 EVA 1",
                    "start": "1993-04-19T17:15:00Z",
                    "end": "1993-04-19T22:40:00Z",
                    "duration": "PT5H25M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 89,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/89/?format=api",
                    "name": "PE-13 EVA 2",
                    "start": "1993-06-18T17:25:00Z",
                    "end": "1993-06-18T21:58:00Z",
                    "duration": "PT4H33M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 18,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/18/?format=api",
            "name": "Mir EO-12",
            "start": "1992-07-27T06:08:00Z",
            "end": "1993-02-01T03:49: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": 87,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/87/?format=api",
                    "name": "PE-12 EVA 4",
                    "start": "1992-09-15T07:49:00Z",
                    "end": "1992-09-15T11:22:00Z",
                    "duration": "PT3H33M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 84,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/84/?format=api",
                    "name": "PE-12 EVA 1",
                    "start": "1992-09-03T13:32:00Z",
                    "end": "1992-09-03T17:28:00Z",
                    "duration": "PT3H56M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 85,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/85/?format=api",
                    "name": "PE-12 EVA 2",
                    "start": "1992-09-07T11:47:00Z",
                    "end": "1992-09-07T16:55:00Z",
                    "duration": "PT5H8M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 86,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/86/?format=api",
                    "name": "PE-12 EVA 3",
                    "start": "1992-09-11T10:06:00Z",
                    "end": "1992-09-11T15:50:00Z",
                    "duration": "PT5H44M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 17,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/17/?format=api",
            "name": "Mir EO-11",
            "start": "1992-03-17T10:54:00Z",
            "end": "1992-08-10T01:05: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": 83,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/83/?format=api",
                    "name": "PE-11 EVA",
                    "start": "1992-07-08T12:38:00Z",
                    "end": "1992-07-08T14:41:00Z",
                    "duration": "PT2H3M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 16,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/16/?format=api",
            "name": "Mir EO-10",
            "start": "1991-10-02T05:59:00Z",
            "end": "1992-03-25T08:51: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": 82,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/82/?format=api",
                    "name": "PE-10 EVA",
                    "start": "1992-02-20T20:09:00Z",
                    "end": "1992-02-21T00:21:00Z",
                    "duration": "PT4H12M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 15,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/15/?format=api",
            "name": "Mir EO-9",
            "start": "1991-05-18T12:50:00Z",
            "end": "1991-10-10T04:12: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": 76,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/76/?format=api",
                    "name": "PE-9 EVA 1",
                    "start": "1991-06-24T21:11:00Z",
                    "end": "1991-06-25T02:09:00Z",
                    "duration": "PT4H58M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 77,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/77/?format=api",
                    "name": "PE-9 EVA 2",
                    "start": "1991-06-28T19:02:00Z",
                    "end": "1991-06-28T22:26:00Z",
                    "duration": "PT3H24M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 78,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/78/?format=api",
                    "name": "PE-9 EVA 3",
                    "start": "1991-07-15T11:45:00Z",
                    "end": "1991-07-15T17:41:00Z",
                    "duration": "PT5H56M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 79,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/79/?format=api",
                    "name": "PE-9 EVA 4",
                    "start": "1991-07-19T11:10:00Z",
                    "end": "1991-07-19T16:38:00Z",
                    "duration": "PT5H28M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 80,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/80/?format=api",
                    "name": "PE-9 EVA 5",
                    "start": "1991-07-23T09:15:00Z",
                    "end": "1991-07-23T14:57:00Z",
                    "duration": "PT5H42M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 81,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/81/?format=api",
                    "name": "PE-9 EVA 6",
                    "start": "1991-07-27T08:44:00Z",
                    "end": "1991-07-27T15:33:00Z",
                    "duration": "PT6H49M",
                    "location": "Mir"
                }
            ]
        },
        {
            "id": 14,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/14/?format=api",
            "name": "Mir EO-8",
            "start": "1990-12-02T08:13:00Z",
            "end": "1991-05-26T10:04: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": 72,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/72/?format=api",
                    "name": "PE-8 EVA 1",
                    "start": "1991-01-07T17:03:00Z",
                    "end": "1991-01-07T22:21:00Z",
                    "duration": "PT5H18M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 73,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/73/?format=api",
                    "name": "PE-8 EVA 2",
                    "start": "1991-01-23T10:59:00Z",
                    "end": "1991-01-23T16:32:00Z",
                    "duration": "PT5H33M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 74,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/74/?format=api",
                    "name": "PE-8 EVA 3",
                    "start": "1991-01-26T09:00:00Z",
                    "end": "1991-01-26T15:20:00Z",
                    "duration": "PT6H20M",
                    "location": "Mir"
                },
                {
                    "response_mode": "list",
                    "id": 75,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/75/?format=api",
                    "name": "PE-8 EVA 4",
                    "start": "1991-04-25T20:29:00Z",
                    "end": "1991-04-26T00:03:00Z",
                    "duration": "PT3H34M",
                    "location": "Mir"
                }
            ]
        },
        {
            "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"
                }
            ]
        }
    ]
}