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

{
  "id": 662,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/662/?format=api",
  "slug": "nasa-dart-update-press-briefing",
  "name": "NASA DART Update Press Briefing",
  "updates": [],
  "last_updated": "2024-03-05T17:25:25Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will host a media briefing to discuss the agency’s Double Asteroid Redirection Test (DART) mission and its intentional collision with its target asteroid, Dimorphos.",
  "webcast_live": false,
  "location": null,
  "news_url": null,
  "video_url": null,
  "info_urls": [],
  "vid_urls": [],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/dart_pre-launch_image_20211116204913.jpeg",
  "date": "2022-10-11T18:00:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}