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

{
    "id": 41,
    "url": "https://ll.thespacedevs.com/2.2.0/event/41/?format=api",
    "slug": "us-eva-55",
    "name": "US EVA-55",
    "updates": [],
    "last_updated": "2024-03-05T17:28:39Z",
    "type": {
        "id": 3,
        "name": "EVA"
    },
    "description": "Expedition 60 Flight Engineers Nick Hague and Andrew Morgan of NASA will install the International Docking Adapter-3 (IDA-3) to Pressurized Mating Adapter-3 on the space-facing side of the station’s Harmony module.\r\n\r\nIDA-3 will provide a second docking port to the International Space Station to accommodate the future arrivals of Boeing CST-100 Starliner and SpaceX Crew Dragon  commercial crew spacecraft. The docking port was launched to the station last month on a SpaceX Dragon on the company’s 18th commercial cargo resupply services mission to the station. IDA-2 was installed to the forward end of the Harmony module in the summer of 2016.",
    "webcast_live": false,
    "location": "International Space Station",
    "news_url": "https://www.nasa.gov/press-release/nasa-tv-to-air-us-spacewalk-briefing-on-space-station-docking-port-install",
    "video_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA TV to Air Spacewalk, Space Station Docking Port Install Briefing",
            "description": "Experts from NASA will preview an upcoming spacewalk with two American astronauts outside the International Space Station to complete the outfitting of docking ports during a briefing at 2 p.m. EDT Friday, Aug. 16, at the agency’s Johnson Space Center in Houston.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-tv-to-air-us-spacewalk-briefing-on-space-station-docking-port-install",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "NASA Live: Official Stream of NASA TV",
            "description": "Direct from America's space program to YouTube, watch NASA TV live streaming here to get the latest from our exploration of the universe and learn how we dis...",
            "feature_image": "https://i.ytimg.com/vi/21X5lGlDOfg/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
    "date": "2019-08-21T10:30:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [
        {
            "id": 119,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/119/?format=api",
            "name": "Expedition 60",
            "start": "2019-06-24T23:25:00Z",
            "end": "2019-10-02T00:00: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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
            },
            "mission_patches": [
                {
                    "id": 722,
                    "name": "Expedition 60 Patch",
                    "priority": 9,
                    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition_60_patch_20221024013520.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": 405,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/405/?format=api",
                    "name": "Expedition 60 EVA",
                    "start": "2019-08-21T12:27:00Z",
                    "end": "2019-08-21T18:59:00Z",
                    "duration": "PT6H32M",
                    "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
        }
    ],
    "program": []
}