API endpoint that allows Spacewalk instances to be viewed.

GET: Return a list of all the existing spacewalk instances.

FILTERS:

ORDERING:

GET /2.2.0/spacewalks/?format=api&offset=270&ordering=-duration
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 271,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.2.0/spacewalks/?format=api&limit=10&offset=260&ordering=-duration",
    "results": [
        {
            "id": 479,
            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/479/?format=api",
            "name": "Polaris Dawn EVA 2",
            "start": "2024-09-12T11:05:00Z",
            "end": "2024-09-12T11:13:00Z",
            "duration": "PT8M",
            "location": "Low Earth Orbit",
            "crew": [
                {
                    "id": 4991,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 717,
                        "url": "https://lldev.thespacedevs.com/2.2.0/astronaut/717/?format=api",
                        "name": "Sarah Gillis",
                        "type": {
                            "id": 3,
                            "name": "Private"
                        },
                        "in_space": false,
                        "time_in_space": "P4DT22H13M5S",
                        "status": {
                            "id": 3,
                            "name": "In-Training"
                        },
                        "agency": {
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        },
                        "date_of_birth": "1990-01-01",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": "https://twitter.com/Gillis_SarahE",
                        "instagram": null,
                        "bio": "Sarah Gillis is a Lead Space Operations Engineer at SpaceX, responsible for overseeing the company’s astronaut training program. This includes the development of mission-specific curriculum and training execution for both NASA and commercial astronauts who fly aboard the Dragon spacecraft. She prepared NASA astronauts for the Demo-2 and Crew-1 missions as well as directly trained the Inspiration4 astronauts. She is an experienced mission control operator, who has supported real-time operations for Dragon’s cargo resupply missions to and from the International Space Station as a Navigation Officer, and as a crew communicator for Dragon’s human spaceflight missions.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/sarah_gillis_image_20220214140409.jpeg",
                        "wiki": null,
                        "last_flight": "2024-09-10T09:23:49Z",
                        "first_flight": "2024-09-10T09:23:49Z"
                    }
                }
            ]
        }
    ]
}