Modes

Levels of detail in the response - list, normal, detailed

Example - /spacewalks/?mode=list

Filters

Parameters - astronaut__ids, day, end, end__gt, end__gte, end__lt, end__lte, event__ids, id, ids, launch__ids, month, name, name__contains, owner__ids, program__ids, program__name, program__name__contains, spacestation__ids, start__gt, start__gte, start__lt, start__lte, year

Example - /spacewalks/?program__name=Apollo

Fields searched - crew__astronaut__name, location, name, program__name

Example - /spacewalks/?search=Hubble

Ordering

Fields - duration, end, id, name, start

Example - /spacewalks/?ordering=-duration

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /spacewalks/?limit=2

Format

Switch to JSON output - /spacewalks/?format=json

Help

Find all the FAQs and support links on the documentation homepage - ll.thespacedevs.com/docs

GET /2.3.0/spacewalks/43/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "response_mode": "detailed",
  "id": 43,
  "url": "https://ll.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",
  "crew": [
    {
      "id": 3853,
      "role": {
        "id": 33,
        "role": "EV1",
        "priority": 0
      },
      "astronaut": {
        "id": 238,
        "url": "https://ll.thespacedevs.com/2.3.0/astronauts/238/?format=api",
        "name": "Valery Ryumin",
        "status": {
          "id": 2,
          "name": "Retired"
        },
        "agency": {
          "response_mode": "list",
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "abbrev": "RFSA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "image": {
          "id": 594,
          "name": "[AUTO] Valery Ryumin - image",
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/valery2520ryumin_image_20181201214505.jpg",
          "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305190248.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        },
        "response_mode": "list",
        "type": {
          "id": 2,
          "name": "Government"
        },
        "in_space": false,
        "time_in_space": "P371DT17H25M33S",
        "eva_time": "PT1H23M",
        "age": 86,
        "date_of_birth": "1939-08-16",
        "date_of_death": null,
        "nationality": [
          {
            "id": 5,
            "name": "Russia",
            "alpha_2_code": "RU",
            "alpha_3_code": "RUS",
            "nationality_name": "Russian",
            "nationality_name_composed": "Russo"
          }
        ],
        "bio": "Valery Victorovich Ryumin (born August 16, 1939 in Komsomolsk-on-Amur) is a former Soviet cosmonaut.\r\nIn 1973, he joined the RSC Energia cosmonaut corps. A veteran of three space flights, Ryumin has logged a total of 362 days in space. In 1977, he spent 2 days aboard Soyuz-25, in 1979, he spent 175 days aboard Soyuz vehicles and the Salyut-6 space station, and in 1980, he spent 185 days aboard Soyuz vehicles and the Salyut-6 space station.\r\nIn January 1998, NASA announced Ryumin's selection to the crew of STS-91. Ryumin served aboard STS-91 Discovery (June 2–12, 1998) the 9th and final Shuttle-Mir docking mission, concluding the joint U.S./Russian Phase I Program. The STS-91 mission was accomplished in 154 Earth orbits, traveling 3.8 million miles in 235 hours and 54 seconds.",
        "wiki": "https://en.wikipedia.org/wiki/Valery_Ryumin",
        "last_flight": "1998-06-02T22:06:24Z",
        "first_flight": "1977-10-09T02:40:35Z",
        "social_media_links": []
      }
    },
    {
      "id": 3854,
      "role": {
        "id": 34,
        "role": "EV2",
        "priority": 1
      },
      "astronaut": {
        "id": 187,
        "url": "https://ll.thespacedevs.com/2.3.0/astronauts/187/?format=api",
        "name": "Vladimir Lyakhov",
        "status": {
          "id": 11,
          "name": "Deceased"
        },
        "agency": {
          "response_mode": "list",
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "abbrev": "RFSA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        "image": {
          "id": 306,
          "name": "[AUTO] Vladimir Lyakhov - image",
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vladimir2520lyakhov_image_20181130000114.jpg",
          "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305185507.jpeg",
          "credit": null,
          "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
          },
          "single_use": true,
          "variants": []
        },
        "response_mode": "list",
        "type": {
          "id": 2,
          "name": "Government"
        },
        "in_space": false,
        "time_in_space": "P333DT7H47M46S",
        "eva_time": "PT7H7M",
        "age": 76,
        "date_of_birth": "1941-07-20",
        "date_of_death": "2018-04-19",
        "nationality": [
          {
            "id": 5,
            "name": "Russia",
            "alpha_2_code": "RU",
            "alpha_3_code": "RUS",
            "nationality_name": "Russian",
            "nationality_name_composed": "Russo"
          }
        ],
        "bio": "Vladimir Afanasyevich Lyakhov (Russian: Влади́мир Афана́сьевич Ля́хов; 20 July 1941 – 19 April 2018) was a Russian Soviet cosmonaut.\r\n\r\nHe was selected as cosmonaut on 5 May 1967, and retired on 7 September 1994. Lyakhov was the Commander on Soyuz 32, Soyuz T-9, and Soyuz TM-6, and spent 333 days, 7 hours, 47 minutes in space.",
        "wiki": "https://en.wikipedia.org/wiki/Vladimir_Lyakhov",
        "last_flight": "1988-08-29T04:23:11Z",
        "first_flight": "1979-02-25T11:53:49Z",
        "social_media_links": []
      }
    }
  ],
  "spacestation": {
    "id": 14,
    "url": "https://ll.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"
    }
  },
  "expedition": {
    "id": 108,
    "url": "https://ll.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",
    "spacestation": {
      "id": 14,
      "url": "https://ll.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": []
  },
  "spacecraft_flight": null,
  "event": null,
  "program": [
    {
      "response_mode": "normal",
      "id": 23,
      "url": "https://ll.thespacedevs.com/2.3.0/programs/23/?format=api",
      "name": "Salyut",
      "image": {
        "id": 1900,
        "name": "[AUTO] Salyut - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194103.png",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme",
      "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": [
        {
          "response_mode": "list",
          "id": 66,
          "url": "https://ll.thespacedevs.com/2.3.0/agencies/66/?format=api",
          "name": "Soviet Space Program",
          "abbrev": "CCCP",
          "type": {
            "id": 1,
            "name": "Government"
          }
        }
      ],
      "start_date": "1971-04-19T01:40:00Z",
      "end_date": "1986-07-16T12:34:05Z",
      "mission_patches": [],
      "type": {
        "id": 2,
        "name": "Human Spaceflight"
      }
    }
  ]
}