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

{
    "id": 566,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/566/?format=api",
    "slug": "nasa-insight-update-media-teleconference",
    "name": "NASA Insight Update Media Teleconference",
    "updates": [],
    "last_updated": "2024-03-05T17:31:02Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a media teleconference to provide an update on the agency’s InSight Mars lander. NASA leadership and mission team members will highlight InSight’s science accomplishments, share details on the spacecraft’s power situation, and discuss its future.",
    "webcast_live": false,
    "location": null,
    "news_url": "https://www.nasa.gov/press-release/nasa-to-provide-update-on-insight-mars-lander",
    "video_url": "https://www.youtube.com/watch?v=BqLoCgLv-bs",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA to Provide Update on InSight Mars Lander",
            "description": "NASA will hold a media teleconference at 2 p.m. EDT (11 a.m. PDT) on Tuesday, May 17, to provide an update on the agency’s InSight Mars lander.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-to-provide-update-on-insight-mars-lander",
            "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 InSight Still Hunting Marsquakes as Power Runs Down (News Audio + Visuals)",
            "description": "In November 2018, NASA InSight landed in the Elysium Planitia region of Mars with the goal of studying the planet’s deep interior for the first time by using...",
            "feature_image": "https://i.ytimg.com/vi/BqLoCgLv-bs/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AHUBoAC4AOKAgwIABABGHIgVig4MA8=&rs=AOn4CLDyx8bOTpoRhbPmkhXH4zpOLsJSBA",
            "url": "https://www.youtube.com/watch?v=BqLoCgLv-bs",
            "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_insight_up_image_20220510194944.png",
    "date": "2022-05-17T18:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}