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

{
  "id": 585,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/585/?format=api",
  "slug": "jwst-first-image-preview",
  "name": "JWST First Image Preview",
  "updates": [
    {
      "id": 2051,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
      "comment": "Updated event with early reveal of image by US President Joe Biden.",
      "info_url": "https://twitter.com/spacetelescope/status/1546277705997590529?s=21&t=eKxCcQDTO6yFs5-GQkxWMw",
      "created_by": "Cosmic_Penguin",
      "created_on": "2022-07-11T01:25:42Z"
    },
    {
      "id": 2062,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
      "comment": "Livestream has started",
      "info_url": "https://www.youtube.com/watch?v=Z13QK1shc7A",
      "created_by": "Nosu",
      "created_on": "2022-07-11T21:18:02Z"
    }
  ],
  "last_updated": "2024-03-05T17:31:29Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA Administrator Bill Nelson and U.S. President Joe Biden will unveil the first science image taken by the James Webb Space Telescope.",
  "webcast_live": false,
  "location": "The White House, Washington D.C.",
  "news_url": "https://www.nasa.gov/press-release/nasa-updates-coverage-for-webb-telescope-s-first-images-reveal",
  "video_url": null,
  "info_urls": [
    {
      "priority": 10,
      "source": "www.nasa.gov",
      "title": "NASA Updates Coverage for Webb Telescope’s First Images Reveal",
      "description": "NASA, in partnership with ESA (European Space Agency) and CSA (Canadian Space Agency), will release the James Webb Space Telescope’s first full-color images and spectroscopic data during a live broadcast beginning at 10:30 a.m. EDT Tuesday, July 12, from NASA’s Goddard Space Flight Center in Greenbe...",
      "feature_image": null,
      "url": "https://www.nasa.gov/press-release/nasa-updates-coverage-for-webb-telescope-s-first-images-reveal",
      "type": {
        "id": 1,
        "name": "Official Page"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jwst_alignment__image_20220505152744.jpg",
  "date": "2022-07-11T21:30:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}