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

{
  "id": 591,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/591/?format=api",
  "slug": "nasa-psyche-media-teleconference",
  "name": "NASA Psyche Media Teleconference",
  "updates": [],
  "last_updated": "2024-03-05T17:31:28Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will host a media teleconference to provide an update on the agency’s mission to study the Pysche asteroid.",
  "webcast_live": false,
  "location": null,
  "news_url": "https://www.nasa.gov/press-release/nasa-to-discuss-psyche-asteroid-mission",
  "video_url": "https://www.youtube.com/watch?v=JqCSlC6Plzk",
  "info_urls": [
    {
      "priority": 10,
      "source": "www.nasa.gov",
      "title": "NASA to Discuss Psyche Asteroid Mission",
      "description": "NASA will host a media teleconference at 2 p.m. EDT Friday to provide an update on the agency’s mission to study the Psyche asteroid. Audio of the briefing will livestream on the agency’s website.",
      "feature_image": null,
      "url": "https://www.nasa.gov/press-release/nasa-to-discuss-psyche-asteroid-mission",
      "type": {
        "id": 1,
        "name": "Official Page"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NASA Video",
      "title": "Psyche Mission Update",
      "description": "",
      "feature_image": "https://i.ytimg.com/vi/JqCSlC6Plzk/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=JqCSlC6Plzk",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2022-06-24T17:48:06Z",
      "end_time": "2022-06-24T18:44:24Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_psyche_med_image_20240305173128.jpeg",
  "date": "2022-06-24T18:00:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}