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

{
    "id": 823,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/823/?format=api",
    "slug": "psyche-independent-review-media-teleconference",
    "name": "Psyche Independent Review Media Teleconference",
    "updates": [
        {
            "id": 4288,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=kVsTaLcP7Mg",
            "created_by": "LL2",
            "created_on": "2023-06-05T19:59:06Z"
        }
    ],
    "last_updated": "2024-03-05T17:22:27Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Leaders from NASA, the agency’s Jet Propulsion Laboratory, and the board will discuss progress in addressing issues that led to the mission’s launch delay.",
    "webcast_live": false,
    "location": null,
    "news_url": "https://www.jpl.nasa.gov/news/nasa-to-discuss-conclusions-of-psyche-mission-independent-review-board",
    "video_url": "https://www.youtube.com/watch?v=kVsTaLcP7Mg",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.jpl.nasa.gov",
            "title": "NASA to Discuss Conclusions of Psyche Mission Independent Review Board",
            "description": "Leaders from NASA, the agency’s Jet Propulsion Laboratory, and the board will discuss progress in addressing issues that led to the mission’s launch delay.",
            "feature_image": null,
            "url": "https://www.jpl.nasa.gov/news/nasa-to-discuss-conclusions-of-psyche-mission-independent-review-board",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Media Briefing: Final Assessment of Psyche Independent Review Board (June 5, 2023)",
            "description": "NASA discusses the follow-up report by the Psyche mission independent review board. The new assessment reviews corrective actions taken following the Novembe...",
            "feature_image": "https://i.ytimg.com/vi/kVsTaLcP7Mg/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=kVsTaLcP7Mg",
            "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/psyche_independ_image_20230531181924.jpg",
    "date": "2023-06-05T20:00:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}