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

{
    "id": 498,
    "url": "https://ll.thespacedevs.com/2.2.0/event/498/?format=api",
    "slug": "artemis-i-status-update",
    "name": "Artemis I Status Update",
    "updates": [],
    "last_updated": "2024-03-05T17:30:46Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will host a media teleconference to provide an update on progress toward the launch of the agency’s uncrewed Artemis-1 mission.",
    "webcast_live": false,
    "location": null,
    "news_url": "https://www.nasa.gov/press-release/nasa-to-provide-media-update-on-artemis-i-moon-mission/",
    "video_url": "https://www.youtube.com/watch?v=NNNoI9u9jdU",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA to Provide Media Update on Artemis I Moon Mission",
            "description": "NASA will host a media teleconference at 1:30 p.m. EST on Thursday, Feb. 24, to provide an update on progress toward the launch of the agency’s uncrewed Artemis I mission.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-to-provide-media-update-on-artemis-i-moon-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: Artemis I Status Update",
            "description": "",
            "feature_image": "https://i.ytimg.com/vi/NNNoI9u9jdU/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=NNNoI9u9jdU",
            "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/artemis_i_statu_image_20220224185259.jpg",
    "date": "2022-02-24T19:30:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "id": 15,
            "url": "https://ll.thespacedevs.com/2.2.0/program/15/?format=api",
            "name": "Artemis",
            "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
            "agencies": [
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                }
            ],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
            "start_date": "2017-12-11T00:00:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/specials/artemis/",
            "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        }
    ]
}