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

{
    "id": 944,
    "url": "https://ll.thespacedevs.com/2.2.0/event/944/?format=api",
    "slug": "total-solar-eclipse-in-north-america",
    "name": "Total Solar Eclipse in North America",
    "updates": [
        {
            "id": 7229,
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=2MJY_ptQW1o",
            "created_by": "LL2",
            "created_on": "2024-04-08T16:51:24Z"
        }
    ],
    "last_updated": "2024-04-08T20:02:56Z",
    "type": {
        "id": 11,
        "name": "Celestial Event"
    },
    "description": "NASA will broadcast live views of the total solar eclipse in North America.",
    "webcast_live": false,
    "location": "North America",
    "news_url": "https://science.nasa.gov/eclipses/future-eclipses/eclipse-2024/",
    "video_url": "https://www.youtube.com/watch?v=2MJY_ptQW1o",
    "info_urls": [
        {
            "priority": 10,
            "source": "science.nasa.gov",
            "title": "2024 Total Eclipse - NASA Science",
            "description": "On April 8, 2024, a total solar eclipse will cross North America, passing over Mexico, the United States, and Canada. A total solar eclipse happens when the Moon passes between the Sun and Earth, completely blocking the face of the Sun. The sky will darken as if it were dawn or dusk. Safety is the [...",
            "feature_image": null,
            "url": "https://science.nasa.gov/eclipses/future-eclipses/eclipse-2024/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 8,
            "source": "youtube.com",
            "publisher": "NASA",
            "title": "2024 Total Solar Eclipse: Through the Eyes of NASA (Official Broadcast)",
            "description": "Watch live with us as a total solar eclipse moves across North America on April 8, 2024, traveling through Mexico, across the United States from Texas to Mai...",
            "feature_image": "https://i.ytimg.com/vi/2MJY_ptQW1o/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=2MJY_ptQW1o",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-04-08T16:51:07Z",
            "end_time": "2024-04-08T20:01:39Z"
        },
        {
            "priority": 9,
            "source": "youtube.com",
            "publisher": "NASA",
            "title": "2024 Total Solar Eclipse: Through the Eyes of NASA (Telescope Feed)",
            "description": "Watch a telescope feed of a total solar eclipse moving across North America on April 8, 2024, traveling through Mexico, across the United States from Texas t...",
            "feature_image": "https://i.ytimg.com/vi/J5j95RUSLd8/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=J5j95RUSLd8",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-04-08T17:00:00Z",
            "end_time": null
        },
        {
            "priority": 10,
            "source": "plus.nasa.gov",
            "publisher": "",
            "title": "2024 Total Solar Eclipse: Through the Eyes of NASA - NASA+",
            "description": "Watch with us as a total solar eclipse moves across Mexico, the United States and Canada. Weather permitting, people throughout most of North and Central",
            "feature_image": "https://plus.nasa.gov/wp-content/uploads/2024/02/2024_COVER_ARTWORK_1920x1080.png",
            "url": "https://plus.nasa.gov/scheduled-video/2024-total-solar-eclipse-through-the-eyes-of-nasa/",
            "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_solar_ecl_image_20201206083620.jpeg",
    "date": "2024-04-08T15:42:07Z",
    "date_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
    },
    "duration": "PT5H10M7S",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}