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

{
    "id": 558,
    "url": "https://ll.thespacedevs.com/2.2.0/event/558/?format=api",
    "slug": "eso-event-horizon-telescope-press-conference",
    "name": "ESO Event Horizon Telescope Press Conference",
    "updates": [],
    "last_updated": "2024-03-05T17:30:55Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "The European Southern Observatory (ESO) and the Event Horizon Telescope (EHT) project will hold a press conference to present new Milky Way results from the EHT.",
    "webcast_live": false,
    "location": "ESO Headquarters, Garching bei München, Germany",
    "news_url": "https://www.eso.org/public/announcements/ann22006/",
    "video_url": "https://www.youtube.com/watch?v=rIQLA6lo6R0",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.eso.org",
            "title": "Press conference at ESO on groundbreaking Milky Way results from the Event Horizon Telescope Collaboration",
            "description": "Announcement Archive",
            "feature_image": null,
            "url": "https://www.eso.org/public/announcements/ann22006/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Unveiling Sgr A*, the black hole at the centre of our galaxy (press conference, musical act, Q&A)",
            "description": "On 12 May, the European Southern Observatory (ESO) and the Event Horizon Telescope (EHT) project held a press conference to present the first ever image of S...",
            "feature_image": "https://i.ytimg.com/vi/rIQLA6lo6R0/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=rIQLA6lo6R0",
            "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/eso_event_horiz_image_20220501110413.jpg",
    "date": "2022-05-12T13:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}