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

{
    "id": 567,
    "url": "https://ll.thespacedevs.com/2.2.0/event/567/?format=api",
    "slug": "total-lunar-eclipse",
    "name": "Total Lunar Eclipse",
    "updates": [],
    "last_updated": "2024-03-05T17:27:29Z",
    "type": {
        "id": 11,
        "name": "Celestial Event"
    },
    "description": "NASA will broadcast live views of a total lunar eclipse, which will be entirely visible from the East coast of North America as well as all of Central and South America. Penumbral and umbral durations are 05h18m40s and 03h27m14s respectively.",
    "webcast_live": false,
    "location": "Central and South America, East coast of North America",
    "news_url": "https://eclipse.gsfc.nasa.gov/LEplot/LEplot2001/LE2022May16T.pdf",
    "video_url": "https://www.youtube.com/watch?v=vGIaEIICIcs",
    "info_urls": [
        {
            "priority": 10,
            "source": "eclipse.gsfc.nasa.gov",
            "title": "",
            "description": "",
            "feature_image": null,
            "url": "https://eclipse.gsfc.nasa.gov/LEplot/LEplot2001/LE2022May16T.pdf",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Watch a Total Lunar Eclipse (NASA Science Live)",
            "description": "Go outside with NASA and watch the total lunar eclipse! On the evening of May 15, Earth will pass between the Sun and the Moon, blocking sunlight and casting...",
            "feature_image": "https://i.ytimg.com/vi/vGIaEIICIcs/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=vGIaEIICIcs",
            "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/total_lunar_ecl_image_20220512070406.jpg",
    "date": "2022-05-16T04:11:28Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}