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

{
  "id": 184,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/184/?format=api",
  "slug": "nasa-announcement-about-the-moon",
  "name": "NASA Announcement about the Moon",
  "updates": [],
  "last_updated": "2024-03-05T17:23:52Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will announce an exciting new discovery about the Moon from the Stratospheric Observatory for Infrared Astronomy (SOFIA) at a media teleconference at 16pm UTC Monday, Oct. 26.\r\n\r\nAudio of the teleconference will stream live on the agency’s website.",
  "webcast_live": false,
  "location": "NASA HQ, Washington",
  "news_url": "https://www.nasa.gov/press-release/nasa-to-announce-new-science-results-about-moon",
  "video_url": null,
  "info_urls": [
    {
      "priority": 10,
      "source": "www.nasa.gov",
      "title": "NASA to Announce New Science Results About Moon",
      "description": "NASA will announce an exciting new discovery about the Moon from the Stratospheric Observatory for Infrared Astronomy (SOFIA) at a media teleconference at 12 p.m. EDT Monday, Oct. 26.",
      "feature_image": null,
      "url": "https://www.nasa.gov/press-release/nasa-to-announce-new-science-results-about-moon",
      "type": null,
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_announceme_image_20201022083024.png",
  "date": "2020-10-26T16:00:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}