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

{
    "id": 1379,
    "url": "https://ll.thespacedevs.com/2.2.0/event/1379/?format=api",
    "slug": "ignition-nasas-plan-for-the-moon",
    "name": "Ignition: NASA's Plan for The Moon",
    "updates": [
        {
            "id": 14418,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=yIlTwwJv1Ac",
            "created_by": "LL2",
            "created_on": "2026-03-24T12:56:00Z"
        },
        {
            "id": 14410,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added press event.",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-provide-update-on-implementation-of-national-space-policy/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2026-03-23T21:43:00Z"
        }
    ],
    "last_updated": "2026-03-24T15:04:13Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will provide an update on the implementation of the National Space Policy and how NASA is accelerating preparations for America’s return to the surface of the Moon by 2028.\r\n\r\nThe program will open with remarks from NASA Administrator Jared Isaacman, followed by a series of high-level panels. Participants include:\r\n\r\n- Administrator Jared Isaacman\r\n- Associate Administrator Amit Kshatriya\r\n- Dana Weigel, program manager, International Space Station Program\r\n- Carlos Garcia-Galan, program executive, Moon Base \r\n- Steve Sinacore, program executive, Fission Surface Power \r\n- Dr. Nicola Fox, associate administrator, Science Mission Directorate \r\n- Dr. Lori Glaze, program manager, Moon to Mars Program",
    "webcast_live": false,
    "location": null,
    "news_url": "https://www.nasa.gov/news-release/nasa-to-provide-update-on-implementation-of-national-space-policy/",
    "video_url": "https://www.youtube.com/watch?v=yIlTwwJv1Ac",
    "info_urls": [
        {
            "priority": 10,
            "source": "nasa.gov",
            "title": "to Provide Update on Implementation of National Space Policy",
            "description": "NASA will host a public event at 9 a.m. EDT on Tuesday, March 24, at the Mary W. Jackson NASA Headquarters in Washington to outline how the",
            "feature_image": null,
            "url": "https://www.nasa.gov/news-release/nasa-to-provide-update-on-implementation-of-national-space-policy/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "NASA",
            "title": "Ignition: NASA's Plan for The Moon",
            "description": "Join us as we provide an update on the implementation of the National Space Policy and how we're accelerating preparations for America’s return to the surface of the Moon by 2028.\n\nThe program will open with remarks from NASA Administrator Jared Isaacman, followed by a series of high-level panels. Participants include:\n\n- Administrator Jared Isaacman\n- Associate Administrator Amit Kshatriya\n- Dana Weigel, program manager, International Space Station Program\n- Carlos Garcia-Galan, program executive, Moon Base \n- Steve Sinacore, program executive, Fission Surface Power \n- Dr. Nicola Fox, associate administrator, Science Mission Directorate \n- Dr. Lori Glaze, acting associate administrator, Exploration Systems Development Mission Directorate\n\nMore info: https://go.nasa.gov/40QGOtA\n\nCredi...",
            "feature_image": "https://i.ytimg.com/vi/yIlTwwJv1Ac/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=yIlTwwJv1Ac",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2026-03-24T12:55:35Z",
            "end_time": "2026-03-24T15:04:10Z"
        }
    ],
    "feature_image": null,
    "date": "2026-03-24T13:00:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": "PT2H8M35S",
    "agencies": [
        {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "featured": true,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "NASA",
            "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
            "administrator": "Administrator: Jared Isaacman",
            "founding_year": "1958",
            "launchers": "Space Shuttle | SLS",
            "spacecraft": "Orion",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}