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

{
    "id": 85,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/85/?format=api",
    "slug": "spacex-dragon-in-flight-abort-test-press-confere-2",
    "name": "SpaceX Dragon In-Flight Abort Test Press Conference",
    "updates": [],
    "last_updated": "2024-03-05T17:28:55Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "The news conference following SpaceX's Dragon In-Flight Abort Test (IFA) will be livestreamed on NASA TV.",
    "webcast_live": false,
    "location": "Kennedy Space Center",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=7HD2YCRIoN4",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Crew Dragon post in-flight abort test press conference",
            "description": "Joined SpaceX/NASA press conference after the successful in-flight abort test of the Crew Dragon capsule on January 19th, 2020",
            "feature_image": "https://i.ytimg.com/vi/7HD2YCRIoN4/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=7HD2YCRIoN4",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex2520dragon2520in-flight2520abort2520test2520press2520conference_image_20200109064627.jpeg",
    "date": "2020-01-19T16:30:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}