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=20&ordering=end
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=30&ordering=end",
    "previous": "https://lldev.thespacedevs.com/2.3.0/expeditions/?format=api&limit=10&offset=10&ordering=end",
    "results": [
        {
            "id": 108,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/108/?format=api",
            "name": "Salyut 6 EO-3",
            "start": "1979-02-25T11:53:49Z",
            "end": "1979-08-19T12:29:26Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 14,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/14/?format=api",
                "name": "Salyut 6",
                "image": {
                    "id": 1946,
                    "name": "[AUTO] Salyut 6 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "response_mode": "list",
                    "id": 43,
                    "url": "https://lldev.thespacedevs.com/2.3.0/spacewalks/43/?format=api",
                    "name": "PE-3 EVA",
                    "start": "1979-08-15T14:16:00Z",
                    "end": "1979-08-15T15:39:00Z",
                    "duration": "PT1H23M",
                    "location": "Salyut 6"
                }
            ]
        },
        {
            "id": 111,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/111/?format=api",
            "name": "Salyut 6 EP-5",
            "start": "1980-05-26T18:20:39Z",
            "end": "1980-06-03T15:06:24Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 13,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/13/?format=api",
                "name": "Salyut 5",
                "image": {
                    "id": 1942,
                    "name": "[AUTO] Salyut 5 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25205_image_20190318095611.png",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194213.png",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 112,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/112/?format=api",
            "name": "Salyut 6 EP-6",
            "start": "1980-06-05T14:19:29Z",
            "end": "1980-06-09T12:39:00Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 14,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/14/?format=api",
                "name": "Salyut 6",
                "image": {
                    "id": 1946,
                    "name": "[AUTO] Salyut 6 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 113,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/113/?format=api",
            "name": "Salyut 6 EP-7",
            "start": "1980-07-23T18:33:02Z",
            "end": "1980-07-31T15:15:03Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 14,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/14/?format=api",
                "name": "Salyut 6",
                "image": {
                    "id": 1946,
                    "name": "[AUTO] Salyut 6 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 114,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/114/?format=api",
            "name": "Salyut 6 EP-8",
            "start": "1980-09-18T19:11:04Z",
            "end": "1980-09-26T15:54:28Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 14,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/14/?format=api",
                "name": "Salyut 6",
                "image": {
                    "id": 1946,
                    "name": "[AUTO] Salyut 6 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 110,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/110/?format=api",
            "name": "Salyut 6 EO-4",
            "start": "1980-04-09T13:38:21Z",
            "end": "1980-10-11T09:49:57Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 14,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/14/?format=api",
                "name": "Salyut 6",
                "image": {
                    "id": 1946,
                    "name": "[AUTO] Salyut 6 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 115,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/115/?format=api",
            "name": "Salyut 6 EO-5",
            "start": "1980-11-27T14:18:28Z",
            "end": "1980-12-10T09:26:10Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 14,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/14/?format=api",
                "name": "Salyut 6",
                "image": {
                    "id": 1946,
                    "name": "[AUTO] Salyut 6 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 117,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/117/?format=api",
            "name": "Salyut 6 EP-9",
            "start": "1981-03-21T14:58:55Z",
            "end": "1981-03-30T11:40:58Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 14,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/14/?format=api",
                "name": "Salyut 6",
                "image": {
                    "id": 1946,
                    "name": "[AUTO] Salyut 6 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 118,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/118/?format=api",
            "name": "Salyut 6 EP-10",
            "start": "1981-05-14T17:16:38Z",
            "end": "1981-05-22T13:58:30Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 14,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/14/?format=api",
                "name": "Salyut 6",
                "image": {
                    "id": 1946,
                    "name": "[AUTO] Salyut 6 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 116,
            "url": "https://lldev.thespacedevs.com/2.3.0/expeditions/116/?format=api",
            "name": "Salyut 6 EO-6",
            "start": "1981-03-12T19:00:10Z",
            "end": "1981-05-26T12:37:34Z",
            "response_mode": "normal",
            "spacestation": {
                "id": 14,
                "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/14/?format=api",
                "name": "Salyut 6",
                "image": {
                    "id": 1946,
                    "name": "[AUTO] Salyut 6 - image",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg",
                    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194219.jpeg",
                    "credit": null,
                    "license": {
                        "id": 1,
                        "name": "Unknown",
                        "priority": 9,
                        "link": null
                    },
                    "single_use": true,
                    "variants": []
                },
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "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",
                "type": {
                    "id": 2,
                    "name": "Government"
                }
            },
            "mission_patches": [],
            "spacewalks": []
        }
    ]
}