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/41/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 41,
  "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/41/?format=api",
  "name": "PE-1 EVA",
  "start": "1977-12-19T21:36:00Z",
  "end": "1977-12-19T23:04:00Z",
  "duration": "PT1H28M",
  "location": "Salyut 6",
  "crew": [
    {
      "id": 3849,
      "role": {
        "id": 33,
        "role": "EV1",
        "priority": 0
      },
      "astronaut": {
        "id": 234,
        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/234/?format=api",
        "name": "Yury Romanenko",
        "type": {
          "id": 2,
          "name": "Government"
        },
        "in_space": false,
        "time_in_space": "P430DT18H21M30S",
        "status": {
          "id": 2,
          "name": "Retired"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "date_of_birth": "1944-08-01",
        "date_of_death": null,
        "nationality": "Russian",
        "twitter": null,
        "instagram": null,
        "bio": "Yury Viktorovich Romanenko (Russian: Ю́рий Ви́кторович Романе́нко, Jurij Viktorovič Romanenko; born August 1, 1944) is a former Soviet cosmonaut, twice Hero of the Soviet Union (March 16, 1978 and September 26, 1980). Over his career, Yury Romanenko spent a total of 430 days 20 hours 21 minutes 30 seconds in space and 18 hours in space walks. In 1987 he was a resident of the Mir space station, launching on Soyuz TM-2 and landing aboard Soyuz TM-3. He remained on Mir for 326 days that was the longest stay in space at that time. His son, Roman Romanenko is also a cosmonaut, and has become the third second-generation space traveler on Soyuz TMA-15 in May 2009.",
        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/yury2520romanenko_image_20181201213833.jpeg",
        "wiki": "https://en.wikipedia.org/wiki/Yury_Romanenko",
        "last_flight": "1987-02-05T21:38:16Z",
        "first_flight": "1977-12-10T01:18:40Z"
      }
    },
    {
      "id": 3850,
      "role": {
        "id": 34,
        "role": "EV2",
        "priority": 1
      },
      "astronaut": {
        "id": 116,
        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/116/?format=api",
        "name": "Georgy Grechko",
        "type": {
          "id": 2,
          "name": "Government"
        },
        "in_space": false,
        "time_in_space": "P134DT20H32M58S",
        "status": {
          "id": 11,
          "name": "Deceased"
        },
        "agency": {
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "type": "Government"
        },
        "date_of_birth": "1931-05-25",
        "date_of_death": "2017-04-08",
        "nationality": "Russian",
        "twitter": null,
        "instagram": null,
        "bio": "Georgy Mikhaylovich Grechko (Russian: Георгий Михайлович Гречко; 25 May 1931 – 8 April 2017) was a Soviet cosmonaut who flew on several space flights including Soyuz 17, Soyuz 26, and Soyuz T-14.",
        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/georgy2520grechko_image_20181128233337.jpg",
        "wiki": "https://en.wikipedia.org/wiki/Georgy_Grechko",
        "last_flight": "1985-09-17T12:38:52Z",
        "first_flight": "1975-01-10T21:43:37Z"
      }
    }
  ],
  "spacestation": {
    "id": 14,
    "url": "https://ll.thespacedevs.com/2.2.0/spacestation/14/?format=api",
    "name": "Salyut 6",
    "status": {
      "id": 2,
      "name": "De-Orbited"
    },
    "founded": "1977-09-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",
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg"
  },
  "expedition": {
    "id": 102,
    "url": "https://ll.thespacedevs.com/2.2.0/expedition/102/?format=api",
    "name": "Salyut 6 EO-1",
    "start": "1977-12-10T01:18:39Z",
    "end": "1978-03-16T11:18:47Z",
    "spacestation": {
      "id": 14,
      "url": "https://ll.thespacedevs.com/2.2.0/spacestation/14/?format=api",
      "name": "Salyut 6",
      "status": {
        "id": 2,
        "name": "De-Orbited"
      },
      "orbit": "Low Earth Orbit",
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut25206_image_20190318095930.jpg"
    },
    "mission_patches": []
  },
  "spacecraft_flight": null,
  "event": null,
  "program": [
    {
      "id": 23,
      "url": "https://ll.thespacedevs.com/2.2.0/program/23/?format=api",
      "name": "Salyut",
      "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
      "agencies": [
        {
          "id": 66,
          "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
          "name": "Soviet Space Program",
          "type": "Government"
        }
      ],
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
      "start_date": "1971-04-19T01:40:00Z",
      "end_date": "1986-07-16T12:34:05Z",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme",
      "mission_patches": [],
      "type": {
        "id": 2,
        "name": "Human Spaceflight"
      }
    }
  ]
}