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

{
    "id": 1005,
    "url": "https://ll.thespacedevs.com/2.2.0/event/1005/?format=api",
    "slug": "us-eva-93",
    "name": "US EVA-93",
    "updates": [
        {
            "id": 10874,
            "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=xP9LyPsqI_g",
            "created_by": "LL2",
            "created_on": "2025-05-01T10:29:00Z"
        },
        {
            "id": 10780,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated EVA time.",
            "info_url": "https://plus.nasa.gov/scheduled-video/u-s-spacewalk-93/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-21T17:41:00Z"
        },
        {
            "id": 10768,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting May 1, 2025",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-cover-us-spacewalk-93-hold-preview-news-conference/",
            "created_by": "Nosu",
            "created_on": "2025-04-20T07:41:00Z"
        },
        {
            "id": 8632,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 2024.",
            "info_url": "https://x.com/SpcPlcyOnline/status/1836056933167489251",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-18T02:06:00Z"
        },
        {
            "id": 7807,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated EVA timing.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-14T09:07:42Z"
        }
    ],
    "last_updated": "2025-05-01T19:41:36Z",
    "type": {
        "id": 3,
        "name": "EVA"
    },
    "description": "NASA astronauts Anne McClain and Nichole Ayers will relocate a space station communications antennae and install a mounting bracket ahead of the installation of an additional set of International Space Station Rollout Solar Arrays, also called IROSA. The arrays will boost power generation capability by up to 30%, increasing the station’s total available power from 160 kilowatts to up to 215 kilowatts. The arrays will be installed on a future spacewalk following their arrival on a SpaceX Dragon commercial resupply services mission later this year.\r\n\r\nMcClain will serve as spacewalk crew member 1 and will wear a suit with red stripes. Ayers will serve as spacewalk crew member 2 and will wear an unmarked suit. This will be the third spacewalk for McClain and the first for Ayers. U.S. spacewalk 93 will be the 275th spacewalk in support of space station assembly, maintenance, and upgrades.",
    "webcast_live": false,
    "location": "International Space Station",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=xP9LyPsqI_g",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 9,
            "source": "youtube.com",
            "publisher": "NASA",
            "title": "U.S. Spacewalk 93",
            "description": "On Thursday, May 1, NASA astronauts Anne McClain and Nichole Ayers will step outside the International Space Station to complete station upgrades. The spacewalk is scheduled to begin at 8 a.m. EDT (12...",
            "feature_image": "https://i.ytimg.com/vi/xP9LyPsqI_g/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=xP9LyPsqI_g",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2025-05-01T10:29:34Z",
            "end_time": "2025-05-01T19:40:36Z"
        },
        {
            "priority": 10,
            "source": "plus.nasa.gov",
            "publisher": "NASA",
            "title": "U.S. Spacewalk 93",
            "description": "Coverage of U.S. Spacewalk 93 at the International Space Station (Anne McClain and Nichole Ayers; spacewalk is scheduled to begin at appx. 8 a.m. EDT and will last around 6 […]",
            "feature_image": "https://plus.nasa.gov/wp-content/uploads/2025/04/us-spacewalk-93-key-art-r1-horizontal-hero-16-9-without-title.jpg",
            "url": "https://plus.nasa.gov/scheduled-video/u-s-spacewalk-93/",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2025-05-01T10:30:00Z",
            "end_time": "2025-05-01T19:40:00Z"
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
    "date": "2025-05-01T12:00:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": "PT6H30M",
    "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": "Acting Administrator:  James Free",
            "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": [
        {
            "id": 158,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/158/?format=api",
            "name": "Expedition 71",
            "start": "2024-04-06T03:53:57Z",
            "end": "2024-09-23T08:36:30Z",
            "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": 1004,
                    "name": "Expedition 71 Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20240406053101.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": 476,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/476/?format=api",
                    "name": "Expedition 71 EVA 2",
                    "start": "2024-06-24T12:46:00Z",
                    "end": "2024-06-24T13:17:00Z",
                    "duration": "PT31M",
                    "location": "International Space Station"
                },
                {
                    "id": 474,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/474/?format=api",
                    "name": "Expedition 71 EVA 1",
                    "start": "2024-04-25T14:57:00Z",
                    "end": "2024-04-25T19:33:00Z",
                    "duration": "PT4H36M",
                    "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"
            }
        }
    ]
}