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

{
  "id": 676,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/676/?format=api",
  "slug": "nasa-psyche-independent-review-teleconference",
  "name": "NASA Psyche Independent Review Teleconference",
  "updates": [],
  "last_updated": "2024-03-05T17:32:04Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Following a community townhall, NASA will host a media teleconference to discuss the findings and recommendations of a report by the Psyche mission independent review board.",
  "webcast_live": false,
  "location": null,
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=Ag6tqWaTVlE",
  "info_urls": [],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NASA Video",
      "title": "Media Briefing: NASA Psyche IRB Findings and Responses",
      "description": "",
      "feature_image": "https://i.ytimg.com/vi/Ag6tqWaTVlE/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=Ag6tqWaTVlE",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2022-11-04T16:57:27Z",
      "end_time": "2022-11-04T17:39:52Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_psyche_ind_image_20221104084100.jpeg",
  "date": "2022-11-04T17:00:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}