API endpoint that allows all Events to be viewed.

GET: Return a list of all Events

SEARCH EXAMPLE: /2.0.0/event/?search=Dragon Searches through name

GET /2.0.0/event/?format=api&offset=1000
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 1178,
  "next": "https://lldev.thespacedevs.com/2.0.0/event/?format=api&limit=10&offset=1010",
  "previous": "https://lldev.thespacedevs.com/2.0.0/event/?format=api&limit=10&offset=990",
  "results": [
    {
      "id": 1178,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/1178/?format=api",
      "slug": "spacex-crew-9-crew-dragon-splashdown",
      "name": "SpaceX Crew-9 Crew Dragon Splashdown",
      "type": {
        "id": 9,
        "name": "Spacecraft Landing"
      },
      "description": "The Crew-9 Crew Dragon will splashdown in the Gulf of Mexico, bringing four astronauts back to Earth after spending six to nine months on the International Space Station.",
      "location": "Gulf of Mexico, southwest of Pensacola, FL, USA",
      "news_url": null,
      "video_url": "https://www.youtube.com/watch?v=IDYt1l_7UvU",
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200718140927.jpg",
      "date": "2025-03-18T21:57:00Z",
      "launches": [],
      "expeditions": [],
      "spacestations": [
        {
          "id": 4,
          "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/4/?format=api",
          "name": "International Space Station",
          "status": {
            "id": 1,
            "name": "Active"
          },
          "founded": "1998-11-20",
          "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
          "orbit": "Low Earth Orbit",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
        }
      ],
      "program": [
        {
          "id": 5,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/5/?format=api",
          "name": "Commercial Crew Program",
          "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
          "agencies": [
            {
              "id": 80,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/80/?format=api",
              "name": "Boeing",
              "type": "Commercial"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
          "start_date": "2011-04-18T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program"
        },
        {
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/17/?format=api",
          "name": "International Space Station",
          "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
          "agencies": [
            {
              "id": 16,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
          "start_date": "1998-11-20T06:40:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme"
        }
      ]
    },
    {
      "id": 1182,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/1182/?format=api",
      "slug": "spacex-crew-9-post-flight-news-conference",
      "name": "SpaceX Crew-9 Post-Flight News Conference",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "After completing a long-duration stay aboard the International Space Station, NASA’s SpaceX Crew-9 astronauts will discuss their science mission during a postflight news conference at the agency’s Johnson Space Center in Houston. NASA astronauts Nick Hague, Suni Williams, and Butch Wilmore will answer questions about their time in space. The three NASA crew members and Roscosmos cosmonaut Aleksandr Gorbunov returned to Earth on March 18. Gorbunov will not participate in the news conference because of his travel schedule.",
      "location": "Johnson Space Center, Houston",
      "news_url": "https://www.nasa.gov/news-release/nasas-spacex-crew-9-astronauts-to-discuss-science-mission/",
      "video_url": "https://www.youtube.com/watch?v=Nm6S_DD3F04",
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew-9_crew_in__image_20250226165033.jpg",
      "date": "2025-03-31T18:30:00Z",
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": [
        {
          "id": 5,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/5/?format=api",
          "name": "Commercial Crew Program",
          "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
          "agencies": [
            {
              "id": 80,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/80/?format=api",
              "name": "Boeing",
              "type": "Commercial"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
          "start_date": "2011-04-18T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program"
        }
      ]
    },
    {
      "id": 1508,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/1508/?format=api",
      "slug": "chris-williams-post-flight-news-conference",
      "name": "Chris Williams Post-Flight News Conference",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "NASA astronaut Chris Williams will recap his recent mission aboard the International Space Station during a news conference from the agency’s Johnson Space Center in Houston.",
      "location": "Johnson Space Center, Houston, TX, USA",
      "news_url": "https://www.nasa.gov/news-release/nasa-astronaut-chris-williams-to-discuss-space-station-mission/",
      "video_url": "https://www.youtube.com/watch?v=mpWTcLv72oE",
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chris_williams__image_20260728083641.jpg",
      "date": "2026-08-04T18:45:00Z",
      "launches": [
        {
          "id": "40beac6e-ce8e-4481-8cf9-56d1d9c48804",
          "url": "https://lldev.thespacedevs.com/2.0.0/launch/40beac6e-ce8e-4481-8cf9-56d1d9c48804/?format=api",
          "launch_library_id": null,
          "slug": "soyuz-21a-soyuz-ms-28",
          "name": "Soyuz 2.1a | Soyuz MS-28",
          "status": {
            "id": 3,
            "name": "Success"
          },
          "net": "2025-11-27T09:27:57Z",
          "window_end": "2025-11-27T09:27:57Z",
          "window_start": "2025-11-27T09:27:57Z",
          "inhold": false,
          "tbdtime": false,
          "tbddate": false,
          "probability": null,
          "holdreason": "",
          "failreason": "",
          "hashtag": null,
          "launch_service_provider": {
            "id": 63,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "type": "Government"
          },
          "rocket": {
            "id": 8428,
            "configuration": {
              "id": 24,
              "launch_library_id": 49,
              "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/24/?format=api",
              "name": "Soyuz 2.1a",
              "family": "Soyuz",
              "full_name": "Soyuz 2.1a",
              "variant": ""
            }
          },
          "mission": {
            "id": 7017,
            "launch_library_id": null,
            "name": "Soyuz MS-28",
            "description": "Soyuz MS-28 will carry three cosmonauts and one astronaut to the International Space Station aboard the Soyuz spacecraft from the Baikonur Cosmodrome in Kazakhstan. The crew consists of Roscosmos cosmonauts Sergei Kud-Sverchkov, Sergei Mikayev and Oleg Platonov.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
              "id": 8,
              "name": "Low Earth Orbit",
              "abbrev": "LEO"
            }
          },
          "pad": {
            "id": 20,
            "url": "https://lldev.thespacedevs.com/2.0.0/pad/20/?format=api",
            "agency_id": null,
            "name": "31/6",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
            "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
            "latitude": "45.996034",
            "longitude": "63.564003",
            "location": {
              "id": 15,
              "url": "https://lldev.thespacedevs.com/2.0.0/location/15/?format=api",
              "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
              "country_code": "KAZ",
              "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
              "total_launch_count": 1564,
              "total_landing_count": 0
            },
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
            "total_launch_count": 429
          },
          "webcast_live": false,
          "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
          "infographic": null,
          "program": [
            {
              "id": 17,
              "url": "https://lldev.thespacedevs.com/2.0.0/program/17/?format=api",
              "name": "International Space Station",
              "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
              "agencies": [
                {
                  "id": 16,
                  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/16/?format=api",
                  "name": "Canadian Space Agency",
                  "type": "Government"
                },
                {
                  "id": 27,
                  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api",
                  "name": "European Space Agency",
                  "type": "Multinational"
                },
                {
                  "id": 37,
                  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
                  "name": "Japan Aerospace Exploration Agency",
                  "type": "Government"
                },
                {
                  "id": 44,
                  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
                  "name": "National Aeronautics and Space Administration",
                  "type": "Government"
                },
                {
                  "id": 63,
                  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
                  "name": "Russian Federal Space Agency (ROSCOSMOS)",
                  "type": "Government"
                }
              ],
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
              "start_date": "1998-11-20T06:40:00Z",
              "end_date": null,
              "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
              "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme"
            },
            {
              "id": 8,
              "url": "https://lldev.thespacedevs.com/2.0.0/program/8/?format=api",
              "name": "Soyuz",
              "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
              "agencies": [
                {
                  "id": 63,
                  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
                  "name": "Russian Federal Space Agency (ROSCOSMOS)",
                  "type": "Government"
                },
                {
                  "id": 66,
                  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
                  "name": "Soviet Space Program",
                  "type": "Government"
                }
              ],
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
              "start_date": "1966-11-28T11:02:00Z",
              "end_date": null,
              "info_url": null,
              "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme"
            }
          ]
        }
      ],
      "expeditions": [
        {
          "id": 165,
          "url": "https://lldev.thespacedevs.com/2.0.0/expedition/165/?format=api",
          "name": "Expedition 74",
          "start": "2025-12-09T01:41:00Z",
          "end": "2026-07-26T07:02:00Z",
          "spacestation": {
            "id": 4,
            "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/4/?format=api",
            "name": "International Space Station",
            "status": {
              "id": 1,
              "name": "Active"
            },
            "orbit": "Low Earth Orbit",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
          }
        }
      ],
      "spacestations": [
        {
          "id": 4,
          "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/4/?format=api",
          "name": "International Space Station",
          "status": {
            "id": 1,
            "name": "Active"
          },
          "founded": "1998-11-20",
          "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
          "orbit": "Low Earth Orbit",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
        }
      ],
      "program": [
        {
          "id": 8,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/8/?format=api",
          "name": "Soyuz",
          "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
          "agencies": [
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            {
              "id": 66,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
          "start_date": "1966-11-28T11:02:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme"
        },
        {
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/17/?format=api",
          "name": "International Space Station",
          "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
          "agencies": [
            {
              "id": 16,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
          "start_date": "1998-11-20T06:40:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme"
        }
      ]
    },
    {
      "id": 1493,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/1493/?format=api",
      "slug": "nasa-moon-base-progress-teleconference",
      "name": "NASA Moon Base Progress Teleconference",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "NASA Administrator Jared Isaacman will host a virtual conversation to share updates to NASA’s plans to build a Moon Base on the lunar surface.\r\n\r\nAdministrator Isaacman and Carlos García-Galán, Moon Base program manager, will discuss the next set of awards for new lunar lander missions and preview upcoming opportunities as the agency works toward building a sustained presence on the Moon.",
      "location": "Online",
      "news_url": "https://www.nasa.gov/news-release/nasa-to-share-latest-moon-base-mission-progress/",
      "video_url": "https://www.youtube.com/watch?v=jXTBJz5MGbA",
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/astronauts_work_image_20260521065007.jpg",
      "date": "2026-06-30T18:30:00Z",
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": [
        {
          "id": 15,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/15/?format=api",
          "name": "Artemis",
          "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region.",
          "agencies": [
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
          "start_date": "2017-12-11T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/specials/artemis/",
          "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program"
        }
      ]
    },
    {
      "id": 1185,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/1185/?format=api",
      "slug": "soyuz-ms-27-hatch-opening",
      "name": "Soyuz MS-27 Hatch Opening",
      "type": {
        "id": 12,
        "name": "Hatch Opening"
      },
      "description": "Coverage of the hatch opening and welcoming remarks by the Soyuz MS-27 crew on the International Space Station as they join the Expedition 72 crew",
      "location": "International Space Station",
      "news_url": null,
      "video_url": "https://www.youtube.com/watch?v=83VU509bbKQ",
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
      "date": "2025-04-08T11:20:00Z",
      "launches": [],
      "expeditions": [
        {
          "id": 160,
          "url": "https://lldev.thespacedevs.com/2.0.0/expedition/160/?format=api",
          "name": "Expedition 72",
          "start": "2024-09-23T08:36:30Z",
          "end": "2025-04-19T21:57:33Z",
          "spacestation": {
            "id": 4,
            "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/4/?format=api",
            "name": "International Space Station",
            "status": {
              "id": 1,
              "name": "Active"
            },
            "orbit": "Low Earth Orbit",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
          }
        }
      ],
      "spacestations": [
        {
          "id": 4,
          "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/4/?format=api",
          "name": "International Space Station",
          "status": {
            "id": 1,
            "name": "Active"
          },
          "founded": "1998-11-20",
          "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
          "orbit": "Low Earth Orbit",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
        }
      ],
      "program": [
        {
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/17/?format=api",
          "name": "International Space Station",
          "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
          "agencies": [
            {
              "id": 16,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
          "start_date": "1998-11-20T06:40:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme"
        }
      ]
    },
    {
      "id": 1188,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/1188/?format=api",
      "slug": "jared-isaacman-senate-nomination-hearing-for-nasa",
      "name": "Jared Isaacman Senate Nomination Hearing for NASA Administrator",
      "type": {
        "id": 28,
        "name": "Public Hearing"
      },
      "description": "Jared Isaacman is set to participate in his confirmation hearing to become the next NASA administrator. The hearing will take place before Sen. Ted Cruz, and the U.S. Senate Committee on Commerce, Science, and Transportation in the Russell Building in Washington.",
      "location": "US Senate",
      "news_url": null,
      "video_url": "https://www.youtube.com/watch?v=tqejrlbfB84",
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_logo_place_image_20240926071724.png",
      "date": "2025-04-09T14:00:00Z",
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": []
    },
    {
      "id": 1184,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/1184/?format=api",
      "slug": "fram2-crew-dragon-splashdown",
      "name": "Fram2 Crew Dragon Splashdown",
      "type": {
        "id": 9,
        "name": "Spacecraft Landing"
      },
      "description": "The Crew Dragon for Fram2 will splashdown in the Pacific Ocean, bringing its crew back to Earth after spending 4 days in orbit.",
      "location": "Pacific Ocean",
      "news_url": null,
      "video_url": "https://www.youtube.com/watch?v=IobQKiU-dNI",
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200718140927.jpg",
      "date": "2025-04-04T16:19:00Z",
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": []
    },
    {
      "id": 1498,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/1498/?format=api",
      "slug": "spacex-crew-13-crew-news-conference",
      "name": "SpaceX Crew-13 Crew News Conference",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "The crew of NASA’s SpaceX Crew-13 mission will participate in a news conference from NASA Johnson Space Center.\r\n\r\nParticipants include:\r\n- Jessica Watkins, commander, NASA\r\n- Luke Delaney, pilot, NASA\r\n- Joshua Kutryk, mission specialist, CSA\r\n- Sergey Teteryatnikov, mission specialist, Roscosmos",
      "location": "Johnson Space Center, Houston, TX, USA",
      "news_url": "https://www.nasa.gov/news-release/nasa-sets-briefings-for-spacex-crew-13-mission-to-space-station/",
      "video_url": "https://www.youtube.com/watch?v=x8344PSeH30",
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew-13_crew_in_image_20260721144524.jpg",
      "date": "2026-08-03T18:00:00Z",
      "launches": [
        {
          "id": "18441371-8b2e-457c-afb5-1ec1b11ab630",
          "url": "https://lldev.thespacedevs.com/2.0.0/launch/18441371-8b2e-457c-afb5-1ec1b11ab630/?format=api",
          "launch_library_id": null,
          "slug": "falcon-9-block-5-crew-13",
          "name": "Falcon 9 Block 5 | Crew-13",
          "status": {
            "id": 1,
            "name": "Go"
          },
          "net": "2026-09-12T22:34:00Z",
          "window_end": "2026-09-12T22:34:00Z",
          "window_start": "2026-09-12T22:34:00Z",
          "inhold": false,
          "tbdtime": false,
          "tbddate": false,
          "probability": null,
          "holdreason": "",
          "failreason": "",
          "hashtag": null,
          "launch_service_provider": {
            "id": 121,
            "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
            "name": "SpaceX",
            "type": "Commercial"
          },
          "rocket": {
            "id": 7600,
            "configuration": {
              "id": 164,
              "launch_library_id": 188,
              "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
              "name": "Falcon 9",
              "family": "Falcon",
              "full_name": "Falcon 9 Block 5",
              "variant": "Block 5"
            }
          },
          "mission": {
            "id": 6043,
            "launch_library_id": null,
            "name": "Crew-13",
            "description": "SpaceX Crew-13 is the thirteenth crewed operational flight of a Crew Dragon spacecraft to the International Space Station as part of NASA's Commercial Crew Program.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
              "id": 8,
              "name": "Low Earth Orbit",
              "abbrev": "LEO"
            }
          },
          "pad": {
            "id": 80,
            "url": "https://lldev.thespacedevs.com/2.0.0/pad/80/?format=api",
            "agency_id": 121,
            "name": "Space Launch Complex 40",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
            "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
            "latitude": "28.56194122",
            "longitude": "-80.57735736",
            "location": {
              "id": 12,
              "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
              "name": "Cape Canaveral SFS, FL, USA",
              "country_code": "USA",
              "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
              "total_launch_count": 1127,
              "total_landing_count": 77
            },
            "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
            "total_launch_count": 399
          },
          "webcast_live": false,
          "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20220301072106.jpeg",
          "infographic": null,
          "program": [
            {
              "id": 17,
              "url": "https://lldev.thespacedevs.com/2.0.0/program/17/?format=api",
              "name": "International Space Station",
              "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
              "agencies": [
                {
                  "id": 16,
                  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/16/?format=api",
                  "name": "Canadian Space Agency",
                  "type": "Government"
                },
                {
                  "id": 27,
                  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api",
                  "name": "European Space Agency",
                  "type": "Multinational"
                },
                {
                  "id": 37,
                  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
                  "name": "Japan Aerospace Exploration Agency",
                  "type": "Government"
                },
                {
                  "id": 44,
                  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
                  "name": "National Aeronautics and Space Administration",
                  "type": "Government"
                },
                {
                  "id": 63,
                  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
                  "name": "Russian Federal Space Agency (ROSCOSMOS)",
                  "type": "Government"
                }
              ],
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
              "start_date": "1998-11-20T06:40:00Z",
              "end_date": null,
              "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
              "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme"
            },
            {
              "id": 5,
              "url": "https://lldev.thespacedevs.com/2.0.0/program/5/?format=api",
              "name": "Commercial Crew Program",
              "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
              "agencies": [
                {
                  "id": 80,
                  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/80/?format=api",
                  "name": "Boeing",
                  "type": "Commercial"
                },
                {
                  "id": 44,
                  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
                  "name": "National Aeronautics and Space Administration",
                  "type": "Government"
                },
                {
                  "id": 121,
                  "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
                  "name": "SpaceX",
                  "type": "Commercial"
                }
              ],
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
              "start_date": "2011-04-18T00:00:00Z",
              "end_date": null,
              "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
              "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program"
            }
          ]
        }
      ],
      "expeditions": [],
      "spacestations": [
        {
          "id": 4,
          "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/4/?format=api",
          "name": "International Space Station",
          "status": {
            "id": 1,
            "name": "Active"
          },
          "founded": "1998-11-20",
          "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
          "orbit": "Low Earth Orbit",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
        }
      ],
      "program": [
        {
          "id": 5,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/5/?format=api",
          "name": "Commercial Crew Program",
          "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
          "agencies": [
            {
              "id": 80,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/80/?format=api",
              "name": "Boeing",
              "type": "Commercial"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
          "start_date": "2011-04-18T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program"
        },
        {
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/17/?format=api",
          "name": "International Space Station",
          "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
          "agencies": [
            {
              "id": 16,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
          "start_date": "1998-11-20T06:40:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme"
        }
      ]
    },
    {
      "id": 1186,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/1186/?format=api",
      "slug": "iss-expedition-72-73-change-of-command-ceremony",
      "name": "ISS Expedition 72-73 Change of Command Ceremony",
      "type": {
        "id": 15,
        "name": "Change of Command"
      },
      "description": "ROSCOSMOS cosmonaut Aleksey Ovchinin, Expedition 72 commander, will hand over the International Space Station command to JAXA astronaut Takuya Onishi who will become commander of Expedition 73.",
      "location": "International Space Station",
      "news_url": null,
      "video_url": "https://plus.nasa.gov/scheduled-video/international-space-station-change-of-command-ceremony-2/",
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/iss_expedition__image_20250219135937.jpg",
      "date": "2025-04-18T18:40:00Z",
      "launches": [],
      "expeditions": [
        {
          "id": 160,
          "url": "https://lldev.thespacedevs.com/2.0.0/expedition/160/?format=api",
          "name": "Expedition 72",
          "start": "2024-09-23T08:36:30Z",
          "end": "2025-04-19T21:57:33Z",
          "spacestation": {
            "id": 4,
            "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/4/?format=api",
            "name": "International Space Station",
            "status": {
              "id": 1,
              "name": "Active"
            },
            "orbit": "Low Earth Orbit",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
          }
        },
        {
          "id": 162,
          "url": "https://lldev.thespacedevs.com/2.0.0/expedition/162/?format=api",
          "name": "Expedition 73",
          "start": "2025-04-19T21:57:33Z",
          "end": "2025-12-09T01:41:00Z",
          "spacestation": {
            "id": 4,
            "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/4/?format=api",
            "name": "International Space Station",
            "status": {
              "id": 1,
              "name": "Active"
            },
            "orbit": "Low Earth Orbit",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
          }
        }
      ],
      "spacestations": [
        {
          "id": 4,
          "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/4/?format=api",
          "name": "International Space Station",
          "status": {
            "id": 1,
            "name": "Active"
          },
          "founded": "1998-11-20",
          "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
          "orbit": "Low Earth Orbit",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
        }
      ],
      "program": [
        {
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/17/?format=api",
          "name": "International Space Station",
          "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
          "agencies": [
            {
              "id": 16,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
          "start_date": "1998-11-20T06:40:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme"
        }
      ]
    },
    {
      "id": 1504,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/1504/?format=api",
      "slug": "us-eva-96",
      "name": "US EVA-96",
      "type": {
        "id": 3,
        "name": "EVA"
      },
      "description": "NASA astronauts Jessica Meir and Anil Menon will install hardware that will modify the station’s 3B power channel and prepare it for the future installation of an International Space Station Roll-Out Solar Array (IROSA), which will provide additional power to support critical station operations, including its safe and controlled deorbit.",
      "location": "International Space Station",
      "news_url": "https://www.nasa.gov/news-release/nasa-to-cover-three-us-spacewalks-host-preview-news-conference/",
      "video_url": "https://www.youtube.com/watch?v=XNKdYbmPKJ8",
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
      "date": "2026-08-06T12:00:00Z",
      "launches": [],
      "expeditions": [
        {
          "id": 168,
          "url": "https://lldev.thespacedevs.com/2.0.0/expedition/168/?format=api",
          "name": "Expedition 75",
          "start": "2026-07-26T07:02:00Z",
          "end": null,
          "spacestation": {
            "id": 4,
            "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/4/?format=api",
            "name": "International Space Station",
            "status": {
              "id": 1,
              "name": "Active"
            },
            "orbit": "Low Earth Orbit",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
          }
        }
      ],
      "spacestations": [
        {
          "id": 4,
          "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/4/?format=api",
          "name": "International Space Station",
          "status": {
            "id": 1,
            "name": "Active"
          },
          "founded": "1998-11-20",
          "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
          "orbit": "Low Earth Orbit",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
        }
      ],
      "program": [
        {
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/17/?format=api",
          "name": "International Space Station",
          "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
          "agencies": [
            {
              "id": 16,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
          "start_date": "1998-11-20T06:40:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme"
        }
      ]
    }
  ]
}