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

{
    "id": 602,
    "url": "https://ll.thespacedevs.com/2.2.0/event/602/?format=api",
    "slug": "mars-sample-return-mission-media-teleconference",
    "name": "Mars Sample Return Mission Media Teleconference",
    "updates": [],
    "last_updated": "2024-03-05T17:27:54Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA and ESA will host a media teleconference to discuss the architecture of the Mars Sample Return campaign.",
    "webcast_live": false,
    "location": null,
    "news_url": "https://www.nasa.gov/press-release/nasa-esa-to-discuss-mars-sample-return-mission",
    "video_url": "https://www.youtube.com/watch?v=wThkJXvCmrw",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA, ESA to Discuss Mars Sample Return Mission",
            "description": "NASA will host a media teleconference at 11 a.m. EDT on Wednesday, July 27, to discuss the architecture for its Mars Sample Return campaign.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-esa-to-discuss-mars-sample-return-mission",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Media Briefing: NASA to Discuss Mars Sample Return Mission",
            "description": "NASA will host a media teleconference at 11 a.m. EDT on Wednesday, July 27, to discuss the architecture for its Mars Sample Return campaign.NASA and ESA (Eur...",
            "feature_image": "https://i.ytimg.com/vi/wThkJXvCmrw/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=wThkJXvCmrw",
            "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/mars_sample_ret_image_20220721193056.jpeg",
    "date": "2022-07-27T15:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}