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

{
    "id": 238,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/238/?format=api",
    "slug": "nasa-mars-2020-ingenuity-pre-flight-press-conferen",
    "name": "NASA Mars 2020 Ingenuity Pre-Flight Press Conference",
    "updates": [],
    "last_updated": "2024-03-05T17:30:01Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA/JPL will hold a press conference ahead of Ingenuity's first flight on Mars.",
    "webcast_live": false,
    "location": "Jet Propulsion Laboratory, Pasadena, California, USA",
    "news_url": "https://www.jpl.nasa.gov/news/nasa-to-host-briefing-to-preview-first-mars-helicopter-flights",
    "video_url": "https://www.youtube.com/watch?v=WK5YXZIIEKU",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.jpl.nasa.gov",
            "title": "NASA to Host Briefing to Preview First Mars Helicopter Flights",
            "description": "Members of the projects will lay out the steps necessary before the helicopter attempts its historic test flights.",
            "feature_image": null,
            "url": "https://www.jpl.nasa.gov/news/nasa-to-host-briefing-to-preview-first-mars-helicopter-flights",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "NASA Previews First Flight of Mars Helicopter (Media Briefing)",
            "description": "The Ingenuity Mars helicopter, which arrived with the Perseverance rover, is a technology demonstration that will attempt the first-ever powered, controlled ...",
            "feature_image": "https://i.ytimg.com/vi/WK5YXZIIEKU/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=WK5YXZIIEKU",
            "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/nasa_mars_2020__image_20210318061727.jpeg",
    "date": "2021-03-23T17:30:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}