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

{
    "id": 227,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/227/?format=api",
    "slug": "nasa-mars-2020-perseverance-sol-1-press-conference",
    "name": "NASA Mars 2020 Perseverance Sol 1 Press Conference",
    "updates": [],
    "last_updated": "2024-03-05T17:29:47Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "The Sol 1 press conference of NASA's Mars 2020 Perseverance mission will be broadcasted live on NASA TV and the JPL YouTube channel.",
    "webcast_live": false,
    "location": "Jet Propulsion Laboratory, Pasadena, California, USA",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=Xz-Id5ZNopM",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "What’s Next for Perseverance Mars Rover? Sol 1 Press Conference",
            "description": "Now that our mighty Perseverance Mars rover has landed – what’s next? Hear from mission experts who will provide a status update on the rover and what needs ...",
            "feature_image": "https://i.ytimg.com/vi/Xz-Id5ZNopM/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=Xz-Id5ZNopM",
            "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_20210219115157.jpeg",
    "date": "2021-02-19T18:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}