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

{
  "count": 1146,
  "next": "https://lldev.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=700&ordering=last_updated",
  "previous": "https://lldev.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=680&ordering=last_updated",
  "results": [
    {
      "id": 621,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/621/?format=api",
      "slug": "artemis-moon-to-mars-exploration-plans-briefing",
      "name": "Artemis Moon to Mars Exploration Plans Briefing",
      "updates": [],
      "last_updated": "2024-03-05T17:31:58Z",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "NASA will hold a media briefing detailing the agencies plans for exploration of the Moon and Mars.",
      "webcast_live": false,
      "location": "Kennedy Space Center, FL, USA",
      "news_url": "https://www.nasa.gov/press-release/nasa-sets-launch-coverage-for-artemis-mega-moon-rocket-spacecraft",
      "video_url": "https://www.youtube.com/watch?v=uIbHb3BxjxU",
      "info_urls": [
        {
          "priority": 10,
          "source": "www.nasa.gov",
          "title": "NASA Sets Launch Coverage for Artemis Mega Moon Rocket, Spacecraft",
          "description": "NASA will provide coverage of prelaunch, launch, and postlaunch activities for Artemis I, the first integrated test of NASA’s Orion spacecraft, Space Launch System (SLS) rocket, and the ground systems at the agency’s Kennedy Space Center in Florida.",
          "feature_image": null,
          "url": "https://www.nasa.gov/press-release/nasa-sets-launch-coverage-for-artemis-mega-moon-rocket-spacecraft",
          "type": {
            "id": 1,
            "name": "Official Page"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA Video",
          "title": "Artemis I Prelaunch News Conference with NASA Leadership (Aug. 27, 2022)",
          "description": "At 2:30 p.m. EDT (18:30 UTC), Saturday, Aug. 27, NASA leaders and experts discuss the agency’s Moon to Mars exploration plans. Participants include: \n\n Bill Nelson, NASA administrator  \n Bhavya Lal, N...",
          "feature_image": "https://i.ytimg.com/vi/uIbHb3BxjxU/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=uIbHb3BxjxU",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2022-08-27T18:30:43Z",
          "end_time": "2022-08-27T20:07:22Z"
        }
      ],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis-1_fligh_image_20220819161022.jpeg",
      "date": "2022-08-27T18:30:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": [
        {
          "id": 15,
          "url": "https://lldev.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://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
          "start_date": "2017-12-11T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/specials/artemis/",
          "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ]
    },
    {
      "id": 499,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/499/?format=api",
      "slug": "artemis-i-sls-rollout-1",
      "name": "Artemis I SLS Rollout #1",
      "updates": [],
      "last_updated": "2024-03-05T17:31:58Z",
      "type": {
        "id": 27,
        "name": "Rollout"
      },
      "description": "NASA will roll out their first fully stacked Space Launch System (SLS) rocket to LC-39B, where it will complete a wet dress rehearsal (WDR) which involves loading the vehicle with propellants and taking the vehicle through the countdown to ignition where the countdown is halted.\r\nAfter the WDR, NASA will roll the vehicle back to the Vehicle Assembly Building to complete final checks prior to rolling out for launch later this year.\r\nThe rollout is expected to take around 11 hours, and will utilise an upgraded crawler transporter - the same system its predecessors (Space Shuttle, Ares, Saturn, etc.) used.",
      "webcast_live": false,
      "location": "Kennedy Space Center",
      "news_url": null,
      "video_url": null,
      "info_urls": [],
      "vid_urls": [],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis-1_sls_r_image_20220225144145.jpg",
      "date": "2022-03-17T21:45:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": [
        {
          "id": 15,
          "url": "https://lldev.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://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
          "start_date": "2017-12-11T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/specials/artemis/",
          "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ]
    },
    {
      "id": 615,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/615/?format=api",
      "slug": "artemis-i-candidate-landing-locations-teleconferen",
      "name": "Artemis I Candidate Landing Locations Teleconference",
      "updates": [],
      "last_updated": "2024-03-05T17:31:59Z",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "NASA will hold a media briefing to announce the candidate landing locations for Artemis III - the first crewed moon landing since Apollo.",
      "webcast_live": false,
      "location": null,
      "news_url": "https://www.nasa.gov/press-release/nasa-to-announce-candidate-landing-regions-for-artemis-iii-moon-mission",
      "video_url": "https://www.youtube.com/watch?v=OBqeePRZjE0",
      "info_urls": [
        {
          "priority": 10,
          "source": "www.nasa.gov",
          "title": "NASA to Announce Candidate Landing Regions for Artemis III Mission",
          "description": "NASA will hold a media teleconference at 2 p.m. EDT Friday, Aug. 19, to announce regions near the lunar South Pole the agency has identified as potential areas for astronauts to land as part of the Artemis III mission, targeted for 2025.",
          "feature_image": null,
          "url": "https://www.nasa.gov/press-release/nasa-to-announce-candidate-landing-regions-for-artemis-iii-moon-mission",
          "type": {
            "id": 1,
            "name": "Official Page"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA Video",
          "title": "Media Briefing: Artemis III Candidate Landing Regions (Aug. 19, 2022)",
          "description": "",
          "feature_image": "https://i.ytimg.com/vi/OBqeePRZjE0/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=OBqeePRZjE0",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2022-08-19T17:59:56Z",
          "end_time": "2022-08-19T18:59:23Z"
        }
      ],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis-3_candi_image_20220817231937.jpg",
      "date": "2022-08-19T18:00:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": [
        {
          "id": 15,
          "url": "https://lldev.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://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
          "start_date": "2017-12-11T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/specials/artemis/",
          "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ]
    },
    {
      "id": 618,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/618/?format=api",
      "slug": "artemis-i-flight-readiness-review-briefing",
      "name": "Artemis I Flight Readiness Review Briefing",
      "updates": [],
      "last_updated": "2024-03-05T17:31:59Z",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "NASA will hold a media briefing following the completion of the Artemis I Flight Readiness Review.",
      "webcast_live": false,
      "location": "Kennedy Space Center, FL, USA",
      "news_url": "https://www.nasa.gov/press-release/nasa-sets-launch-coverage-for-artemis-mega-moon-rocket-spacecraft",
      "video_url": "https://www.youtube.com/watch?v=4an27_S7b_8",
      "info_urls": [
        {
          "priority": 10,
          "source": "www.nasa.gov",
          "title": "NASA Sets Launch Coverage for Artemis Mega Moon Rocket, Spacecraft",
          "description": "NASA will provide coverage of prelaunch, launch, and postlaunch activities for Artemis I, the first integrated test of NASA’s Orion spacecraft, Space Launch System (SLS) rocket, and the ground systems at the agency’s Kennedy Space Center in Florida.",
          "feature_image": null,
          "url": "https://www.nasa.gov/press-release/nasa-sets-launch-coverage-for-artemis-mega-moon-rocket-spacecraft",
          "type": {
            "id": 1,
            "name": "Official Page"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA Video",
          "title": "Artemis I Flight Readiness Review Briefing (Aug. 22, 2022)",
          "description": "Following the Aug. 22 flight readiness review, NASA managers provide a news update on the Artemis I mission, scheduled to launch at 8:33 a.m. EDT (12:33 UTC), Monday, August 29, 2022. \n\nParticipants i...",
          "feature_image": "https://i.ytimg.com/vi/4an27_S7b_8/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=4an27_S7b_8",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2022-08-23T00:00:48Z",
          "end_time": "2022-08-23T01:01:39Z"
        }
      ],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis-1_fligh_image_20220819161022.jpeg",
      "date": "2022-08-23T00:00:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": [
        {
          "id": 15,
          "url": "https://lldev.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://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
          "start_date": "2017-12-11T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/specials/artemis/",
          "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ]
    },
    {
      "id": 631,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/631/?format=api",
      "slug": "artemis-i-status-update-5",
      "name": "Artemis I Status Update #5",
      "updates": [],
      "last_updated": "2024-03-05T17:32:00Z",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "NASA will hold a media teleconference to provide an update on data analysis and discussions from the Artemis I mission management team.",
      "webcast_live": false,
      "location": "Kennedy Space Center",
      "news_url": null,
      "video_url": "https://www.youtube.com/watch?v=7BpRN5BiQxo",
      "info_urls": [],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA Video",
          "title": "Media Briefing: Artemis I Launch Status (Aug. 30, 2022)",
          "description": "",
          "feature_image": "https://i.ytimg.com/vi/7BpRN5BiQxo/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=7BpRN5BiQxo",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2022-08-30T21:58:12Z",
          "end_time": "2022-08-30T22:59:49Z"
        }
      ],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis-1_sls_r_image_20220522090551.jpeg",
      "date": "2022-08-30T22:00:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": [
        {
          "id": 15,
          "url": "https://lldev.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://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
          "start_date": "2017-12-11T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/specials/artemis/",
          "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ]
    },
    {
      "id": 622,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/622/?format=api",
      "slug": "artemis-i-countdown-status-briefing",
      "name": "Artemis I Countdown Status Briefing",
      "updates": [],
      "last_updated": "2024-03-05T17:32:01Z",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "NASA will hold a briefing to provide an update on the Artemis I countdown.",
      "webcast_live": false,
      "location": "Kennedy Space Center, FL, USA",
      "news_url": "https://www.nasa.gov/press-release/nasa-sets-launch-coverage-for-artemis-mega-moon-rocket-spacecraft",
      "video_url": "https://www.youtube.com/watch?v=h6LH0QeF_6c",
      "info_urls": [
        {
          "priority": 10,
          "source": "www.nasa.gov",
          "title": "NASA Sets Launch Coverage for Artemis Mega Moon Rocket, Spacecraft",
          "description": "NASA will provide coverage of prelaunch, launch, and postlaunch activities for Artemis I, the first integrated test of NASA’s Orion spacecraft, Space Launch System (SLS) rocket, and the ground systems at the agency’s Kennedy Space Center in Florida.",
          "feature_image": null,
          "url": "https://www.nasa.gov/press-release/nasa-sets-launch-coverage-for-artemis-mega-moon-rocket-spacecraft",
          "type": {
            "id": 1,
            "name": "Official Page"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA Video",
          "title": "Artemis I Prelaunch Countdown Status Briefing (Aug. 28, 2022)",
          "description": "Prelaunch coverage of the Artemis I flight test continues on Sunday, Aug. 28 at 9 a.m. EDT (12:00 UTC) as experts discuss the countdown status. Hear from: \n\n  Jeff Spaulding, Artemis I senior NASA tes...",
          "feature_image": "https://i.ytimg.com/vi/h6LH0QeF_6c/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=h6LH0QeF_6c",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2022-08-28T13:00:12Z",
          "end_time": "2022-08-28T13:49:44Z"
        }
      ],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis-1_fligh_image_20220819161022.jpeg",
      "date": "2022-08-28T13:00:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": [
        {
          "id": 15,
          "url": "https://lldev.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://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
          "start_date": "2017-12-11T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/specials/artemis/",
          "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ]
    },
    {
      "id": 629,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/629/?format=api",
      "slug": "russian-eva-54a",
      "name": "Russian EVA-54a",
      "updates": [],
      "last_updated": "2024-03-05T17:32:01Z",
      "type": {
        "id": 3,
        "name": "EVA"
      },
      "description": "ROSCOSMOS cosmonauts Oleg Artemyev and Denis Matveev will perform an EVA outside the International Space Station.",
      "webcast_live": false,
      "location": "International Space Station",
      "news_url": null,
      "video_url": null,
      "info_urls": [],
      "vid_urls": [],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/russian_eva-46_image_20201113081602.jpeg",
      "date": "2022-09-02T13:25:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [],
      "expeditions": [
        {
          "id": 147,
          "url": "https://lldev.thespacedevs.com/2.2.0/expedition/147/?format=api",
          "name": "Expedition 67",
          "start": "2022-03-30T07:21:00Z",
          "end": "2022-09-28T13:35:00Z",
          "spacestation": {
            "id": 4,
            "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
            "name": "International Space Station",
            "status": {
              "id": 1,
              "name": "Active"
            },
            "orbit": "Low Earth Orbit",
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
          },
          "mission_patches": [
            {
              "id": 621,
              "name": "Expedition 67 Patch",
              "priority": 10,
              "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20220330073231.png",
              "agency": {
                "id": 44,
                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                "name": "National Aeronautics and Space Administration",
                "type": "Government"
              }
            }
          ],
          "spacewalks": [
            {
              "id": 439,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/439/?format=api",
              "name": "Expedition 67 EVA 4",
              "start": "2022-08-17T13:53:00Z",
              "end": "2022-08-17T17:54:00Z",
              "duration": "PT4H1M",
              "location": "International Space Station"
            },
            {
              "id": 436,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/436/?format=api",
              "name": "Expedition 67 EVA 1",
              "start": "2022-04-18T15:01:00Z",
              "end": "2022-04-18T21:37:00Z",
              "duration": "PT6H36M",
              "location": "International Space Station"
            },
            {
              "id": 437,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/437/?format=api",
              "name": "Expedition 67 EVA 2",
              "start": "2022-04-28T14:58:00Z",
              "end": "2022-04-28T22:40:00Z",
              "duration": "PT7H42M",
              "location": "International Space Station"
            },
            {
              "id": 440,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/440/?format=api",
              "name": "Expedition 67 EVA 5",
              "start": "2022-09-02T13:25:00Z",
              "end": "2022-09-02T21:12:00Z",
              "duration": "PT7H47M",
              "location": "International Space Station"
            },
            {
              "id": 438,
              "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/438/?format=api",
              "name": "Expedition 67 EVA 3",
              "start": "2022-07-21T14:50:00Z",
              "end": "2022-07-21T21:55:00Z",
              "duration": "PT7H5M",
              "location": "International Space Station"
            }
          ]
        }
      ],
      "spacestations": [
        {
          "id": 4,
          "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
          "name": "International Space Station",
          "status": {
            "id": 1,
            "name": "Active"
          },
          "founded": "1998-11-20",
          "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
          "orbit": "Low Earth Orbit",
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
        }
      ],
      "program": [
        {
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.2.0/program/17/?format=api",
          "name": "International Space Station",
          "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
          "agencies": [
            {
              "id": 16,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
          "start_date": "1998-11-20T06:40:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ]
    },
    {
      "id": 626,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/626/?format=api",
      "slug": "nasa-dart-impact",
      "name": "NASA DART Impact",
      "updates": [],
      "last_updated": "2024-03-05T17:32:02Z",
      "type": {
        "id": 6,
        "name": "Spacecraft Event"
      },
      "description": "NASA’s Double Asteroid Redirection Test (DART), the world’s first mission to test technology for defending Earth against potential asteroid or comet hazards, will impact its target asteroid to change its motion in a way that can be measured using ground-based telescopes.",
      "webcast_live": false,
      "location": null,
      "news_url": "https://www.nasa.gov/press-release/nasa-invites-media-to-witness-world-s-first-planetary-defense-test",
      "video_url": "https://www.youtube.com/watch?v=4RA8Tfa6Sck",
      "info_urls": [
        {
          "priority": 10,
          "source": "www.nasa.gov",
          "title": "NASA Invites Media to Witness World’s First Planetary Defense Test",
          "description": "NASA’s Double Asteroid Redirection Test (DART), the world’s first mission to test technology for defending Earth against potential asteroid or comet hazards, will impact its target asteroid—which poses no threat to Earth—at 7:14 p.m. EDT on Monday, Sept. 26.",
          "feature_image": null,
          "url": "https://www.nasa.gov/press-release/nasa-invites-media-to-witness-world-s-first-planetary-defense-test",
          "type": {
            "id": 1,
            "name": "Official Page"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA",
          "title": "DART's Impact with Asteroid Dimorphos (Official NASA Broadcast)",
          "description": "Countdown to impact as NASA’s Double Asteroid Redirection Test (DART) attempts humanity’s first-ever test of planetary defense! The DART spacecraft will intentionally crash into asteroid Dimorphos at ...",
          "feature_image": "https://i.ytimg.com/vi/4RA8Tfa6Sck/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=4RA8Tfa6Sck",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2022-09-26T21:59:07Z",
          "end_time": "2022-09-26T23:34:21Z"
        }
      ],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/dart_pre-launch_image_20211116204913.jpeg",
      "date": "2022-09-26T23:14:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": []
    },
    {
      "id": 667,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/667/?format=api",
      "slug": "spacex-crew-4-post-flight-news-conference",
      "name": "SpaceX Crew-4 Post-Flight News Conference",
      "updates": [],
      "last_updated": "2024-03-05T17:32:03Z",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "NASA will hold a news conference with the Crew-4 astronauts after their return to Earth. Samantha Cristoforetti will be joining by phone from Europe.",
      "webcast_live": false,
      "location": "Johnson Space Center, Houston, TX, USA",
      "news_url": "https://www.nasa.gov/press-release/nasa-s-spacex-crew-4-to-discuss-mission-after-returning-to-earth",
      "video_url": "https://www.youtube.com/watch?v=xXsPbspkAa4",
      "info_urls": [
        {
          "priority": 10,
          "source": "www.nasa.gov",
          "title": "’s SpaceX Crew-4 to Discuss Mission After Returning to Earth",
          "description": "Astronauts of NASA’s SpaceX Crew-4 mission, consisting of crew members from the agency as well as ESA (European Space Agency), will answer questions about their recent mission aboard the International Space Station during a news conference at 10 a.m. EDT Thursday, Oct. 20.",
          "feature_image": null,
          "url": "https://www.nasa.gov/press-release/nasa-s-spacex-crew-4-to-discuss-mission-after-returning-to-earth",
          "type": {
            "id": 1,
            "name": "Official Page"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA Video",
          "title": "Astronauts of NASA’s SpaceX Crew-4 Mission Answer Questions (NASA News Briefing)",
          "description": "NASA astronauts Kjell Lindgren, Bob Hines, and Jessica Watkins, and ESA (European Space Agency) astronaut Samantha Cristoforetti answer questions about their Crew-4 mission aboard the International Sp...",
          "feature_image": "https://i.ytimg.com/vi/xXsPbspkAa4/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=xXsPbspkAa4",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2022-10-20T13:58:31Z",
          "end_time": "2022-10-20T14:53:19Z"
        }
      ],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_crew-4_p_image_20221019064314.jpeg",
      "date": "2022-10-20T14:00:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": [
        {
          "id": 5,
          "url": "https://lldev.thespacedevs.com/2.2.0/program/5/?format=api",
          "name": "Commercial Crew Program",
          "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
          "agencies": [
            {
              "id": 80,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/80/?format=api",
              "name": "Boeing",
              "type": "Commercial"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
          "start_date": "2011-04-18T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        },
        {
          "id": 17,
          "url": "https://lldev.thespacedevs.com/2.2.0/program/17/?format=api",
          "name": "International Space Station",
          "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
          "agencies": [
            {
              "id": 16,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
              "name": "Canadian Space Agency",
              "type": "Government"
            },
            {
              "id": 27,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
              "name": "European Space Agency",
              "type": "Multinational"
            },
            {
              "id": 37,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
              "name": "Japan Aerospace Exploration Agency",
              "type": "Government"
            },
            {
              "id": 44,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            },
            {
              "id": 63,
              "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
              "name": "Russian Federal Space Agency (ROSCOSMOS)",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
          "start_date": "1998-11-20T06:40:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
          "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ]
    },
    {
      "id": 638,
      "url": "https://lldev.thespacedevs.com/2.2.0/event/638/?format=api",
      "slug": "artemis-i-status-update-7",
      "name": "Artemis I Status Update #7",
      "updates": [],
      "last_updated": "2024-03-05T17:32:04Z",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "NASA will hold a media teleconference following the second scrub of its Artemis I mission.",
      "webcast_live": false,
      "location": "Kennedy Space Center, FL, USA",
      "news_url": "https://www.nasa.gov/press-release/nasa-to-discuss-status-of-next-artemis-i-moon-mission-launch-attempt",
      "video_url": "https://www.youtube.com/watch?v=ImxcxX6Ek1c",
      "info_urls": [
        {
          "priority": 10,
          "source": "www.nasa.gov",
          "title": "NASA to Discuss Status of Next Artemis I Moon Mission Launch Attempt",
          "description": "NASA will hold a media teleconference at 11 a.m. EDT Thursday, Sept. 8, to discuss next steps for the Artemis I mission to launch the Space Launch System (SLS) rocket and Orion spacecraft from the agency’s Kennedy Space Center in Florida.",
          "feature_image": null,
          "url": "https://www.nasa.gov/press-release/nasa-to-discuss-status-of-next-artemis-i-moon-mission-launch-attempt",
          "type": {
            "id": 1,
            "name": "Official Page"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA Video",
          "title": "Media Teleconference: Artemis I Launch Status (Sept. 8)",
          "description": "NASA will hold a media teleconference at 11 a.m. EDT Thursday, Sept. 8, to discuss next steps for the Artemis I mission to launch the Space Launch System (SLS) rocket and Orion spacecraft from the age...",
          "feature_image": "https://i.ytimg.com/vi/ImxcxX6Ek1c/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=ImxcxX6Ek1c",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2022-09-08T14:58:16Z",
          "end_time": "2022-09-08T15:59:40Z"
        }
      ],
      "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis-1_sls_r_image_20220522090551.jpeg",
      "date": "2022-09-08T15:00:00Z",
      "date_precision": null,
      "duration": null,
      "agencies": [],
      "launches": [],
      "expeditions": [],
      "spacestations": [],
      "program": [
        {
          "id": 15,
          "url": "https://lldev.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://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
              "name": "National Aeronautics and Space Administration",
              "type": "Government"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
          "start_date": "2017-12-11T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.nasa.gov/specials/artemis/",
          "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
          "mission_patches": [],
          "type": {
            "id": 2,
            "name": "Human Spaceflight"
          }
        }
      ]
    }
  ]
}