API endpoint that allows all Events to be viewed.

FILTERS: 'type', 'type__ids', 'program', 'agency__ids', 'last_updated'

GET: Return a list of all Events

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

ORDERING: Fields - 'date', 'last_updated' Example - /2.2.0/event/?ordering=-date

GET /2.2.0/event/?format=api&offset=220&ordering=last_updated
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 1143,
  "next": "https://lldev.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=230&ordering=last_updated",
  "previous": "https://lldev.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=210&ordering=last_updated",
  "results": [
    {
      "id": 235,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/235/?format=api",
      "slug": "iss-expedition-64-65-change-of-command-ceremony",
      "name": "ISS Expedition 64-65 Change of Command Ceremony",
      "updates": [],
      "last_updated": "2024-03-05T17:24:51Z",
      "type": {
        "id": 15,
        "name": "Change of Command"
      },
      "description": "ROSCOSMOS cosmonaut Sergey Ryzhikov, Expedition 64 commander, will hand over the International Space Station command to ROSCOSMOS cosmonaut Oleg Novitsky who will become commander of Expedition 65.",
      "webcast_live": false,
      "location": "International Space Station",
      "news_url": null,
      "video_url": null,
      "info_urls": [],
      "vid_urls": [],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/iss_expedition__image_20210310073740.jpg",
      "date": "2021-04-15T19:45:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [],
      "expeditions": [
        {
          "id": 140,
          "url": "https://lldev.thespacedevs.com/2.2.0/expedition/140/?format=api",
          "name": "Expedition 64",
          "start": "2020-10-20T20:15:00Z",
          "end": "2021-04-17T01:34:00Z",
          "spacestation": {
            "id": 4,
            "url": "https://lldev.thespacedevs.com/2.2.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"
          },
          "mission_patches": [
            {
              "id": 727,
              "name": "Expedition 64 Patch",
              "priority": 9,
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_64_patch_20221024013522.png",
              "agency": {
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
              }
            }
          ],
          "spacewalks": [
            {
              "id": 419,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/419/?format=api",
              "name": "Expedition 64 EVA 1",
              "start": "2020-11-18T15:12:00Z",
              "end": "2020-11-18T21:59:00Z",
              "duration": "PT6H47M",
              "location": "International Space Station"
            },
            {
              "id": 420,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/420/?format=api",
              "name": "Expedition 64 EVA 2",
              "start": "2021-01-27T11:28:00Z",
              "end": "2021-01-27T18:24:00Z",
              "duration": "PT6H56M",
              "location": "International Space Station"
            },
            {
              "id": 421,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/421/?format=api",
              "name": "Expedition 64 EVA 3",
              "start": "2021-02-01T12:56:00Z",
              "end": "2021-02-01T18:16:00Z",
              "duration": "PT5H20M",
              "location": "International Space Station"
            },
            {
              "id": 422,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/422/?format=api",
              "name": "Expedition 64 EVA 4",
              "start": "2021-02-28T11:12:00Z",
              "end": "2021-02-28T18:33:00Z",
              "duration": "PT7H21M",
              "location": "International Space Station"
            },
            {
              "id": 423,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/423/?format=api",
              "name": "Expedition 64 EVA 5",
              "start": "2021-03-05T11:37:00Z",
              "end": "2021-03-05T18:33:00Z",
              "duration": "PT6H56M",
              "location": "International Space Station"
            },
            {
              "id": 424,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/424/?format=api",
              "name": "Expedition 64 EVA 6",
              "start": "2021-03-13T13:14:00Z",
              "end": "2021-03-13T20:01:00Z",
              "duration": "PT6H47M",
              "location": "International Space Station"
            }
          ]
        },
        {
          "id": 141,
          "url": "https://lldev.thespacedevs.com/2.2.0/expedition/141/?format=api",
          "name": "Expedition 65",
          "start": "2021-04-17T19:45:00Z",
          "end": "2021-10-17T01:14:00Z",
          "spacestation": {
            "id": 4,
            "url": "https://lldev.thespacedevs.com/2.2.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"
          },
          "mission_patches": [
            {
              "id": 728,
              "name": "Expedition 65 Patch",
              "priority": 9,
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_65_patch_20221024013522.png",
              "agency": {
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
              }
            },
            {
              "id": 96,
              "name": "Expedition 65 Mission Patch",
              "priority": 10,
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20211017070409.png",
              "agency": {
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
              }
            }
          ],
          "spacewalks": [
            {
              "id": 428,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/428/?format=api",
              "name": "Expedition 65 EVA 4",
              "start": "2021-06-25T11:52:00Z",
              "end": "2021-06-25T18:37:00Z",
              "duration": "PT6H45M",
              "location": "International Space Station"
            },
            {
              "id": 429,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/429/?format=api",
              "name": "Expedition 65 EVA 5",
              "start": "2021-09-03T14:41:00Z",
              "end": "2021-09-03T22:35:00Z",
              "duration": "PT7H54M",
              "location": "International Space Station"
            },
            {
              "id": 430,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/430/?format=api",
              "name": "Expedition 65 EVA 6",
              "start": "2021-09-09T14:51:00Z",
              "end": "2021-09-09T22:16:00Z",
              "duration": "PT7H25M",
              "location": "International Space Station"
            },
            {
              "id": 425,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/425/?format=api",
              "name": "Expedition 65 EVA 1",
              "start": "2021-06-02T05:53:00Z",
              "end": "2021-06-02T13:12:00Z",
              "duration": "PT7H19M",
              "location": "International Space Station"
            },
            {
              "id": 426,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/426/?format=api",
              "name": "Expedition 65 EVA 2",
              "start": "2021-06-16T12:11:00Z",
              "end": "2021-06-16T19:26:00Z",
              "duration": "PT7H15M",
              "location": "International Space Station"
            },
            {
              "id": 431,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/431/?format=api",
              "name": "Expedition 65 EVA 7",
              "start": "2021-09-12T12:15:00Z",
              "end": "2021-09-12T19:09:00Z",
              "duration": "PT6H54M",
              "location": "International Space Station"
            },
            {
              "id": 427,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/427/?format=api",
              "name": "Expedition 65 EVA 3",
              "start": "2021-06-20T11:42:00Z",
              "end": "2021-06-20T18:10:00Z",
              "duration": "PT6H28M",
              "location": "International Space Station"
            }
          ]
        }
      ],
      "spacestations": [
        {
          "id": 4,
          "url": "https://lldev.thespacedevs.com/2.2.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.2.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.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.2.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",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ]
    },
    {
      "id": 259,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/259/?format=api",
      "slug": "nasa-mars-2020-ingenuity-fifth-flight",
      "name": "NASA Mars 2020 Ingenuity Fifth Flight",
      "updates": [],
      "last_updated": "2024-03-05T17:24:52Z",
      "type": {
        "id": 14,
        "name": "Test Flight"
      },
      "description": "Ingenuity took off at Wright Brothers Field – the same spot where the helicopter took off and touched back down on all the other flights – but it landed elsewhere, which is another first for the rotorcraft. Ingenuity climbed to 16 feet (5 meters), then retraced its course from flight four, heading south 423 feet (129 meters). But instead of turning around and heading back, it actually climbed to a new height record of 33 feet (10 meters), where it took some color (as well as black-and-white) images of the area. After a total flight time of about 110 seconds, Ingenuity landed, completing its first one-way trip.",
      "webcast_live": false,
      "location": "Wright Brothers Field, Jezero crater, Mars",
      "news_url": "https://mars.nasa.gov/technology/helicopter/status/297/ingenuity-completes-its-fourth-flight/",
      "video_url": null,
      "info_urls": [
        {
          "priority": 10,
          "source": "mars.nasa.gov",
          "title": "Ingenuity Completes Its Fourth Flight - NASA",
          "description": "Ingenuity successfully completed its fourth flight today, and we couldn’t be happier.",
          "feature_image": null,
          "url": "https://mars.nasa.gov/technology/helicopter/status/297/ingenuity-completes-its-fourth-flight/",
          "type": null,
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20210409201945.jpeg",
      "date": "2021-05-07T23:31:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": []
    },
    {
      "id": 242,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/242/?format=api",
      "slug": "spacex-crew-1-resilience-crew-dragon-undocking",
      "name": "SpaceX Crew-1 \"Resilience\" Crew Dragon Undocking",
      "updates": [],
      "last_updated": "2024-03-05T17:24:53Z",
      "type": {
        "id": 8,
        "name": "Spacecraft Undocking"
      },
      "description": "The \"Resilience\" Crew Dragon will undock from the International Space Station, carrying JAXA astronaut Soichi Noguchi and NASA astronauts Victor J. Glover, Shannon Walker and Michael S. Hopkins. It will then reenter the Earth's atmosphere and splashdown in the Atlantic Ocean.",
      "webcast_live": false,
      "location": "International Space Station",
      "news_url": "https://blogs.nasa.gov/commercialcrew/2021/03/29/nasa-spacex-continue-crew-2-mission-reviews-while-preparing-for-crew-1-return/",
      "video_url": null,
      "info_urls": [
        {
          "priority": 10,
          "source": "blogs.nasa.gov",
          "title": "NASA, SpaceX continue Crew-2 mission reviews while preparing for Crew-1 return – Commercial Crew Program",
          "description": "Following the latest in a series of reviews for the second crew rotation mission with astronauts on an American rocket and spacecraft from the United States, NASA and SpaceX managers and engineers continue to prepare for launch of the Crew-2 mission to the International Space Station no earlier than...",
          "feature_image": null,
          "url": "https://blogs.nasa.gov/commercialcrew/2021/03/29/nasa-spacex-continue-crew-2-mission-reviews-while-preparing-for-crew-1-return/",
          "type": null,
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
      "date": "2021-05-02T00:35:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [],
      "expeditions": [
        {
          "id": 140,
          "url": "https://lldev.thespacedevs.com/2.2.0/expedition/140/?format=api",
          "name": "Expedition 64",
          "start": "2020-10-20T20:15:00Z",
          "end": "2021-04-17T01:34:00Z",
          "spacestation": {
            "id": 4,
            "url": "https://lldev.thespacedevs.com/2.2.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"
          },
          "mission_patches": [
            {
              "id": 727,
              "name": "Expedition 64 Patch",
              "priority": 9,
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_64_patch_20221024013522.png",
              "agency": {
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
              }
            }
          ],
          "spacewalks": [
            {
              "id": 419,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/419/?format=api",
              "name": "Expedition 64 EVA 1",
              "start": "2020-11-18T15:12:00Z",
              "end": "2020-11-18T21:59:00Z",
              "duration": "PT6H47M",
              "location": "International Space Station"
            },
            {
              "id": 420,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/420/?format=api",
              "name": "Expedition 64 EVA 2",
              "start": "2021-01-27T11:28:00Z",
              "end": "2021-01-27T18:24:00Z",
              "duration": "PT6H56M",
              "location": "International Space Station"
            },
            {
              "id": 421,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/421/?format=api",
              "name": "Expedition 64 EVA 3",
              "start": "2021-02-01T12:56:00Z",
              "end": "2021-02-01T18:16:00Z",
              "duration": "PT5H20M",
              "location": "International Space Station"
            },
            {
              "id": 422,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/422/?format=api",
              "name": "Expedition 64 EVA 4",
              "start": "2021-02-28T11:12:00Z",
              "end": "2021-02-28T18:33:00Z",
              "duration": "PT7H21M",
              "location": "International Space Station"
            },
            {
              "id": 423,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/423/?format=api",
              "name": "Expedition 64 EVA 5",
              "start": "2021-03-05T11:37:00Z",
              "end": "2021-03-05T18:33:00Z",
              "duration": "PT6H56M",
              "location": "International Space Station"
            },
            {
              "id": 424,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/424/?format=api",
              "name": "Expedition 64 EVA 6",
              "start": "2021-03-13T13:14:00Z",
              "end": "2021-03-13T20:01:00Z",
              "duration": "PT6H47M",
              "location": "International Space Station"
            }
          ]
        }
      ],
      "spacestations": [
        {
          "id": 4,
          "url": "https://lldev.thespacedevs.com/2.2.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.2.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.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.2.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",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        },
        {
          "id": 5,
          "url": "https://lldev.thespacedevs.com/2.2.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.2.0/agencies/80/?format=api",
              "name": "Boeing",
              "type": "Commercial"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.2.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",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ]
    },
    {
      "id": 243,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/243/?format=api",
      "slug": "spacex-crew-1-resilience-crew-dragon-splashdown",
      "name": "SpaceX Crew-1 \"Resilience\" Crew Dragon Splashdown",
      "updates": [],
      "last_updated": "2024-03-05T17:24:54Z",
      "type": {
        "id": 9,
        "name": "Spacecraft Landing"
      },
      "description": "The \"Resilience\" Crew Dragon will splashdown in the Gulf of Mexico, bringing JAXA astronaut Soichi Noguchi and NASA astronauts Victor J. Glover, Shannon Walker and Michael S. Hopkins back to Earth after spending almost six months on the International Space Station.",
      "webcast_live": false,
      "location": "Gulf of Mexico, southwest of Pensacola, FL, USA",
      "news_url": "https://blogs.nasa.gov/commercialcrew/2021/03/29/nasa-spacex-continue-crew-2-mission-reviews-while-preparing-for-crew-1-return/",
      "video_url": null,
      "info_urls": [
        {
          "priority": 10,
          "source": "blogs.nasa.gov",
          "title": "NASA, SpaceX continue Crew-2 mission reviews while preparing for Crew-1 return – Commercial Crew Program",
          "description": "Following the latest in a series of reviews for the second crew rotation mission with astronauts on an American rocket and spacecraft from the United States, NASA and SpaceX managers and engineers continue to prepare for launch of the Crew-2 mission to the International Space Station no earlier than...",
          "feature_image": null,
          "url": "https://blogs.nasa.gov/commercialcrew/2021/03/29/nasa-spacex-continue-crew-2-mission-reviews-while-preparing-for-crew-1-return/",
          "type": null,
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200718140927.jpg",
      "date": "2021-05-02T06:57:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [],
      "expeditions": [
        {
          "id": 140,
          "url": "https://lldev.thespacedevs.com/2.2.0/expedition/140/?format=api",
          "name": "Expedition 64",
          "start": "2020-10-20T20:15:00Z",
          "end": "2021-04-17T01:34:00Z",
          "spacestation": {
            "id": 4,
            "url": "https://lldev.thespacedevs.com/2.2.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"
          },
          "mission_patches": [
            {
              "id": 727,
              "name": "Expedition 64 Patch",
              "priority": 9,
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_64_patch_20221024013522.png",
              "agency": {
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
              }
            }
          ],
          "spacewalks": [
            {
              "id": 419,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/419/?format=api",
              "name": "Expedition 64 EVA 1",
              "start": "2020-11-18T15:12:00Z",
              "end": "2020-11-18T21:59:00Z",
              "duration": "PT6H47M",
              "location": "International Space Station"
            },
            {
              "id": 420,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/420/?format=api",
              "name": "Expedition 64 EVA 2",
              "start": "2021-01-27T11:28:00Z",
              "end": "2021-01-27T18:24:00Z",
              "duration": "PT6H56M",
              "location": "International Space Station"
            },
            {
              "id": 421,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/421/?format=api",
              "name": "Expedition 64 EVA 3",
              "start": "2021-02-01T12:56:00Z",
              "end": "2021-02-01T18:16:00Z",
              "duration": "PT5H20M",
              "location": "International Space Station"
            },
            {
              "id": 422,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/422/?format=api",
              "name": "Expedition 64 EVA 4",
              "start": "2021-02-28T11:12:00Z",
              "end": "2021-02-28T18:33:00Z",
              "duration": "PT7H21M",
              "location": "International Space Station"
            },
            {
              "id": 423,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/423/?format=api",
              "name": "Expedition 64 EVA 5",
              "start": "2021-03-05T11:37:00Z",
              "end": "2021-03-05T18:33:00Z",
              "duration": "PT6H56M",
              "location": "International Space Station"
            },
            {
              "id": 424,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/424/?format=api",
              "name": "Expedition 64 EVA 6",
              "start": "2021-03-13T13:14:00Z",
              "end": "2021-03-13T20:01:00Z",
              "duration": "PT6H47M",
              "location": "International Space Station"
            }
          ]
        }
      ],
      "spacestations": [
        {
          "id": 4,
          "url": "https://lldev.thespacedevs.com/2.2.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.2.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.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.2.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",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        },
        {
          "id": 5,
          "url": "https://lldev.thespacedevs.com/2.2.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.2.0/agencies/80/?format=api",
              "name": "Boeing",
              "type": "Commercial"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.2.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",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ]
    },
    {
      "id": 670,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/670/?format=api",
      "slug": "jpss-2-pre-launch-news-conference",
      "name": "JPSS-2 Pre-Launch News Conference",
      "updates": [],
      "last_updated": "2024-03-05T17:24:55Z",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "NASA and NOAA will hold a joint news conference ahead of the launch of the Joint Polar Satellite System-2 (JPSS-2) mission.",
      "webcast_live": false,
      "location": "Kennedy Space Center, FL, USA",
      "news_url": "https://www.nasa.gov/press-release/nasa-coverage-set-for-noaa-s-joint-polar-satellite-system-2-launch",
      "video_url": "https://www.youtube.com/watch?v=phRnHhLRNEg",
      "info_urls": [
        {
          "priority": 10,
          "source": "www.nasa.gov",
          "title": "Coverage Set for NOAA’s Joint Polar Satellite System-2 Launch",
          "description": "NASA will provide coverage of the upcoming prelaunch and launch activities for the National Oceanic and Atmospheric Administration’s (NOAA) Joint Polar Satellite System-2 (JPSS-2) mission. JPSS-2 is the third satellite in the polar satellite series and is expected to capture data to improve weather ...",
          "feature_image": null,
          "url": "https://www.nasa.gov/press-release/nasa-coverage-set-for-noaa-s-joint-polar-satellite-system-2-launch",
          "type": null,
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA Video",
          "title": "Prelaunch Update for NOAA’s JPSS-2 Weather Satellite and LOFTID NASA Tech Demo (Oct. 28, 2022)",
          "description": "Get a prelaunch update for the the National Oceanic and Atmospheric Administration (NOAA)’s Joint Polar Satellite System-2, or JPSS-2, set to launch Nov. 6 at 5:50 a.m. EST (1050 UTC) aboard a United ...",
          "feature_image": "https://i.ytimg.com/vi/phRnHhLRNEg/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=phRnHhLRNEg",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2022-10-28T21:58:32Z",
          "end_time": "2022-10-28T22:41:19Z"
        }
      ],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jpss-2_pre-laun_image_20221028065405.png",
      "date": "2022-10-28T20:00:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": []
    },
    {
      "id": 855,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/855/?format=api",
      "slug": "h-2a-rocket-f47-rollout",
      "name": "H-2A Rocket F47 Rollout",
      "updates": [
        {
          "id": 4988,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
          "comment": "Rollout delayed",
          "info_url": null,
          "created_by": "hitura-nobad",
          "created_on": "2023-08-25T07:17:33Z"
        },
        {
          "id": 4964,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
          "comment": "Added Event",
          "info_url": "https://www.youtube.com/watch?v=3MbWoojn3fs",
          "created_by": "hitura-nobad",
          "created_on": "2023-08-22T14:26:52Z"
        },
        {
          "id": 5007,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
          "comment": "Livestream has started",
          "info_url": "https://www.youtube.com/watch?v=3MbWoojn3fs",
          "created_by": "LL2",
          "created_on": "2023-08-27T08:59:48Z"
        }
      ],
      "last_updated": "2024-03-05T17:24:56Z",
      "type": {
        "id": 27,
        "name": "Rollout"
      },
      "description": "The H-IIA launch vehicle is moved from the Vehicle Assembly Building to the launch pad.\r\nThe launch vehicle, which is approximately 53 meters long, is moved 500 meters to the launch pad in about 20 minutes from a standing position.",
      "webcast_live": false,
      "location": "Tanegashima Space Center, Japan",
      "news_url": null,
      "video_url": "https://www.youtube.com/watch?v=3MbWoojn3fs",
      "info_urls": [],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NVS",
          "title": "H-IIA ロケット 47号機 機体移動 H-2A Rocket F47 Rollout",
          "description": "H-IIAロケットを大型ロケット組立棟から射場へ移動させる「機体移動」の様子を現地種子島から中継します。\n機体移動は全長約57mのロケットを起てた状態で約500mの距離を20分ほどで移動させます。\n\nThe state of \"Rollout\" to move the H-2A rocket from the large rocket assembly building to the launch...",
          "feature_image": "https://i.ytimg.com/vi/3MbWoojn3fs/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=3MbWoojn3fs",
          "type": {
            "id": 3,
            "name": "Unofficial Webcast"
          },
          "language": {
            "id": 6,
            "name": "Japanese",
            "code": "jp"
          },
          "start_time": "2023-08-27T08:59:34Z",
          "end_time": "2023-08-27T10:43:25Z"
        }
      ],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/h-2a_rocket_f47_image_20230822142651.jpeg",
      "date": "2023-08-27T09:30:00Z",
      "date_precision": {
        "id": 2,
        "name": "Hour",
        "abbrev": "HR",
        "description": "The T-0 is accurate to the hour."
      },
      "duration": "PT1H43M51S",
      "agencies": [
        {
          "id": 37,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
          "name": "Japan Aerospace Exploration Agency",
          "featured": true,
          "type": "Government",
          "country_code": "JPN",
          "abbrev": "JAXA",
          "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
          "administrator": "Administrator: Hiroshi Yamakawa",
          "founding_year": "2003",
          "launchers": "H-II",
          "spacecraft": "",
          "parent": null,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
          "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png"
        }
      ],
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": []
    },
    {
      "id": 852,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/852/?format=api",
      "slug": "crew-7-flight-readiness-review-teleconference",
      "name": "Crew-7 Flight Readiness Review Teleconference",
      "updates": [
        {
          "id": 4898,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
          "comment": "Added Event",
          "info_url": "https://www.nasa.gov/press-release/coverage-set-for-nasa-s-spacex-crew-7-events-broadcast-launch",
          "created_by": "hitura-nobad",
          "created_on": "2023-08-18T04:37:47Z"
        },
        {
          "id": 4950,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
          "comment": "Conference moved forward to 21:00 UTC",
          "info_url": "https://www.nasa.gov/nasalive",
          "created_by": "hitura-nobad",
          "created_on": "2023-08-21T18:11:58Z"
        },
        {
          "id": 4951,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
          "comment": "Livestream has started",
          "info_url": "https://www.youtube.com/watch?v=x4EjwCIpZrc",
          "created_by": "LL2",
          "created_on": "2023-08-21T21:14:29Z"
        }
      ],
      "last_updated": "2024-03-05T17:24:56Z",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "NASA will provide a press conference after the FRR with the following participants\r\n\r\n- Ken Bowersox, NASA Headquarters\r\n- Steve Stich,NSAA Kennedy\r\n- Joel Montalbano,NASA Johnson\r\n- William Gerstenmaier, SpaceX\r\n- Frank De Winne, ESA\r\n- Junichi Sakai, JAXA",
      "webcast_live": false,
      "location": "Kennedy Space Center, Florida",
      "news_url": "https://www.nasa.gov/press-release/coverage-set-for-nasa-s-spacex-crew-7-events-broadcast-launch",
      "video_url": "https://www.youtube.com/watch?v=x4EjwCIpZrc",
      "info_urls": [
        {
          "priority": 10,
          "source": "www.nasa.gov",
          "title": "Coverage Set for ’s SpaceX Crew-7 Events, Broadcast, Launch",
          "description": "NASA will provide coverage of the upcoming prelaunch and launch activities for the agency’s SpaceX Crew-7 mission with astronauts to the International Space Station.",
          "feature_image": null,
          "url": "https://www.nasa.gov/press-release/coverage-set-for-nasa-s-spacex-crew-7-events-broadcast-launch",
          "type": null,
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA Video",
          "title": "NASA’s SpaceX Crew-7 Flight Readiness Review",
          "description": "Flight Readiness Review media teleconference at 5:00 p.m. EDT, Monday, Aug. 21, to discuss preparations for the launch of NASA’s SpaceX Crew-7 mission to the International Space Station.\nParticipants ...",
          "feature_image": "https://i.ytimg.com/vi/x4EjwCIpZrc/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=x4EjwCIpZrc",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2023-08-21T20:58:21Z",
          "end_time": "2023-08-21T21:46:09Z"
        }
      ],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200504065311.jpeg",
      "date": "2023-08-21T21:00:00Z",
      "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "duration": "PT47M48S",
      "agencies": [
        {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "featured": true,
          "type": "Government",
          "country_code": "USA",
          "abbrev": "NASA",
          "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
          "administrator": "Administrator: Jared Isaacman",
          "founding_year": "1958",
          "launchers": "Space Shuttle | SLS",
          "spacecraft": "Orion",
          "parent": null,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
          "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
        },
        {
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
          "name": "SpaceX",
          "featured": true,
          "type": "Commercial",
          "country_code": "USA",
          "abbrev": "SpX",
          "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
          "administrator": "CEO: Elon Musk",
          "founding_year": "2002",
          "launchers": "Falcon | Starship",
          "spacecraft": "Dragon",
          "parent": null,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
          "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png"
        }
      ],
      "launches": [],
      "expeditions": [],
      "spacestations": [
        {
          "id": 4,
          "url": "https://lldev.thespacedevs.com/2.2.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.2.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.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.2.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",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        },
        {
          "id": 5,
          "url": "https://lldev.thespacedevs.com/2.2.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.2.0/agencies/80/?format=api",
              "name": "Boeing",
              "type": "Commercial"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.2.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",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ]
    },
    {
      "id": 867,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/867/?format=api",
      "slug": "frank-rubio-on-orbit-news-conference",
      "name": "Frank Rubio On-Orbit News Conference",
      "updates": [
        {
          "id": 5206,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
          "comment": "Livestream has started",
          "info_url": "https://www.youtube.com/watch?v=eYM2l3OQQ4w",
          "created_by": "LL2",
          "created_on": "2023-09-19T16:13:59Z"
        }
      ],
      "last_updated": "2024-03-05T17:24:57Z",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "Expedition 69 flight engineer Frank Rubio will give a news conference from the International Space Station ahead of his return to Earth.",
      "webcast_live": false,
      "location": "International Space Station",
      "news_url": null,
      "video_url": "https://www.youtube.com/watch?v=eYM2l3OQQ4w",
      "info_urls": [],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA Video",
          "title": "Astronaut Frank Rubio Live From Space (Official NASA News Briefing)",
          "description": "NASA astronaut Frank Rubio will speak to media about his record-breaking mission aboard the International Space Station during an Earth-to-space call on Tuesday, Sept. 19.\n\nRubio is scheduled to retur...",
          "feature_image": "https://i.ytimg.com/vi/eYM2l3OQQ4w/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=eYM2l3OQQ4w",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2023-09-19T16:13:31Z",
          "end_time": "2023-09-19T16:38:03Z"
        }
      ],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_leadership_image_20230912052740.png",
      "date": "2023-09-19T16:15:00Z",
      "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "duration": "PT24M32S",
      "agencies": [
        {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "featured": true,
          "type": "Government",
          "country_code": "USA",
          "abbrev": "NASA",
          "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
          "administrator": "Administrator: Jared Isaacman",
          "founding_year": "1958",
          "launchers": "Space Shuttle | SLS",
          "spacecraft": "Orion",
          "parent": null,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
          "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
        }
      ],
      "launches": [],
      "expeditions": [
        {
          "id": 151,
          "url": "https://lldev.thespacedevs.com/2.2.0/expedition/151/?format=api",
          "name": "Expedition 69",
          "start": "2023-03-28T09:57:27Z",
          "end": "2023-09-26T13:40:00Z",
          "spacestation": {
            "id": 4,
            "url": "https://lldev.thespacedevs.com/2.2.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"
          },
          "mission_patches": [
            {
              "id": 770,
              "name": "ISS Expedition 69 Patch",
              "priority": 10,
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/iss2520expedit_mission_patch_20230329140742.png",
              "agency": {
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
              }
            }
          ],
          "spacewalks": [
            {
              "id": 447,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/447/?format=api",
              "name": "Expedition 69 EVA 1",
              "start": "2023-04-19T01:40:00Z",
              "end": "2023-04-19T09:35:00Z",
              "duration": "PT7H55M",
              "location": "International Space Station"
            },
            {
              "id": 449,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/449/?format=api",
              "name": "Expedition 69 EVA 2",
              "start": "2023-05-03T20:00:00Z",
              "end": "2023-05-04T03:11:00Z",
              "duration": "PT7H11M",
              "location": "International Space Station"
            },
            {
              "id": 467,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/467/?format=api",
              "name": "Expedition 69 EVA 7",
              "start": "2023-08-09T14:44:00Z",
              "end": "2023-08-09T21:19:00Z",
              "duration": "PT6H35M",
              "location": "International Space Station"
            },
            {
              "id": 462,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/462/?format=api",
              "name": "Expedition 69 EVA 3",
              "start": "2023-05-12T15:47:00Z",
              "end": "2023-05-12T21:01:00Z",
              "duration": "PT5H14M",
              "location": "International Space Station"
            },
            {
              "id": 463,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/463/?format=api",
              "name": "Expedition 69 EVA 4",
              "start": "2023-06-09T13:24:00Z",
              "end": "2023-06-09T19:27:00Z",
              "duration": "PT6H3M",
              "location": "International Space Station"
            },
            {
              "id": 464,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/464/?format=api",
              "name": "Expedition 69 EVA 5",
              "start": "2023-06-15T12:42:00Z",
              "end": "2023-06-15T18:17:00Z",
              "duration": "PT5H35M",
              "location": "International Space Station"
            },
            {
              "id": 465,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/465/?format=api",
              "name": "Expedition 69 EVA 6",
              "start": "2023-06-22T14:24:33Z",
              "end": "2023-06-22T20:48:00Z",
              "duration": "PT6H23M27S",
              "location": "International Space Station"
            }
          ]
        }
      ],
      "spacestations": [
        {
          "id": 4,
          "url": "https://lldev.thespacedevs.com/2.2.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.2.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.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.2.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",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ]
    },
    {
      "id": 862,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/862/?format=api",
      "slug": "starship-25-stacking-on-booster-9",
      "name": "Starship 25 Stacking on Booster 9",
      "updates": [
        {
          "id": 5079,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
          "comment": "Added Event",
          "info_url": "https://www.youtube.com/watch?v=OZqaA17T4eI",
          "created_by": "hitura-nobad",
          "created_on": "2023-09-05T17:34:03Z"
        },
        {
          "id": 5080,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
          "comment": "Livestream has started",
          "info_url": "https://www.youtube.com/watch?v=OZqaA17T4eI",
          "created_by": "LL2",
          "created_on": "2023-09-05T17:34:52Z"
        }
      ],
      "last_updated": "2024-03-05T17:24:57Z",
      "type": {
        "id": 27,
        "name": "Rollout"
      },
      "description": "Starship 25 will be stacked on Super Heavy Booster 9, in preparation for the second integrated flight test.",
      "webcast_live": false,
      "location": "Starbase Texas, USA",
      "news_url": null,
      "video_url": "https://www.youtube.com/watch?v=OZqaA17T4eI",
      "info_urls": [],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASASpaceflight",
          "title": "SpaceX Stacks Ship 25 on Booster 9 - Integrated Flight Test 2",
          "description": "SpaceX stacks Ship 25  on Booster 9 as the company gets ready for Starship's second integrated flight test.\n\n24/7 Coverage: nsf.live/starbase\n\n⚡ Become a member of NASASpaceflight's channel for exclus...",
          "feature_image": "https://i.ytimg.com/vi/OZqaA17T4eI/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=OZqaA17T4eI",
          "type": {
            "id": 3,
            "name": "Unofficial Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2023-09-05T16:56:32Z",
          "end_time": "2023-09-05T20:30:57Z"
        }
      ],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_25_sta_image_20230905174330.jpeg",
      "date": "2023-09-05T17:42:00Z",
      "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "duration": null,
      "agencies": [
        {
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
          "name": "SpaceX",
          "featured": true,
          "type": "Commercial",
          "country_code": "USA",
          "abbrev": "SpX",
          "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
          "administrator": "CEO: Elon Musk",
          "founding_year": "2002",
          "launchers": "Falcon | Starship",
          "spacecraft": "Dragon",
          "parent": null,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
          "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png"
        }
      ],
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": [
        {
          "id": 1,
          "url": "https://lldev.thespacedevs.com/2.2.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.2.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",
          "mission_patches": [],
          "type": {
            "id": 7,
            "name": "Technology"
          }
        }
      ]
    },
    {
      "id": 773,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/773/?format=api",
      "slug": "soyuz-ms-24-docking",
      "name": "Soyuz MS-24 Docking",
      "updates": [
        {
          "id": 5064,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
          "comment": "Updated docking time.",
          "info_url": "https://forum.nasaspaceflight.com/index.php?topic=32006.msg2520448#msg2520448",
          "created_by": "Cosmic_Penguin",
          "created_on": "2023-09-03T17:40:24Z"
        },
        {
          "id": 5173,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
          "comment": "Webcast live",
          "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
          "created_by": "hitura-nobad",
          "created_on": "2023-09-15T18:25:29Z"
        }
      ],
      "last_updated": "2024-03-05T17:24:58Z",
      "type": {
        "id": 2,
        "name": "Docking"
      },
      "description": "The Soyuz MS-24 spacecraft will autonomously dock to the International Space Station.",
      "webcast_live": false,
      "location": "International Space Station",
      "news_url": null,
      "video_url": null,
      "info_urls": [],
      "vid_urls": [],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
      "date": "2023-09-15T18:56:00Z",
      "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "duration": null,
      "agencies": [
        {
          "id": 63,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "featured": true,
          "type": "Government",
          "country_code": "RUS",
          "abbrev": "RFSA",
          "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
          "administrator": "Administrator: Yuri Borisov",
          "founding_year": "1992",
          "launchers": "Soyuz",
          "spacecraft": "Soyuz",
          "parent": null,
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
          "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
        }
      ],
      "launches": [],
      "expeditions": [],
      "spacestations": [
        {
          "id": 4,
          "url": "https://lldev.thespacedevs.com/2.2.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.2.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.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            {
              "id": 66,
              "url": "https://lldev.thespacedevs.com/2.2.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",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        },
        {
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.2.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.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.2.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",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ]
    }
  ]
}