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

{
  "id": 669,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/669/?format=api",
  "slug": "nasa-insight-mro-findings-media-briefing",
  "name": "NASA Insight & MRO Findings Media Briefing",
  "updates": [],
  "last_updated": "2024-03-05T17:23:44Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will host a virtual media briefing to share new scientific findings based on observations from the agency’s InSight Mars lander and Mars Reconnaissance Orbiter (MRO).",
  "webcast_live": false,
  "location": null,
  "news_url": "https://mars.nasa.gov/news/9284/nasa-to-host-briefing-on-insight-mars-reconnaissance-orbiter-findings/",
  "video_url": "https://www.youtube.com/watch?v=z9C4yyqu3yI",
  "info_urls": [
    {
      "priority": 10,
      "source": "mars.nasa.gov",
      "title": "NASA To Host Briefing on InSight, Mars Reconnaissance Orbiter Findings – NASA Mars Exploration",
      "description": "Scientists from two Mars missions will discuss how they combined images and data for a major finding on the Red Planet.",
      "feature_image": null,
      "url": "https://mars.nasa.gov/news/9284/nasa-to-host-briefing-on-insight-mars-reconnaissance-orbiter-findings/",
      "type": null,
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NASA",
      "title": "NASA's InSight and Mars Reconnaissance Orbiter Team Up to Make Science Discovery (Oct. 27, 2022)",
      "description": "Two NASA missions, working in tandem, have made a science discovery on Mars.\n\nIn this briefing, science team members from NASA’s InSight Mars lander and the Mars Reconnaissance Orbiter (MRO) missions ...",
      "feature_image": "https://i.ytimg.com/vi/z9C4yyqu3yI/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=z9C4yyqu3yI",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2022-10-27T17:58:17Z",
      "end_time": "2022-10-27T18:30:03Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_insight_2_image_20221022115515.jpg",
  "date": "2022-10-27T18:00:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}