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

{
    "id": 322,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/322/?format=api",
    "slug": "briefing-on-successful-sample-collection-of-martia",
    "name": "Briefing on Successful Sample Collection of Martian Rock",
    "updates": [],
    "last_updated": "2024-03-05T17:21:59Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA is to provide an update on Perseverance rover and its recent successful collection of Martian rock samples.",
    "webcast_live": false,
    "location": null,
    "news_url": "https://mars.nasa.gov/news/9030/nasa-to-host-briefing-on-successful-sample-collection-of-martian-rock/",
    "video_url": "https://www.youtube.com/watch?v=IMyuOBexwE0",
    "info_urls": [
        {
            "priority": 10,
            "source": "mars.nasa.gov",
            "title": "NASA to Host Briefing on Successful Sample Collection of Martian Rock – NASA Mars Exploration",
            "description": "Panelists will discuss the Perseverance rover’s successful collection of the sample and latest science analysis.",
            "feature_image": null,
            "url": "https://mars.nasa.gov/news/9030/nasa-to-host-briefing-on-successful-sample-collection-of-martian-rock/",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "NASA’s Perseverance Mars Rover Collects First Core Samples & Early Science (Media Briefing)",
            "description": "The Perseverance rover successfully collected its first Martian core samples that NASA and ESA (the European Space Agency) plan to return to Earth for furthe...",
            "feature_image": "https://i.ytimg.com/vi/IMyuOBexwE0/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=IMyuOBexwE0",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/briefing_on_suc_image_20210910055403.jpg",
    "date": "2021-09-10T16:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}