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

{
  "count": 1164,
  "next": "https://ll.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=870&ordering=-date",
  "previous": "https://ll.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=850&ordering=-date",
  "results": [
    {
      "id": 292,
      "url": "https://ll.thespacedevs.com/2.2.0/event/292/?format=api",
      "slug": "soyuz-ms-18-landing",
      "name": "Soyuz MS-18 Landing",
      "updates": [],
      "last_updated": "2024-03-05T17:25:14Z",
      "type": {
        "id": 9,
        "name": "Spacecraft Landing"
      },
      "description": "The Soyuz MS-18 spacecraft carrying ROSCOSMOS cosmonaut Oleg Novitskiy as well as film director Klim Shipenko and actress Yulia Peresild will land back on Earth near Dzhezkazgan, Kazakhstan.",
      "webcast_live": false,
      "location": "Dzhezkazgan, Kazakhstan",
      "news_url": null,
      "video_url": null,
      "info_urls": [],
      "vid_urls": [],
      "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz2520ms-122520landing_image_20190929074125.jpg",
      "date": "2021-10-17T04:36:44Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [
        {
          "id": "3898f855-5794-48b5-9cb8-6741cb53363b",
          "url": "https://ll.thespacedevs.com/2.2.0/launch/3898f855-5794-48b5-9cb8-6741cb53363b/?format=api",
          "slug": "soyuz-21a-soyuz-ms-18",
          "name": "Soyuz 2.1a | Soyuz MS-18",
          "status": {
            "id": 3,
            "name": "Launch Successful",
            "abbrev": "Success",
            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
          },
          "last_updated": "2023-06-14T08:56:22Z",
          "net": "2021-04-09T07:42:41Z",
          "window_end": "2021-04-09T07:42:41Z",
          "window_start": "2021-04-09T07:42:41Z",
          "net_precision": null,
          "probability": null,
          "weather_concerns": null,
          "holdreason": "",
          "failreason": "",
          "hashtag": null,
          "launch_service_provider": {
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "type": "Government"
          },
          "rocket": {
            "id": 2805,
            "configuration": {
              "id": 24,
              "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/24/?format=api",
              "name": "Soyuz 2.1a",
              "family": "Soyuz",
              "full_name": "Soyuz 2.1a",
              "variant": ""
            }
          },
          "mission": {
            "id": 1250,
            "name": "Soyuz MS-18",
            "description": "Soyuz MS-18 begins expedition 65 by carrying Roscosmos cosmonauts Oleg Novitsky, Pyotr Dubrov and NASA astronaut Mark Vande Hei to the International Space Station aboard the Soyuz spacecraft from the Baikonur Cosmodrome in Kazakhstan. After launching from the Baikonur Cosmodrome in Kazakhstan, they will rendezvous to the station where they will remain for their 6 month stay.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
              "id": 8,
              "name": "Low Earth Orbit",
              "abbrev": "LEO"
            },
            "agencies": [],
            "info_urls": [],
            "vid_urls": []
          },
          "pad": {
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
            "agency_id": null,
            "name": "31/6",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
            "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
            "latitude": "45.996034",
            "longitude": "63.564003",
            "location": {
              "id": 15,
              "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
              "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
              "country_code": "KAZ",
              "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
              "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
              "timezone_name": "Asia/Qyzylorda",
              "total_launch_count": 1563,
              "total_landing_count": 0
            },
            "country_code": "KAZ",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
            "total_launch_count": 428,
            "orbital_launch_attempt_count": 428
          },
          "webcast_live": false,
          "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
          "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/soyuz25202.1a_infographic_20210408133830.jpeg",
          "program": [
            {
              "id": 17,
              "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                  "name": "Canadian Space Agency",
                  "type": "Government"
                },
                {
                  "id": 27,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                  "name": "European Space Agency",
                  "type": "Multinational"
                },
                {
                  "id": 37,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                  "name": "Japan Aerospace Exploration Agency",
                  "type": "Government"
                },
                {
                  "id": 44,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                  "name": "National Aeronautics and Space Administration",
                  "type": "Government"
                },
                {
                  "id": 63,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                  "name": "Russian Federal Space Agency (ROSCOSMOS)",
                  "type": "Government"
                }
              ],
              "image_url": "https://thespacedevs-prod.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": 8,
              "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                  "name": "Russian Federal Space Agency (ROSCOSMOS)",
                  "type": "Government"
                },
                {
                  "id": 66,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                  "name": "Soviet Space Program",
                  "type": "Government"
                }
              ],
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/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"
              }
            }
          ],
          "orbital_launch_attempt_count": 6067,
          "location_launch_attempt_count": 1519,
          "pad_launch_attempt_count": 391,
          "agency_launch_attempt_count": 295,
          "orbital_launch_attempt_count_year": 30,
          "location_launch_attempt_count_year": 4,
          "pad_launch_attempt_count_year": 4,
          "agency_launch_attempt_count_year": 3,
          "type": "normal"
        }
      ],
      "expeditions": [
        {
          "id": 141,
          "url": "https://ll.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://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
          },
          "mission_patches": [
            {
              "id": 728,
              "name": "Expedition 65 Patch",
              "priority": 9,
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_65_patch_20221024013522.png",
              "agency": {
                "id": 44,
                "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20211017070409.png",
              "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
              }
            }
          ],
          "spacewalks": [
            {
              "id": 431,
              "url": "https://ll.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": 430,
              "url": "https://ll.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": 429,
              "url": "https://ll.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": 428,
              "url": "https://ll.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": 427,
              "url": "https://ll.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"
            },
            {
              "id": 426,
              "url": "https://ll.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": 425,
              "url": "https://ll.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": 143,
          "url": "https://ll.thespacedevs.com/2.2.0/expedition/143/?format=api",
          "name": "Challenge Movie Crew",
          "start": "2021-10-05T12:22:31Z",
          "end": "2021-10-17T01:14:00Z",
          "spacestation": {
            "id": 4,
            "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
          },
          "mission_patches": [
            {
              "id": 72,
              "name": "Soyuz MS-19 Mission Patch",
              "priority": 10,
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/soyuz2520ms-19_mission_patch_20210807140848.png",
              "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
              }
            }
          ],
          "spacewalks": []
        }
      ],
      "spacestations": [
        {
          "id": 4,
          "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
        }
      ],
      "program": [
        {
          "id": 17,
          "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.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": 8,
          "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            {
              "id": 66,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/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": 279,
      "url": "https://ll.thespacedevs.com/2.2.0/event/279/?format=api",
      "slug": "soyuz-ms-18-undocking",
      "name": "Soyuz MS-18 Undocking",
      "updates": [],
      "last_updated": "2024-03-05T17:30:07Z",
      "type": {
        "id": 8,
        "name": "Spacecraft Undocking"
      },
      "description": "The Soyuz MS-18 spacecraft will undock from the International Space Station carrying Expedition 65 crew member ROSCOSMOS cosmonaut Oleg Novitskiy as well as film director Klim Shipenko and actress Yulia Peresild.",
      "webcast_live": false,
      "location": "International Space Station",
      "news_url": null,
      "video_url": null,
      "info_urls": [],
      "vid_urls": [],
      "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
      "date": "2021-10-17T01:14:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [
        {
          "id": "3898f855-5794-48b5-9cb8-6741cb53363b",
          "url": "https://ll.thespacedevs.com/2.2.0/launch/3898f855-5794-48b5-9cb8-6741cb53363b/?format=api",
          "slug": "soyuz-21a-soyuz-ms-18",
          "name": "Soyuz 2.1a | Soyuz MS-18",
          "status": {
            "id": 3,
            "name": "Launch Successful",
            "abbrev": "Success",
            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
          },
          "last_updated": "2023-06-14T08:56:22Z",
          "net": "2021-04-09T07:42:41Z",
          "window_end": "2021-04-09T07:42:41Z",
          "window_start": "2021-04-09T07:42:41Z",
          "net_precision": null,
          "probability": null,
          "weather_concerns": null,
          "holdreason": "",
          "failreason": "",
          "hashtag": null,
          "launch_service_provider": {
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "type": "Government"
          },
          "rocket": {
            "id": 2805,
            "configuration": {
              "id": 24,
              "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/24/?format=api",
              "name": "Soyuz 2.1a",
              "family": "Soyuz",
              "full_name": "Soyuz 2.1a",
              "variant": ""
            }
          },
          "mission": {
            "id": 1250,
            "name": "Soyuz MS-18",
            "description": "Soyuz MS-18 begins expedition 65 by carrying Roscosmos cosmonauts Oleg Novitsky, Pyotr Dubrov and NASA astronaut Mark Vande Hei to the International Space Station aboard the Soyuz spacecraft from the Baikonur Cosmodrome in Kazakhstan. After launching from the Baikonur Cosmodrome in Kazakhstan, they will rendezvous to the station where they will remain for their 6 month stay.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
              "id": 8,
              "name": "Low Earth Orbit",
              "abbrev": "LEO"
            },
            "agencies": [],
            "info_urls": [],
            "vid_urls": []
          },
          "pad": {
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
            "agency_id": null,
            "name": "31/6",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
            "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
            "latitude": "45.996034",
            "longitude": "63.564003",
            "location": {
              "id": 15,
              "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
              "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
              "country_code": "KAZ",
              "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
              "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
              "timezone_name": "Asia/Qyzylorda",
              "total_launch_count": 1563,
              "total_landing_count": 0
            },
            "country_code": "KAZ",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
            "total_launch_count": 428,
            "orbital_launch_attempt_count": 428
          },
          "webcast_live": false,
          "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
          "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/soyuz25202.1a_infographic_20210408133830.jpeg",
          "program": [
            {
              "id": 17,
              "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                  "name": "Canadian Space Agency",
                  "type": "Government"
                },
                {
                  "id": 27,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                  "name": "European Space Agency",
                  "type": "Multinational"
                },
                {
                  "id": 37,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                  "name": "Japan Aerospace Exploration Agency",
                  "type": "Government"
                },
                {
                  "id": 44,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                  "name": "National Aeronautics and Space Administration",
                  "type": "Government"
                },
                {
                  "id": 63,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                  "name": "Russian Federal Space Agency (ROSCOSMOS)",
                  "type": "Government"
                }
              ],
              "image_url": "https://thespacedevs-prod.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": 8,
              "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                  "name": "Russian Federal Space Agency (ROSCOSMOS)",
                  "type": "Government"
                },
                {
                  "id": 66,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                  "name": "Soviet Space Program",
                  "type": "Government"
                }
              ],
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/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"
              }
            }
          ],
          "orbital_launch_attempt_count": 6067,
          "location_launch_attempt_count": 1519,
          "pad_launch_attempt_count": 391,
          "agency_launch_attempt_count": 295,
          "orbital_launch_attempt_count_year": 30,
          "location_launch_attempt_count_year": 4,
          "pad_launch_attempt_count_year": 4,
          "agency_launch_attempt_count_year": 3,
          "type": "normal"
        }
      ],
      "expeditions": [
        {
          "id": 143,
          "url": "https://ll.thespacedevs.com/2.2.0/expedition/143/?format=api",
          "name": "Challenge Movie Crew",
          "start": "2021-10-05T12:22:31Z",
          "end": "2021-10-17T01:14:00Z",
          "spacestation": {
            "id": 4,
            "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
          },
          "mission_patches": [
            {
              "id": 72,
              "name": "Soyuz MS-19 Mission Patch",
              "priority": 10,
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/soyuz2520ms-19_mission_patch_20210807140848.png",
              "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
              }
            }
          ],
          "spacewalks": []
        },
        {
          "id": 141,
          "url": "https://ll.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://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
          },
          "mission_patches": [
            {
              "id": 728,
              "name": "Expedition 65 Patch",
              "priority": 9,
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_65_patch_20221024013522.png",
              "agency": {
                "id": 44,
                "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20211017070409.png",
              "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
              }
            }
          ],
          "spacewalks": [
            {
              "id": 431,
              "url": "https://ll.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": 430,
              "url": "https://ll.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": 429,
              "url": "https://ll.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": 428,
              "url": "https://ll.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": 427,
              "url": "https://ll.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"
            },
            {
              "id": 426,
              "url": "https://ll.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": 425,
              "url": "https://ll.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"
            }
          ]
        }
      ],
      "spacestations": [
        {
          "id": 4,
          "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
        }
      ],
      "program": [
        {
          "id": 17,
          "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.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": 8,
          "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            {
              "id": 66,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/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": 417,
      "url": "https://ll.thespacedevs.com/2.2.0/event/417/?format=api",
      "slug": "shenzhou-13-docking",
      "name": "Shenzhou 13 Docking",
      "updates": [
        {
          "id": 885,
          "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
          "comment": "Added docking post-launch.",
          "info_url": null,
          "created_by": "Cosmic_Penguin",
          "created_on": "2021-10-15T17:15:02Z"
        }
      ],
      "last_updated": "2024-03-05T17:26:29Z",
      "type": {
        "id": 2,
        "name": "Docking"
      },
      "description": "The Shenzhou 13 spacecraft will dock autonomously to the Chinese Space Station, carrying CNSA astronauts Zhai Zhigang, Wang Yaping and Ye Guangfu to the Chinese Space Station.",
      "webcast_live": false,
      "location": "Chinese Space Station",
      "news_url": null,
      "video_url": null,
      "info_urls": [],
      "vid_urls": [],
      "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_12_doc_image_20210616184900.jpeg",
      "date": "2021-10-15T22:49:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [
        {
          "id": "53d3f5c4-58ce-4aab-9f38-5d3dfa434194",
          "url": "https://ll.thespacedevs.com/2.2.0/launch/53d3f5c4-58ce-4aab-9f38-5d3dfa434194/?format=api",
          "slug": "long-march-2fg-shenzhou-13",
          "name": "Long March 2F/G | Shenzhou 13",
          "status": {
            "id": 3,
            "name": "Launch Successful",
            "abbrev": "Success",
            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
          },
          "last_updated": "2023-06-14T15:48:19Z",
          "net": "2021-10-15T16:23:56Z",
          "window_end": "2021-10-15T16:54:00Z",
          "window_start": "2021-10-15T16:13:00Z",
          "net_precision": null,
          "probability": null,
          "weather_concerns": null,
          "holdreason": "",
          "failreason": "",
          "hashtag": null,
          "launch_service_provider": {
            "id": 88,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
            "name": "China Aerospace Science and Technology Corporation",
            "type": "Government"
          },
          "rocket": {
            "id": 2861,
            "configuration": {
              "id": 84,
              "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/84/?format=api",
              "name": "Long March 2F/G",
              "family": "Long March",
              "full_name": "Long March 2F/G",
              "variant": "F/G"
            }
          },
          "mission": {
            "id": 1277,
            "name": "Shenzhou 13",
            "description": "Second crewed flight to the Chinese Tiangong space station carrying Zhai Zhigang, commander, Wang Yaping and Ye Guangfu, operators, on their second, second and first spaceflight respectively. Their mission duration onboard the TSS is 6 months, the longest so far in Chinese spaceflight.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
              "id": 8,
              "name": "Low Earth Orbit",
              "abbrev": "LEO"
            },
            "agencies": [],
            "info_urls": [],
            "vid_urls": []
          },
          "pad": {
            "id": 37,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/37/?format=api",
            "agency_id": null,
            "name": "Launch Area 91 (SLS-1 / 921)",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
            "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
            "latitude": "40.957893",
            "longitude": "100.290944",
            "location": {
              "id": 17,
              "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
              "name": "Jiuquan Satellite Launch Center, People's Republic of China",
              "country_code": "CHN",
              "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
              "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
              "timezone_name": "Asia/Shanghai",
              "total_launch_count": 291,
              "total_landing_count": 2
            },
            "country_code": "CHN",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_37_20200803143603.jpg",
            "total_launch_count": 29,
            "orbital_launch_attempt_count": 29
          },
          "webcast_live": false,
          "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_22_lau_image_20251129175823.jpg",
          "infographic": null,
          "program": [
            {
              "id": 19,
              "url": "https://ll.thespacedevs.com/2.2.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://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                  "name": "China Aerospace Science and Technology Corporation",
                  "type": "Government"
                }
              ],
              "image_url": "https://thespacedevs-prod.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",
              "mission_patches": [],
              "type": {
                "id": 2,
                "name": "Human Spaceflight"
              }
            },
            {
              "id": 7,
              "url": "https://ll.thespacedevs.com/2.2.0/program/7/?format=api",
              "name": "Shenzhou",
              "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
              "agencies": [
                {
                  "id": 17,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                  "name": "China National Space Administration",
                  "type": "Government"
                }
              ],
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
              "start_date": "1993-01-01T00:00:00Z",
              "end_date": null,
              "info_url": null,
              "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program",
              "mission_patches": [],
              "type": {
                "id": 2,
                "name": "Human Spaceflight"
              }
            }
          ],
          "orbital_launch_attempt_count": 6136,
          "location_launch_attempt_count": 149,
          "pad_launch_attempt_count": 16,
          "agency_launch_attempt_count": 339,
          "orbital_launch_attempt_count_year": 99,
          "location_launch_attempt_count_year": 14,
          "pad_launch_attempt_count_year": 2,
          "agency_launch_attempt_count_year": 35,
          "type": "normal"
        }
      ],
      "expeditions": [],
      "spacestations": [
        {
          "id": 18,
          "url": "https://ll.thespacedevs.com/2.2.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-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
        }
      ],
      "program": [
        {
          "id": 7,
          "url": "https://ll.thespacedevs.com/2.2.0/program/7/?format=api",
          "name": "Shenzhou",
          "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
          "agencies": [
            {
              "id": 17,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
              "name": "China National Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
          "start_date": "1993-01-01T00:00:00Z",
          "end_date": null,
          "info_url": null,
          "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        },
        {
          "id": 19,
          "url": "https://ll.thespacedevs.com/2.2.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://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
              "name": "China Aerospace Science and Technology Corporation",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.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",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ]
    },
    {
      "id": 410,
      "url": "https://ll.thespacedevs.com/2.2.0/event/410/?format=api",
      "slug": "nasa-lucy-pre-launch-news-conference",
      "name": "NASA Lucy Pre-Launch News Conference",
      "updates": [],
      "last_updated": "2024-03-05T17:26:27Z",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "NASA will host a media briefing about the upcoming launch of the Lucy mission. Lucy will explore multiple asteroids over the course of 12 years.",
      "webcast_live": false,
      "location": "Kennedy Space Center",
      "news_url": null,
      "video_url": null,
      "info_urls": [],
      "vid_urls": [],
      "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lucy_earth_flyb_image_20210930111825.jpg",
      "date": "2021-10-13T17:00:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [
        {
          "id": "7e2d0fe7-6156-442d-be4e-cbac85f259e5",
          "url": "https://ll.thespacedevs.com/2.2.0/launch/7e2d0fe7-6156-442d-be4e-cbac85f259e5/?format=api",
          "slug": "atlas-v-401-lucy",
          "name": "Atlas V 401 | Lucy",
          "status": {
            "id": 3,
            "name": "Launch Successful",
            "abbrev": "Success",
            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
          },
          "last_updated": "2023-12-31T12:31:57Z",
          "net": "2021-10-16T09:34:00Z",
          "window_end": "2021-10-16T10:49:00Z",
          "window_start": "2021-10-16T09:34:00Z",
          "net_precision": null,
          "probability": 90,
          "weather_concerns": null,
          "holdreason": "",
          "failreason": "",
          "hashtag": null,
          "launch_service_provider": {
            "id": 124,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/124/?format=api",
            "name": "United Launch Alliance",
            "type": "Commercial"
          },
          "rocket": {
            "id": 2209,
            "configuration": {
              "id": 16,
              "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/16/?format=api",
              "name": "Atlas V 401",
              "family": "Atlas",
              "full_name": "Atlas V 401",
              "variant": "401"
            }
          },
          "mission": {
            "id": 5849,
            "name": "Lucy",
            "description": "Lucy is the first mission to explore and study Trojan asteroids. The Trojans are a type of asteroids that orbit the Sun in two groups, in front of and behind Jupiter in its orbit around our star. Since these asteroids have been in such stable orbits for billions of years, they are of great interest as remnants of early Solar System.\r\nLucy is a NASA mission led by NASA Goddard and Southwest Research Institute in Boulder, Colorado. Over the course of 12 years, Lucy will fly by seven different Trojan asteroids and also one main belt asteroid. The complex trajectory to visit all targets will include several Earth gravity assists.",
            "launch_designator": null,
            "type": "Robotic Exploration",
            "orbit": {
              "id": 6,
              "name": "Heliocentric N/A",
              "abbrev": "Helio-N/A"
            },
            "agencies": [],
            "info_urls": [],
            "vid_urls": []
          },
          "pad": {
            "id": 29,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/29/?format=api",
            "agency_id": null,
            "name": "Space Launch Complex 41",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_41",
            "map_url": "https://www.google.com/maps?q=28.58341025,-80.58303644",
            "latitude": "28.58341025",
            "longitude": "-80.58303644",
            "location": {
              "id": 12,
              "url": "https://ll.thespacedevs.com/2.2.0/location/12/?format=api",
              "name": "Cape Canaveral SFS, FL, USA",
              "country_code": "USA",
              "description": "Cape Canaveral Space Force Station (CCSFS) is an installation of the United States Space Force's Space Launch Delta 45, located on Cape Canaveral in Brevard County, Florida.",
              "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
              "timezone_name": "America/New_York",
              "total_launch_count": 1119,
              "total_landing_count": 75
            },
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_29_20200803143528.jpg",
            "total_launch_count": 125,
            "orbital_launch_attempt_count": 125
          },
          "webcast_live": false,
          "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_v_image_20201212013334.jpeg",
          "infographic": null,
          "program": [
            {
              "id": 33,
              "url": "https://ll.thespacedevs.com/2.2.0/program/33/?format=api",
              "name": "Discovery Program",
              "description": "The Discovery Program is a series of Solar System exploration missions funded by the U.S. National Aeronautics and Space Administration (NASA) through its Planetary Missions Program Office. The cost of each mission is capped at a lower level than missions from NASA's New Frontiers or Flagship Programs. As a result, Discovery missions tend to be more focused on a specific scientific goal rather than serving a general purpose.",
              "agencies": [
                {
                  "id": 44,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                  "name": "National Aeronautics and Space Administration",
                  "type": "Government"
                }
              ],
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/discovery2520p_program_20231231122246.jpeg",
              "start_date": "1990-01-01T00:00:00Z",
              "end_date": null,
              "info_url": "https://www.nasa.gov/planetarymissions/discovery-program/",
              "wiki_url": "https://en.wikipedia.org/wiki/Discovery_Program",
              "mission_patches": [],
              "type": {
                "id": 5,
                "name": "Exploration"
              }
            }
          ],
          "orbital_launch_attempt_count": 6137,
          "location_launch_attempt_count": 826,
          "pad_launch_attempt_count": 101,
          "agency_launch_attempt_count": 147,
          "orbital_launch_attempt_count_year": 100,
          "location_launch_attempt_count_year": 15,
          "pad_launch_attempt_count_year": 2,
          "agency_launch_attempt_count_year": 4,
          "type": "normal"
        }
      ],
      "expeditions": [],
      "spacestations": [],
      "program": []
    },
    {
      "id": 409,
      "url": "https://ll.thespacedevs.com/2.2.0/event/409/?format=api",
      "slug": "spacex-crew-3-crew-news-conference",
      "name": "SpaceX Crew-3 Crew News Conference",
      "updates": [],
      "last_updated": "2024-03-05T17:26:13Z",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "NASA astronauts Raja Chari, Tom Marshburn, and Kayla Barron as well as ESA astronaut Matthias Maurer will answer press questions about their upcoming flight to International Space Station.",
      "webcast_live": false,
      "location": "Johnson Space Center",
      "news_url": null,
      "video_url": null,
      "info_urls": [],
      "vid_urls": [],
      "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_crew-3_m_image_20211001183755.jpeg",
      "date": "2021-10-07T18:00:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [
        {
          "id": "0d779392-1a36-4c1e-b0b8-ec11e3031ee6",
          "url": "https://ll.thespacedevs.com/2.2.0/launch/0d779392-1a36-4c1e-b0b8-ec11e3031ee6/?format=api",
          "slug": "falcon-9-block-5-crew-3",
          "name": "Falcon 9 Block 5 | Crew-3",
          "status": {
            "id": 3,
            "name": "Launch Successful",
            "abbrev": "Success",
            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
          },
          "last_updated": "2024-03-05T18:31:25Z",
          "net": "2021-11-11T02:03:31Z",
          "window_end": "2021-11-11T02:03:31Z",
          "window_start": "2021-11-11T02:03:31Z",
          "net_precision": null,
          "probability": 70,
          "weather_concerns": null,
          "holdreason": "",
          "failreason": "",
          "hashtag": null,
          "launch_service_provider": {
            "id": 121,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
            "name": "SpaceX",
            "type": "Commercial"
          },
          "rocket": {
            "id": 2812,
            "configuration": {
              "id": 164,
              "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
              "name": "Falcon 9",
              "family": "Falcon",
              "full_name": "Falcon 9 Block 5",
              "variant": "Block 5"
            }
          },
          "mission": {
            "id": 1220,
            "name": "Crew-3",
            "description": "SpaceX Crew-3 is the third crewed operational flight of a Crew Dragon spacecraft to the International Space Station as part of NASA's Commercial Crew Program.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
              "id": 8,
              "name": "Low Earth Orbit",
              "abbrev": "LEO"
            },
            "agencies": [],
            "info_urls": [],
            "vid_urls": []
          },
          "pad": {
            "id": 87,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/87/?format=api",
            "agency_id": 121,
            "name": "Launch Complex 39A",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
            "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
            "latitude": "28.60822681",
            "longitude": "-80.60428186",
            "location": {
              "id": 27,
              "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
              "name": "Kennedy Space Center, FL, USA",
              "country_code": "USA",
              "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
              "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
              "timezone_name": "America/New_York",
              "total_launch_count": 281,
              "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
            "total_launch_count": 222,
            "orbital_launch_attempt_count": 221
          },
          "webcast_live": false,
          "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20220301072106.jpeg",
          "infographic": null,
          "program": [
            {
              "id": 5,
              "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
                  "name": "Boeing",
                  "type": "Commercial"
                },
                {
                  "id": 44,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                  "name": "National Aeronautics and Space Administration",
                  "type": "Government"
                },
                {
                  "id": 121,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                  "name": "SpaceX",
                  "type": "Commercial"
                }
              ],
              "image_url": "https://thespacedevs-prod.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": 17,
              "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                  "name": "Canadian Space Agency",
                  "type": "Government"
                },
                {
                  "id": 27,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                  "name": "European Space Agency",
                  "type": "Multinational"
                },
                {
                  "id": 37,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                  "name": "Japan Aerospace Exploration Agency",
                  "type": "Government"
                },
                {
                  "id": 44,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                  "name": "National Aeronautics and Space Administration",
                  "type": "Government"
                },
                {
                  "id": 63,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                  "name": "Russian Federal Space Agency (ROSCOSMOS)",
                  "type": "Government"
                }
              ],
              "image_url": "https://thespacedevs-prod.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"
              }
            }
          ],
          "orbital_launch_attempt_count": 6148,
          "location_launch_attempt_count": 192,
          "pad_launch_attempt_count": 135,
          "agency_launch_attempt_count": 145,
          "orbital_launch_attempt_count_year": 111,
          "location_launch_attempt_count_year": 10,
          "pad_launch_attempt_count_year": 10,
          "agency_launch_attempt_count_year": 28,
          "type": "normal"
        }
      ],
      "expeditions": [],
      "spacestations": [],
      "program": [
        {
          "id": 5,
          "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
              "name": "Boeing",
              "type": "Commercial"
            },
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 121,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-prod.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": 17,
          "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.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": 408,
      "url": "https://ll.thespacedevs.com/2.2.0/event/408/?format=api",
      "slug": "spacex-crew-3-mission-overview-press-conference",
      "name": "SpaceX Crew-3 Mission Overview Press Conference",
      "updates": [],
      "last_updated": "2024-03-05T17:30:27Z",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "NASA will present an overview of SpaceX Crew-3 mission and discuss an upcoming crew rotation.",
      "webcast_live": false,
      "location": "Johnson Space Center",
      "news_url": null,
      "video_url": null,
      "info_urls": [],
      "vid_urls": [],
      "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_crew-3_m_image_20211001183755.jpeg",
      "date": "2021-10-06T17:00:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [
        {
          "id": "0d779392-1a36-4c1e-b0b8-ec11e3031ee6",
          "url": "https://ll.thespacedevs.com/2.2.0/launch/0d779392-1a36-4c1e-b0b8-ec11e3031ee6/?format=api",
          "slug": "falcon-9-block-5-crew-3",
          "name": "Falcon 9 Block 5 | Crew-3",
          "status": {
            "id": 3,
            "name": "Launch Successful",
            "abbrev": "Success",
            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
          },
          "last_updated": "2024-03-05T18:31:25Z",
          "net": "2021-11-11T02:03:31Z",
          "window_end": "2021-11-11T02:03:31Z",
          "window_start": "2021-11-11T02:03:31Z",
          "net_precision": null,
          "probability": 70,
          "weather_concerns": null,
          "holdreason": "",
          "failreason": "",
          "hashtag": null,
          "launch_service_provider": {
            "id": 121,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
            "name": "SpaceX",
            "type": "Commercial"
          },
          "rocket": {
            "id": 2812,
            "configuration": {
              "id": 164,
              "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/164/?format=api",
              "name": "Falcon 9",
              "family": "Falcon",
              "full_name": "Falcon 9 Block 5",
              "variant": "Block 5"
            }
          },
          "mission": {
            "id": 1220,
            "name": "Crew-3",
            "description": "SpaceX Crew-3 is the third crewed operational flight of a Crew Dragon spacecraft to the International Space Station as part of NASA's Commercial Crew Program.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
              "id": 8,
              "name": "Low Earth Orbit",
              "abbrev": "LEO"
            },
            "agencies": [],
            "info_urls": [],
            "vid_urls": []
          },
          "pad": {
            "id": 87,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/87/?format=api",
            "agency_id": 121,
            "name": "Launch Complex 39A",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
            "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
            "latitude": "28.60822681",
            "longitude": "-80.60428186",
            "location": {
              "id": 27,
              "url": "https://ll.thespacedevs.com/2.2.0/location/27/?format=api",
              "name": "Kennedy Space Center, FL, USA",
              "country_code": "USA",
              "description": "The John F. Kennedy Space Center, located on Merritt Island, Florida, is one of NASA's ten field centers. Since 1968, KSC has been NASA's primary launch center of American spaceflight, research, and technology. Launch operations for the Apollo, Skylab and Space Shuttle programs were carried out from Kennedy Space Center Launch Complex 39 and managed by KSC. Located on the east coast of Florida, KSC is adjacent to Cape Canaveral Space Force Station (CCSFS).",
              "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
              "timezone_name": "America/New_York",
              "total_launch_count": 281,
              "total_landing_count": 0
            },
            "country_code": "USA",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
            "total_launch_count": 222,
            "orbital_launch_attempt_count": 221
          },
          "webcast_live": false,
          "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20220301072106.jpeg",
          "infographic": null,
          "program": [
            {
              "id": 5,
              "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
                  "name": "Boeing",
                  "type": "Commercial"
                },
                {
                  "id": 44,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                  "name": "National Aeronautics and Space Administration",
                  "type": "Government"
                },
                {
                  "id": 121,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                  "name": "SpaceX",
                  "type": "Commercial"
                }
              ],
              "image_url": "https://thespacedevs-prod.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": 17,
              "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                  "name": "Canadian Space Agency",
                  "type": "Government"
                },
                {
                  "id": 27,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                  "name": "European Space Agency",
                  "type": "Multinational"
                },
                {
                  "id": 37,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                  "name": "Japan Aerospace Exploration Agency",
                  "type": "Government"
                },
                {
                  "id": 44,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                  "name": "National Aeronautics and Space Administration",
                  "type": "Government"
                },
                {
                  "id": 63,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                  "name": "Russian Federal Space Agency (ROSCOSMOS)",
                  "type": "Government"
                }
              ],
              "image_url": "https://thespacedevs-prod.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"
              }
            }
          ],
          "orbital_launch_attempt_count": 6148,
          "location_launch_attempt_count": 192,
          "pad_launch_attempt_count": 135,
          "agency_launch_attempt_count": 145,
          "orbital_launch_attempt_count_year": 111,
          "location_launch_attempt_count_year": 10,
          "pad_launch_attempt_count_year": 10,
          "agency_launch_attempt_count_year": 28,
          "type": "normal"
        }
      ],
      "expeditions": [],
      "spacestations": [],
      "program": [
        {
          "id": 5,
          "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
              "name": "Boeing",
              "type": "Commercial"
            },
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 121,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-prod.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": 17,
          "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.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": 278,
      "url": "https://ll.thespacedevs.com/2.2.0/event/278/?format=api",
      "slug": "soyuz-ms-19-docking",
      "name": "Soyuz MS-19 Docking",
      "updates": [],
      "last_updated": "2024-03-05T17:30:07Z",
      "type": {
        "id": 2,
        "name": "Docking"
      },
      "description": "The Soyuz MS-19 spacecraft will dock to the International Space Station carrying ROSCOSMOS cosmonaut Anton Shkaplerov as Expeditions 65/66 crew member as well as film director Klim Shipenko and actress Yulia Peresild.",
      "webcast_live": false,
      "location": "International Space Station",
      "news_url": null,
      "video_url": null,
      "info_urls": [],
      "vid_urls": [],
      "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
      "date": "2021-10-05T12:22:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [
        {
          "id": "3637c9eb-25b4-4aaa-bb7e-2c3c53c46e56",
          "url": "https://ll.thespacedevs.com/2.2.0/launch/3637c9eb-25b4-4aaa-bb7e-2c3c53c46e56/?format=api",
          "slug": "soyuz-21a-soyuz-ms-19",
          "name": "Soyuz 2.1a | Soyuz MS-19",
          "status": {
            "id": 3,
            "name": "Launch Successful",
            "abbrev": "Success",
            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
          },
          "last_updated": "2023-06-14T08:57:31Z",
          "net": "2021-10-05T08:55:02Z",
          "window_end": "2021-10-05T08:55:02Z",
          "window_start": "2021-10-05T08:55:02Z",
          "net_precision": null,
          "probability": null,
          "weather_concerns": null,
          "holdreason": "",
          "failreason": "",
          "hashtag": null,
          "launch_service_provider": {
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "type": "Government"
          },
          "rocket": {
            "id": 2846,
            "configuration": {
              "id": 24,
              "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/24/?format=api",
              "name": "Soyuz 2.1a",
              "family": "Soyuz",
              "full_name": "Soyuz 2.1a",
              "variant": ""
            }
          },
          "mission": {
            "id": 1253,
            "name": "Soyuz MS-19",
            "description": "Soyuz mission launching from the Baikonur Cosmodrome in Kazakhstan and carrying Roscosmos cosmonaut Anton Shkaplerov as well as the Challenge movie crew (Russian film producer Klim Shipenko and actress Yulia Peresild) to the International Space Station.",
            "launch_designator": null,
            "type": "Human Exploration",
            "orbit": {
              "id": 8,
              "name": "Low Earth Orbit",
              "abbrev": "LEO"
            },
            "agencies": [],
            "info_urls": [],
            "vid_urls": []
          },
          "pad": {
            "id": 20,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/20/?format=api",
            "agency_id": null,
            "name": "31/6",
            "description": "",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Baikonur_Cosmodrome_Site_31",
            "map_url": "https://www.google.com/maps?q=45.996034,63.564003",
            "latitude": "45.996034",
            "longitude": "63.564003",
            "location": {
              "id": 15,
              "url": "https://ll.thespacedevs.com/2.2.0/location/15/?format=api",
              "name": "Baikonur Cosmodrome, Republic of Kazakhstan",
              "country_code": "KAZ",
              "description": "The Baikonur Cosmodrome is a spaceport operated by Russia within Kazakhstan. Located in the Kazakh city of Baikonur, it is the largest operational space launch facility in terms of area. All Russian crewed spaceflights are launched from Baikonur.",
              "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_15_20200803142517.jpg",
              "timezone_name": "Asia/Qyzylorda",
              "total_launch_count": 1563,
              "total_landing_count": 0
            },
            "country_code": "KAZ",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_20_20200803143516.jpg",
            "total_launch_count": 428,
            "orbital_launch_attempt_count": 428
          },
          "webcast_live": false,
          "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
          "infographic": null,
          "program": [
            {
              "id": 17,
              "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
                  "name": "Canadian Space Agency",
                  "type": "Government"
                },
                {
                  "id": 27,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
                  "name": "European Space Agency",
                  "type": "Multinational"
                },
                {
                  "id": 37,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
                  "name": "Japan Aerospace Exploration Agency",
                  "type": "Government"
                },
                {
                  "id": 44,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                  "name": "National Aeronautics and Space Administration",
                  "type": "Government"
                },
                {
                  "id": 63,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                  "name": "Russian Federal Space Agency (ROSCOSMOS)",
                  "type": "Government"
                }
              ],
              "image_url": "https://thespacedevs-prod.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": 8,
              "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                  "name": "Russian Federal Space Agency (ROSCOSMOS)",
                  "type": "Government"
                },
                {
                  "id": 66,
                  "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
                  "name": "Soviet Space Program",
                  "type": "Government"
                }
              ],
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/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"
              }
            }
          ],
          "orbital_launch_attempt_count": 6133,
          "location_launch_attempt_count": 1524,
          "pad_launch_attempt_count": 395,
          "agency_launch_attempt_count": 297,
          "orbital_launch_attempt_count_year": 96,
          "location_launch_attempt_count_year": 9,
          "pad_launch_attempt_count_year": 8,
          "agency_launch_attempt_count_year": 5,
          "type": "normal"
        }
      ],
      "expeditions": [
        {
          "id": 143,
          "url": "https://ll.thespacedevs.com/2.2.0/expedition/143/?format=api",
          "name": "Challenge Movie Crew",
          "start": "2021-10-05T12:22:31Z",
          "end": "2021-10-17T01:14:00Z",
          "spacestation": {
            "id": 4,
            "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
          },
          "mission_patches": [
            {
              "id": 72,
              "name": "Soyuz MS-19 Mission Patch",
              "priority": 10,
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/soyuz2520ms-19_mission_patch_20210807140848.png",
              "agency": {
                "id": 63,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
                "name": "Russian Federal Space Agency (ROSCOSMOS)",
                "type": "Government"
              }
            }
          ],
          "spacewalks": []
        },
        {
          "id": 141,
          "url": "https://ll.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://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
          },
          "mission_patches": [
            {
              "id": 728,
              "name": "Expedition 65 Patch",
              "priority": 9,
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_65_patch_20221024013522.png",
              "agency": {
                "id": 44,
                "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20211017070409.png",
              "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
              }
            }
          ],
          "spacewalks": [
            {
              "id": 431,
              "url": "https://ll.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": 430,
              "url": "https://ll.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": 429,
              "url": "https://ll.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": 428,
              "url": "https://ll.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": 427,
              "url": "https://ll.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"
            },
            {
              "id": 426,
              "url": "https://ll.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": 425,
              "url": "https://ll.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"
            }
          ]
        }
      ],
      "spacestations": [
        {
          "id": 4,
          "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
        }
      ],
      "program": [
        {
          "id": 17,
          "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.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": 8,
          "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            },
            {
              "id": 66,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
              "name": "Soviet Space Program",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/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": 330,
      "url": "https://ll.thespacedevs.com/2.2.0/event/330/?format=api",
      "slug": "iss-expedition-65-change-of-command-ceremony-2",
      "name": "ISS Expedition 65 Change of Command Ceremony",
      "updates": [],
      "last_updated": "2024-03-05T17:29:23Z",
      "type": {
        "id": 15,
        "name": "Change of Command"
      },
      "description": "JAXA astronaut Hakihiko Hoshide, second Expedition 65 commander, will hand over the International Space Station command to ESA astronaut Thomas Pesquet.",
      "webcast_live": false,
      "location": "International Space Station",
      "news_url": null,
      "video_url": null,
      "info_urls": [],
      "vid_urls": [],
      "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/iss_expedition__image_20210424091431.jpeg",
      "date": "2021-10-04T19:20:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [],
      "expeditions": [
        {
          "id": 141,
          "url": "https://ll.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://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
          },
          "mission_patches": [
            {
              "id": 728,
              "name": "Expedition 65 Patch",
              "priority": 9,
              "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_65_patch_20221024013522.png",
              "agency": {
                "id": 44,
                "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20211017070409.png",
              "agency": {
                "id": 44,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
              }
            }
          ],
          "spacewalks": [
            {
              "id": 431,
              "url": "https://ll.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": 430,
              "url": "https://ll.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": 429,
              "url": "https://ll.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": 428,
              "url": "https://ll.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": 427,
              "url": "https://ll.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"
            },
            {
              "id": 426,
              "url": "https://ll.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": 425,
              "url": "https://ll.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"
            }
          ]
        }
      ],
      "spacestations": [
        {
          "id": 4,
          "url": "https://ll.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-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
        }
      ],
      "program": [
        {
          "id": 17,
          "url": "https://ll.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://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.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": 379,
      "url": "https://ll.thespacedevs.com/2.2.0/event/379/?format=api",
      "slug": "bepicolombo-mercury-flyby",
      "name": "BepiColombo Mercury Flyby",
      "updates": [],
      "last_updated": "2024-03-05T17:26:19Z",
      "type": {
        "id": 23,
        "name": "Flyby"
      },
      "description": "The ESA/JAXA BepiColombo mission to Mercury will make the first of six flybys of its destination planet on 1 October before entering orbit in 2025.",
      "webcast_live": false,
      "location": "Mercury",
      "news_url": "https://www.esa.int/Science_Exploration/Space_Science/BepiColombo/Mercury_ahead%21",
      "video_url": "https://www.youtube.com/watch?v=-cf3qFtz86U",
      "info_urls": [
        {
          "priority": 10,
          "source": "www.esa.int",
          "title": "Mercury ahead!",
          "description": "The ESA/JAXA BepiColombo mission to Mercury will make the first of six flybys of its destination planet on 1 October before entering orbit in 2025.",
          "feature_image": null,
          "url": "https://www.esa.int/Science_Exploration/Space_Science/BepiColombo/Mercury_ahead%21",
          "type": null,
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "JAXA相模原チャンネル",
          "title": "BepiColombo「みお」第1回水星スイングバイ#1 ライブ中継",
          "description": "BepiColombo「みお」が1回目の水星スイングバイを実施し、2021年10月2日08時34分頃に高度約200 kmまで最接近します。最接近の前後における探査機の位置(予測軌道)およびJAXA相模原の「みお」運用室で監視中の探査機ステータスの一部をライブ中継します。最接近のおよそ30分後には運用メンバのインタビューも!お楽しみに!\n#BepiColombo",
          "feature_image": "https://i.ytimg.com/vi/-cf3qFtz86U/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=-cf3qFtz86U",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 6,
            "name": "Japanese",
            "code": "jp"
          },
          "start_time": "2021-10-01T22:56:27Z",
          "end_time": "2021-10-02T00:31:38Z"
        }
      ],
      "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bepicolombo_at__image_20240306080108.jpeg",
      "date": "2021-10-01T23:34:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [
        {
          "id": "e81bd43b-6359-4436-911f-01888c3369ef",
          "url": "https://ll.thespacedevs.com/2.2.0/launch/e81bd43b-6359-4436-911f-01888c3369ef/?format=api",
          "slug": "ariane-5-eca-bepicolombo",
          "name": "Ariane 5 ECA | BepiColombo",
          "status": {
            "id": 3,
            "name": "Launch Successful",
            "abbrev": "Success",
            "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
          },
          "last_updated": "2023-06-14T04:01:04Z",
          "net": "2018-10-20T01:45:28Z",
          "window_end": "2018-10-20T01:45:28Z",
          "window_start": "2018-10-20T01:45:28Z",
          "net_precision": null,
          "probability": null,
          "weather_concerns": null,
          "holdreason": "",
          "failreason": null,
          "hashtag": "#BepiColombo",
          "launch_service_provider": {
            "id": 115,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/115/?format=api",
            "name": "Arianespace",
            "type": "Commercial"
          },
          "rocket": {
            "id": 14,
            "configuration": {
              "id": 20,
              "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/20/?format=api",
              "name": "Ariane 5 ECA",
              "family": "Ariane",
              "full_name": "Ariane 5 ECA",
              "variant": "ECA"
            }
          },
          "mission": {
            "id": 590,
            "name": "BepiColombo",
            "description": "BepiColombo is a joint mission of the ESA and the JAXA to the planet Mercury. The mission comprises two satellites to be launched together: the Mercury Planetary Orbiter (MPO) and the Mercury Magnetospheric Orbiter (MMO). The mission will perform a comprehensive study of Mercury, including its magnetic field, magnetosphere, interior structure and surface.",
            "launch_designator": null,
            "type": "Planetary Science",
            "orbit": {
              "id": 6,
              "name": "Heliocentric N/A",
              "abbrev": "Helio-N/A"
            },
            "agencies": [],
            "info_urls": [],
            "vid_urls": []
          },
          "pad": {
            "id": 77,
            "url": "https://ll.thespacedevs.com/2.2.0/pad/77/?format=api",
            "agency_id": 115,
            "name": "Ariane Launch Area 3",
            "description": "ELA-3, is a launch pad and associated facilities at the Centre Spatial Guyanais in French Guiana. ELA-3 was operated by Arianespace as part of the expendable launch system for Ariane 5 launch vehicles.",
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/ELA-3",
            "map_url": "https://www.google.com/maps?q=5.239,-52.768",
            "latitude": "5.239",
            "longitude": "-52.768",
            "location": {
              "id": 13,
              "url": "https://ll.thespacedevs.com/2.2.0/location/13/?format=api",
              "name": "Guiana Space Centre, French Guiana",
              "country_code": "GUF",
              "description": "The Guiana Space Centre is a European spaceport to the northwest of Kourou in French Guiana, a region of France in South America. Kourou is located at a latitude of 5°. In operation since 1968, it is a suitable location for a spaceport because of its equatorial location and open sea to the east.",
              "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
              "timezone_name": "America/Cayenne",
              "total_launch_count": 334,
              "total_landing_count": 0
            },
            "country_code": "GUF",
            "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
            "total_launch_count": 118,
            "orbital_launch_attempt_count": 118
          },
          "webcast_live": false,
          "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane252052520eca_image_20190224012333.jpeg",
          "infographic": null,
          "program": [],
          "orbital_launch_attempt_count": 5787,
          "location_launch_attempt_count": 284,
          "pad_launch_attempt_count": 102,
          "agency_launch_attempt_count": 269,
          "orbital_launch_attempt_count_year": 81,
          "location_launch_attempt_count_year": 7,
          "pad_launch_attempt_count_year": 5,
          "agency_launch_attempt_count_year": 7,
          "type": "normal"
        }
      ],
      "expeditions": [],
      "spacestations": [],
      "program": []
    },
    {
      "id": 404,
      "url": "https://ll.thespacedevs.com/2.2.0/event/404/?format=api",
      "slug": "rs-25-engine-test-3",
      "name": "RS-25 Engine Test",
      "updates": [],
      "last_updated": "2024-03-08T09:51:00Z",
      "type": {
        "id": 5,
        "name": "Static Fire"
      },
      "description": "NASA will conduct an RS-25 engine test on the A-1 Test Stand 19:20 UTC at the Stennis Space Center near Bay St. Louis, Mississippi.",
      "webcast_live": false,
      "location": "Stennis Space Center, Mississippi",
      "news_url": "https://twitter.com/NASAStennis/status/1443595239353110533?s=19",
      "video_url": "https://www.youtube.com/watch?v=OHub3uHmJYE",
      "info_urls": [
        {
          "priority": 10,
          "source": "twitter.com",
          "title": "",
          "description": "This browser is no longer supported.\n\nPlease switch to a supported browser to continue using twitter.com. You can see a list of supported browsers in our Help Center.",
          "feature_image": null,
          "url": "https://twitter.com/NASAStennis/status/1443595239353110533?s=19",
          "type": null,
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA Stennis",
          "title": "NASA Stennis Live Stream",
          "description": "",
          "feature_image": "https://i.ytimg.com/vi/OHub3uHmJYE/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=OHub3uHmJYE",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2021-09-30T19:10:52Z",
          "end_time": "2021-09-30T19:28:58Z"
        }
      ],
      "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rs-25_engine_te_image_20240308095002.jpg",
      "date": "2021-09-30T19:20:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": [
        {
          "id": 15,
          "url": "https://ll.thespacedevs.com/2.2.0/program/15/?format=api",
          "name": "Artemis",
          "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region.",
          "agencies": [
            {
              "id": 44,
              "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
          "start_date": "2017-12-11T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/specials/artemis/",
          "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ]
    }
  ]
}