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

{
    "id": 426,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/426/?format=api",
    "slug": "dart-launch-preview-briefing",
    "name": "DART Launch Preview Briefing",
    "updates": [],
    "last_updated": "2024-03-05T17:26:39Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a media briefing about the upcoming launch of the agency’s first planetary defense test mission, the Double Asteroid Redirection Test (DART). Briefing participants include NASA's planetary defense officer Lindley Johnson and representatives from DART project.\r\n\r\nDART is currently scheduled to launch at the end of November.",
    "webcast_live": false,
    "location": null,
    "news_url": null,
    "video_url": null,
    "info_urls": [],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dart_launch_pre_image_20211102211509.jpeg",
    "date": "2021-11-04T17:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}