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

{
    "id": 42,
    "url": "https://ll.thespacedevs.com/2.2.0/event/42/?format=api",
    "slug": "soyuz-ms-14-docking",
    "name": "Soyuz MS-14 Docking",
    "updates": [],
    "last_updated": "2024-03-13T13:05:06Z",
    "type": {
        "id": 2,
        "name": "Docking"
    },
    "description": "The Soyuz MS-14 spacecraft will dock to the International Space Station on Monday August 26 following it's failed attempt two day's before.\r\n\r\nIt will carry no crew members, as it is intended to test a modification of the launch abort system for integration with the Soyuz-2.1a launch vehicle.",
    "webcast_live": false,
    "location": "International Space Station",
    "news_url": "https://en.wikipedia.org/wiki/Soyuz_MS-14",
    "video_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
    "info_urls": [
        {
            "priority": 10,
            "source": "en.wikipedia.org",
            "title": "Soyuz MS-14 - Wikipedia",
            "description": "Soyuz MS-14 was a Soyuz spaceflight to the International Space Station.[1] It carried no crew members, as it was intended to test a modification of the launch abort system for integration with the Soyuz-2.1a launch vehicle.[8] It launched successfully on 22 August 2019 at 03:38 UTC.[2] It was the fi...",
            "feature_image": null,
            "url": "https://en.wikipedia.org/wiki/Soyuz_MS-14",
            "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/soyuz_ms_in_orb_image_20240313130407.jpeg",
    "date": "2019-08-27T03:12:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "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": []
}