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

{
  "id": 562,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/562/?format=api",
  "slug": "jwst-alignment-instrument-setup-media-teleconferen",
  "name": "JWST Alignment & Instrument Setup Media Teleconference",
  "updates": [],
  "last_updated": "2024-03-05T17:30:59Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will hold a media teleconference to discuss progress toward preparing the James Webb Space Telescope for science operations.",
  "webcast_live": false,
  "location": null,
  "news_url": "https://www.nasa.gov/press-release/nasa-to-discuss-webb-telescope-alignment-instrument-setup",
  "video_url": "https://www.youtube.com/watch?v=s5hG60HzNd8",
  "info_urls": [
    {
      "priority": 10,
      "source": "www.nasa.gov",
      "title": "NASA to Discuss Webb Telescope Alignment, Instrument Setup",
      "description": "NASA will hold a media teleconference at 11 a.m. EDT on Monday, May 9, to discuss progress toward preparing the James Webb Space Telescope for science operations.",
      "feature_image": null,
      "url": "https://www.nasa.gov/press-release/nasa-to-discuss-webb-telescope-alignment-instrument-setup",
      "type": {
        "id": 1,
        "name": "Official Page"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NASA Video",
      "title": "Media Briefing:  Preparing the Webb Space Telescope Instruments",
      "description": "",
      "feature_image": "https://i.ytimg.com/vi/s5hG60HzNd8/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=s5hG60HzNd8",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2022-05-09T14:55:17Z",
      "end_time": "2022-05-09T15:49:45Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/jwst_alignment__image_20220505152744.jpg",
  "date": "2022-05-09T15:00:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}