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

{
  "id": 641,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/641/?format=api",
  "slug": "dart-technologies-media-teleconference",
  "name": "DART Technologies Media Teleconference",
  "updates": [],
  "last_updated": "2024-03-05T17:29:41Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "DART mission experts explain some of the key technologies enabling the DART spacecraft to autonomously navigate to and impact its target asteroid as humanity’s first planetary defense test work.",
  "webcast_live": false,
  "location": null,
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=Z9eGVV4B5UA",
  "info_urls": [],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NASA Video",
      "title": "Media Briefing: Behind the Technologies Enabling NASA’s DART Mission (Sept. 12, 2022)",
      "description": "Listen as mission experts from NASA’s Double Asteroid Redirection Test (DART) explain how some of the key technologies enabling the DART spacecraft to autonomously navigate to and impact its target as...",
      "feature_image": "https://i.ytimg.com/vi/Z9eGVV4B5UA/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=Z9eGVV4B5UA",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2022-09-12T12:58:06Z",
      "end_time": "2022-09-12T14:05:34Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/dart_pre-launch_image_20211116204913.jpeg",
  "date": "2022-09-12T13:00:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}