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

{
  "count": 1160,
  "next": "https://lldev.thespacedevs.com/2.0.0/event/?format=api&limit=10&offset=350",
  "previous": "https://lldev.thespacedevs.com/2.0.0/event/?format=api&limit=10&offset=330",
  "results": [
    {
      "id": 402,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/402/?format=api",
      "slug": "lucy-earth-flyby-3",
      "name": "Lucy Earth Flyby",
      "type": {
        "id": 23,
        "name": "Flyby"
      },
      "description": "Third and final Earth flyby of NASA's Lucy mission to the Trojan asteroids.",
      "location": "Earth",
      "news_url": "https://lucy.swri.edu/timeline.html",
      "video_url": null,
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/lucy_earth_flyb_image_20210930111825.jpg",
      "date": "2030-12-25T00:00:00Z",
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": []
    },
    {
      "id": 1197,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/1197/?format=api",
      "slug": "s35-static-fire-test",
      "name": "S35 Static Fire Test",
      "type": {
        "id": 5,
        "name": "Static Fire"
      },
      "description": "Starship S35 will be static fired in preparation for its launch on IFT-9.",
      "location": "Starbase Texas, USA",
      "news_url": null,
      "video_url": "https://www.youtube.com/watch?v=02oWKnc7Hqs",
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_s24_st_image_20240305172824.jpeg",
      "date": "2025-05-01T04:00:00Z",
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": [
        {
          "id": 1,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/1/?format=api",
          "name": "SpaceX Starship",
          "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
          "agencies": [
            {
              "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/starship_on_the_image_20250111100520.jpg",
          "start_date": "2019-03-01T05:00:00Z",
          "end_date": null,
          "info_url": "https://www.spacex.com/vehicles/starship/",
          "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship"
        }
      ]
    },
    {
      "id": 871,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/871/?format=api",
      "slug": "soyuz-ms-24-hatch-opening",
      "name": "Soyuz MS-24 Hatch Opening",
      "type": {
        "id": 12,
        "name": "Hatch Opening"
      },
      "description": "Coverage of the hatch opening and welcoming remarks by the Soyuz MS-24 crew on the International Space Station as they join the Expedition 69 crew",
      "location": "ISS",
      "news_url": "https://blogs.nasa.gov/spacestation/2023/09/15/soyuz-docks-to-space-station-with-new-crew/",
      "video_url": "https://www.youtube.com/watch?v=7R2DPcT77cM",
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
      "date": "2023-09-15T20:45:00Z",
      "launches": [],
      "expeditions": [
        {
          "id": 155,
          "url": "https://lldev.thespacedevs.com/2.0.0/expedition/155/?format=api",
          "name": "Expedition 70",
          "start": "2023-09-26T13:40:00Z",
          "end": "2024-04-06T03:53:57Z",
          "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": 1101,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/1101/?format=api",
      "slug": "spacex-crs-31-dragon-undocking",
      "name": "SpaceX CRS-31 Dragon Undocking",
      "type": {
        "id": 8,
        "name": "Spacecraft Undocking"
      },
      "description": "The SpaceX CRS-31 Dragon spacecraft will undock from the International Space Station ahead of its reentry, splashdown and recovery.",
      "location": "International Space Station",
      "news_url": null,
      "video_url": "https://www.youtube.com/watch?v=h1_Nkzv0eEQ",
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg",
      "date": "2024-12-16T16:05: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": 11,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/11/?format=api",
          "name": "Commercial Resupply Services",
          "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
          "agencies": [
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 257,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/257/?format=api",
              "name": "Northrop Grumman Space Systems",
              "type": "Commercial"
            },
            {
              "id": 1020,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1020/?format=api",
              "name": "Sierra Nevada Corporation",
              "type": "Commercial"
            },
            {
              "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_20201129212219.png",
          "start_date": "2008-12-23T00:00:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services"
        },
        {
          "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": 260,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/260/?format=api",
      "slug": "tianzhou-2-docking",
      "name": "Tianzhou-2 Docking",
      "type": {
        "id": 2,
        "name": "Docking"
      },
      "description": "The Tianzhou-2 resupply cargo ship successfully docked to the new Chinese Space Station, bringing supplies necessary for the arrival of the first crew onboard Shenzhou-12.",
      "location": "Chinese Space Station",
      "news_url": null,
      "video_url": "https://www.youtube.com/watch?v=rqUfY7LsFnI",
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou-2_dock_image_20210510181619.jpg",
      "date": "2021-05-29T21:01:00Z",
      "launches": [],
      "expeditions": [],
      "spacestations": [
        {
          "id": 18,
          "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/18/?format=api",
          "name": "Tiangong space station",
          "status": {
            "id": 1,
            "name": "Active"
          },
          "founded": "2021-04-29",
          "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface. It will be roughly one-fifth the mass of the International Space Station and about the size of the Mir space station.",
          "orbit": "Low Earth Orbit",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
        }
      ],
      "program": [
        {
          "id": 19,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/19/?format=api",
          "name": "Tiangong space station",
          "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
          "agencies": [
            {
              "id": 88,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
              "name": "China Aerospace Science and Technology Corporation",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
          "start_date": "2021-04-29T03:23:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station"
        }
      ]
    },
    {
      "id": 300,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/300/?format=api",
      "slug": "nasa-mars-2020-ingenuity-seventh-flight",
      "name": "NASA Mars 2020 Ingenuity Seventh Flight",
      "type": {
        "id": 14,
        "name": "Test Flight"
      },
      "description": "The seventh flight of Ingenuity Mars Helicopter took it to a new base of operations about 106 meters south of its current location. This marked the second time the helicopter landed at an airfield that it did not survey from the air during a previous flight. Instead, the Ingenuity team relied on imagery collected by the HiRISE camera aboard NASA’s Mars Reconnaissance Orbiter that suggests this new base of operations is relatively flat and has few surface obstructions.",
      "location": "Airfield C, Jezero crater, Mars",
      "news_url": "https://mars.nasa.gov/technology/helicopter/status/306/ingenuity-flight-7-preview/",
      "video_url": null,
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20210409201945.jpeg",
      "date": "2021-06-08T15:54:00Z",
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": []
    },
    {
      "id": 654,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/654/?format=api",
      "slug": "iss-flyover-of-hurricane-ian-1",
      "name": "ISS Flyover of Hurricane Ian #1",
      "type": {
        "id": 6,
        "name": "Spacecraft Event"
      },
      "description": "Live views will be streamed from the International Space Station as it flies over Hurricane Ian.",
      "location": "International Space Station",
      "news_url": null,
      "video_url": null,
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/iss_flyover_of__image_20220928064834.jpeg",
      "date": "2022-09-28T19:00: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": 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": 109,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/109/?format=api",
      "slug": "us-eva-65",
      "name": "US EVA-65",
      "type": {
        "id": 3,
        "name": "EVA"
      },
      "description": "NASA astronauts Chris Cassidy and Bob Behnken will exit the orbital lab on June 26 to continue replacing batteries that store and distribute power collected from the solar arrays. They will work on the outer portion of the truss structure, or the Starboard-6 truss, disconnecting and removing the old nickel hydrogen batteries. Following that, new lithium-ion batteries will be installed in their place and powered up by mission controllers on the ground.",
      "location": "International Space Station",
      "news_url": "https://blogs.nasa.gov/spacestation/2020/06/11/crew-gears-up-for-spacewalks-continues-space-science/",
      "video_url": "https://www.youtube.com/watch?v=KlK_bLnqmas",
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
      "date": "2020-06-26T11:35:00Z",
      "launches": [],
      "expeditions": [
        {
          "id": 138,
          "url": "https://lldev.thespacedevs.com/2.0.0/expedition/138/?format=api",
          "name": "Expedition 63",
          "start": "2020-04-17T01:53:00Z",
          "end": "2020-10-20T20:15: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": 875,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/875/?format=api",
      "slug": "falcon-heavy-static-fire-for-psyche",
      "name": "Falcon Heavy Static Fire for Psyche",
      "type": {
        "id": 5,
        "name": "Static Fire"
      },
      "description": "SpaceX will static fire Falcon Heavy before the launch of NASAs Psyche mission.",
      "location": "LC-39A, KSC",
      "news_url": null,
      "video_url": "https://www.youtube.com/watch?v=rWeu2wt3j6c",
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_heavy_st_image_20230929182300.jpeg",
      "date": "2023-09-30T13:00:00Z",
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": []
    },
    {
      "id": 429,
      "url": "https://lldev.thespacedevs.com/2.0.0/event/429/?format=api",
      "slug": "tiangong-eva-2",
      "name": "Tiangong EVA-2",
      "type": {
        "id": 3,
        "name": "EVA"
      },
      "description": "Nie Haisheng and Liu Boming performed work on the Tianhe mechanical arm and installed equipment outside the station.",
      "location": "Tiangong Space Station",
      "news_url": null,
      "video_url": null,
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tiangong_eva_image_20210704082303.jpg",
      "date": "2021-08-20T02:12:00Z",
      "launches": [],
      "expeditions": [
        {
          "id": 145,
          "url": "https://lldev.thespacedevs.com/2.0.0/expedition/145/?format=api",
          "name": "Shenzhou 12",
          "start": "2021-06-17T07:54:00Z",
          "end": "2021-09-17T05:34:00Z",
          "spacestation": {
            "id": 18,
            "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/18/?format=api",
            "name": "Tiangong space station",
            "status": {
              "id": 1,
              "name": "Active"
            },
            "orbit": "Low Earth Orbit",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
          }
        }
      ],
      "spacestations": [
        {
          "id": 18,
          "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/18/?format=api",
          "name": "Tiangong space station",
          "status": {
            "id": 1,
            "name": "Active"
          },
          "founded": "2021-04-29",
          "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface. It will be roughly one-fifth the mass of the International Space Station and about the size of the Mir space station.",
          "orbit": "Low Earth Orbit",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
        }
      ],
      "program": [
        {
          "id": 19,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/19/?format=api",
          "name": "Tiangong space station",
          "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
          "agencies": [
            {
              "id": 88,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/88/?format=api",
              "name": "China Aerospace Science and Technology Corporation",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
          "start_date": "2021-04-29T03:23:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station"
        }
      ]
    }
  ]
}