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

{
    "id": 594,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/594/?format=api",
    "slug": "jwst-pre-first-images-media-briefing",
    "name": "JWST Pre-First Images Media Briefing",
    "updates": [],
    "last_updated": "2024-03-05T17:31:30Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will host a media day at the Space Telescope Science Institute (STScI) on Wednesday, June 29. The event will begin with a media briefing on the status of Webb’s commissioning as well as overviews of planned science for Webb’s first year of operations and Webb image processing.",
    "webcast_live": false,
    "location": "Space Telescope Science Institute, Baltimore, USA",
    "news_url": "https://www.nasa.gov/press-release/nasa-invites-media-public-to-view-webb-telescope-s-first-images",
    "video_url": "https://www.youtube.com/watch?v=IrEGNjuC97s",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA Invites Media, Public to View Webb Telescope’s First Images",
            "description": "NASA, in partnership with ESA (European Space Agency) and CSA (Canadian Space Agency), will release the James Webb Space Telescope’s first full-color images and spectroscopic data during a televised broadcast beginning at 10:30 a.m. EDT on Tuesday, July 12, from NASA’s Goddard Space Flight Center in...",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-invites-media-public-to-view-webb-telescope-s-first-images",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Media Briefing: NASA’s Webb Telescope Prepares for First Images",
            "description": "",
            "feature_image": "https://i.ytimg.com/vi/IrEGNjuC97s/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=IrEGNjuC97s",
            "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/jwst_alignment__image_20220505152744.jpg",
    "date": "2022-06-29T14:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}