API endpoint that allows Expeditions to be viewed.

GET:
Return a list of all the existing expeditions.

MODE:
Normal and Detailed
/2.2.0/expedition/?mode=detailed

FILTERS:
Fields - 'name', 'crew__astronaut', 'crew__astronaut__agency', 'space_station'

Get all Expeditions with the Space Station ID of 1.
Example - /2.2.0/expedition/?space_station=1&mode=detailed

Search for all Expeditions with the Astronaut named John
Example - /2.2.0/expedition/?search=John

ORDERING:
Fields - 'id', 'start', 'end'
Order reverse via Start date.
Example - /2.2.0/astronaut/?order=-start

GET /2.2.0/expedition/?format=api&ordering=id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 155,
    "next": "https://ll.thespacedevs.com/2.2.0/expedition/?format=api&limit=10&offset=10&ordering=id",
    "previous": null,
    "results": [
        {
            "id": 2,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/2/?format=api",
            "name": "Skylab II",
            "start": "1973-05-25T13:00:00Z",
            "end": "1973-06-22T13:49:48Z",
            "spacestation": {
                "id": 6,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/6/?format=api",
                "name": "Skylab",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/skylab_image_20190215230143.jpeg"
            },
            "mission_patches": [
                {
                    "id": 737,
                    "name": "Skylab I Patch",
                    "priority": 10,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/skylab_i_patch_20221024013544.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 33,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/33/?format=api",
                    "name": "Skylab II EVA 3",
                    "start": "1973-06-19T10:55:00Z",
                    "end": "1973-06-19T12:31:00Z",
                    "duration": "PT1H36M",
                    "location": "Skylab"
                },
                {
                    "id": 32,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/32/?format=api",
                    "name": "Skylab II EVA 2",
                    "start": "1973-06-07T15:15:00Z",
                    "end": "1973-06-07T18:40:00Z",
                    "duration": "PT3H25M",
                    "location": "Skylab"
                },
                {
                    "id": 31,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/31/?format=api",
                    "name": "Skylab II EVA 1",
                    "start": "1973-05-26T00:40:00Z",
                    "end": "1973-05-26T01:20:00Z",
                    "duration": "PT40M",
                    "location": "Skylab"
                }
            ]
        },
        {
            "id": 3,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/3/?format=api",
            "name": "Skylab III",
            "start": "1973-07-28T11:10:50Z",
            "end": "1973-09-25T22:19:51Z",
            "spacestation": {
                "id": 6,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/6/?format=api",
                "name": "Skylab",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/skylab_image_20190215230143.jpeg"
            },
            "mission_patches": [
                {
                    "id": 738,
                    "name": "Skylab II Patch",
                    "priority": 10,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/skylab_ii_patch_20221024013549.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 36,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/36/?format=api",
                    "name": "Skylab III EVA 3",
                    "start": "1973-09-22T11:18:00Z",
                    "end": "1973-09-22T13:59:00Z",
                    "duration": "PT2H41M",
                    "location": "Skylab"
                },
                {
                    "id": 35,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/35/?format=api",
                    "name": "Skylab III EVA 2",
                    "start": "1973-08-24T16:24:00Z",
                    "end": "1973-08-24T20:55:00Z",
                    "duration": "PT4H31M",
                    "location": "Skylab"
                },
                {
                    "id": 34,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/34/?format=api",
                    "name": "Skylab III EVA 1",
                    "start": "1973-08-06T17:30:00Z",
                    "end": "1973-08-07T00:01:00Z",
                    "duration": "PT6H31M",
                    "location": "Skylab"
                }
            ]
        },
        {
            "id": 4,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/4/?format=api",
            "name": "Skylab IV",
            "start": "1973-11-16T14:01:23Z",
            "end": "1974-02-08T15:16:53Z",
            "spacestation": {
                "id": 6,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/6/?format=api",
                "name": "Skylab",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/skylab_image_20190215230143.jpeg"
            },
            "mission_patches": [
                {
                    "id": 739,
                    "name": "Skylab III Patch",
                    "priority": 10,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/skylab_iii_patch_20221024013553.png",
                    "agency": {
                        "id": 44,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                        "name": "National Aeronautics and Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 40,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/40/?format=api",
                    "name": "Skylab IV EVA 4",
                    "start": "1974-02-03T15:19:00Z",
                    "end": "1974-02-03T20:38:00Z",
                    "duration": "PT5H19M",
                    "location": "Skylab"
                },
                {
                    "id": 39,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/39/?format=api",
                    "name": "Skylab IV EVA 3",
                    "start": "1973-12-29T17:00:00Z",
                    "end": "1973-12-29T20:29:00Z",
                    "duration": "PT3H29M",
                    "location": "Skylab"
                },
                {
                    "id": 38,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/38/?format=api",
                    "name": "Skylab IV EVA 2",
                    "start": "1973-12-25T16:00:00Z",
                    "end": "1973-12-25T23:01:00Z",
                    "duration": "PT7H1M",
                    "location": "Skylab"
                },
                {
                    "id": 37,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/37/?format=api",
                    "name": "Skylab IV EVA 1",
                    "start": "1973-11-22T17:42:00Z",
                    "end": "1973-11-23T00:15:00Z",
                    "duration": "PT6H33M",
                    "location": "Skylab"
                }
            ]
        },
        {
            "id": 5,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/5/?format=api",
            "name": "Soyuz 10",
            "start": "1971-04-23T23:54:06Z",
            "end": "1971-04-24T23:40:00Z",
            "spacestation": {
                "id": 9,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/9/?format=api",
                "name": "Salyut 1",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25201_image_20190217072508.jpeg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 6,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/6/?format=api",
            "name": "Soyuz 11",
            "start": "1971-06-06T04:55:09Z",
            "end": "1971-06-29T23:16:52Z",
            "spacestation": {
                "id": 9,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/9/?format=api",
                "name": "Salyut 1",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/salyut25201_image_20190217072508.jpeg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 7,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/7/?format=api",
            "name": "Mir EO-1",
            "start": "1986-03-13T12:33:00Z",
            "end": "1986-07-16T12:34:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [],
            "spacewalks": []
        },
        {
            "id": 8,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/8/?format=api",
            "name": "Mir EO-2",
            "start": "1987-02-05T21:38:00Z",
            "end": "1987-12-29T09:16:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 59,
                    "url": "https://ll.thespacedevs.com/2.2.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": 58,
                    "url": "https://ll.thespacedevs.com/2.2.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"
                },
                {
                    "id": 57,
                    "url": "https://ll.thespacedevs.com/2.2.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"
                }
            ]
        },
        {
            "id": 9,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/9/?format=api",
            "name": "Mir EO-3",
            "start": "1987-12-21T11:18:00Z",
            "end": "1988-12-21T09:57:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 62,
                    "url": "https://ll.thespacedevs.com/2.2.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"
                },
                {
                    "id": 61,
                    "url": "https://ll.thespacedevs.com/2.2.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": 60,
                    "url": "https://ll.thespacedevs.com/2.2.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"
                }
            ]
        },
        {
            "id": 10,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/10/?format=api",
            "name": "Mir EO-4",
            "start": "1988-11-26T15:49:00Z",
            "end": "1989-04-27T02:57:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 63,
                    "url": "https://ll.thespacedevs.com/2.2.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": 11,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/11/?format=api",
            "name": "Mir EO-5",
            "start": "1989-09-05T21:38:00Z",
            "end": "1990-02-19T04:36:00Z",
            "spacestation": {
                "id": 5,
                "url": "https://ll.thespacedevs.com/2.2.0/spacestation/5/?format=api",
                "name": "Mir",
                "status": {
                    "id": 2,
                    "name": "De-Orbited"
                },
                "orbit": "Low Earth Orbit",
                "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/mir_image_20190218204938.jpeg"
            },
            "mission_patches": [],
            "spacewalks": [
                {
                    "id": 68,
                    "url": "https://ll.thespacedevs.com/2.2.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": 67,
                    "url": "https://ll.thespacedevs.com/2.2.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"
                },
                {
                    "id": 66,
                    "url": "https://ll.thespacedevs.com/2.2.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"
                },
                {
                    "id": 65,
                    "url": "https://ll.thespacedevs.com/2.2.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"
                },
                {
                    "id": 64,
                    "url": "https://ll.thespacedevs.com/2.2.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"
                }
            ]
        }
    ]
}