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

{
    "id": 65,
    "url": "https://ll.thespacedevs.com/2.2.0/event/65/?format=api",
    "slug": "apollo-12-50th-anniversary-coverage",
    "name": "Apollo 12: 50th Anniversary Coverage",
    "updates": [],
    "last_updated": "2024-03-05T17:28:48Z",
    "type": {
        "id": 7,
        "name": "Moon Landing"
    },
    "description": "Apollo 12 50th anniversary has a commemorative stream for the launch beginning at 11am EST. \r\n\r\nThe launch will take place at 11:42am.\r\n\r\n\"The second Apollo crew built on the work of the first. In addition to continuing Apollo's lunar exploration tasks they deployed the Apollo Lunar Surface Experiments Package, a set of investigations left on the Moon's surface to gather data. On their way to the Moon, the Apollo 12 crew conducted an orbital maneuver that let them land in the Moon's Western Hemisphere, so they could recover portions of a lander that had been on the moon for two years.\" - NASA",
    "webcast_live": false,
    "location": "NASA TV",
    "news_url": "https://www.nasa.gov/mission_pages/apollo/apollo-12",
    "video_url": "https://youtu.be/21X5lGlDOfg",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "Apollo 12",
            "description": "Apollo 12 was the second crewed lunar landing. Mission objectives included an extensive series of lunar exploration tasks as well as the deployment of the Apollo Lunar Surface Experiments Package, or ALSEP.",
            "feature_image": null,
            "url": "https://www.nasa.gov/mission_pages/apollo/apollo-12",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtu.be",
            "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://youtu.be/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/apollo252012253a252050th2520anniversary2520coverage_image_20191114145437.jpg",
    "date": "2019-11-14T10:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}