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

{
    "id": 77,
    "url": "https://ll.thespacedevs.com/2.2.0/event/77/?format=api",
    "slug": "2017-nasa-astronaut-class-graduation-ceremony",
    "name": "2017 NASA Astronaut class graduation ceremony",
    "updates": [],
    "last_updated": "2024-03-05T17:22:46Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will honor the first class of astronaut candidates to graduate under the Artemis program at 10:30 a.m. EST Friday, Jan. 10, at the agency’s Johnson Space Center in Houston. After completing more than two years of basic training, these candidates will become eligible for spaceflight, including assignments to the International Space Station, Artemis missions to the Moon, and ultimately, missions to Mars.",
    "webcast_live": false,
    "location": "NASA's Johnson Space Center, Houston, TX, USA",
    "news_url": "https://www.nasa.gov/press-release/nasa-s-astronaut-candidates-to-graduate-with-eye-on-artemis-missions",
    "video_url": "https://www.youtube.com/watch?v=xo58EoT987M",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA’s Astronaut Candidates to Graduate with Eye on Artemis Missions",
            "description": "NASA will honor the first class of astronaut candidates to graduate under the Artemis program at 10:30 a.m. EST Friday, Jan. 10, at the agency’s Johnson Space Center in Houston. After completing more than two years of basic training, these candidates will become eligible for spaceflight, including a...",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-s-astronaut-candidates-to-graduate-with-eye-on-artemis-missions",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Newest Astronauts Graduate with Eye on Artemis Missions",
            "description": "It’s graduation season for our #NewAstronauts! 👩‍🚀🎓👨‍🚀An class of 11 Americans and two Canadians became astronauts on Friday, increasing the number of t...",
            "feature_image": "https://i.ytimg.com/vi/xo58EoT987M/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=xo58EoT987M",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/20172520nasa2520astronaut2520class2520graduation2520ceremony_image_20191228100802.jpg",
    "date": "2020-01-10T15:30:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}