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

{
    "id": 681,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/681/?format=api",
    "slug": "nasa-swot-pre-launch-briefing",
    "name": "NASA SWOT Pre-Launch Briefing",
    "updates": [],
    "last_updated": "2024-03-05T17:24:11Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a media briefing ahead of the launch of the Surface Water and Ocean Topography (SWOT) satellite, built in cooperation with the french space agency CNES.",
    "webcast_live": false,
    "location": null,
    "news_url": "https://www.nasa.gov/press-release/nasa-to-brief-media-on-first-earth-water-monitoring-satellite-mission",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "to Brief Media on First Earth Water-Monitoring Satellite Mission",
            "description": "NASA will host a virtual media briefing at 10:30 a.m. EST (7:30 a.m. PST) Nov. 14, at the agency’s Jet Propulsion Laboratory in Southern California, to discuss the upcoming launch of the Surface Water and Ocean Topography (SWOT) satellite.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-to-brief-media-on-first-earth-water-monitoring-satellite-mission",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_swot_pre-l_image_20221110203209.jpg",
    "date": "2022-11-14T15:30:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}