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

{
  "id": 572,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/572/?format=api",
  "slug": "nasa-capstone-pre-launch-news-conference",
  "name": "NASA Capstone Pre-Launch News Conference",
  "updates": [],
  "last_updated": "2024-03-05T17:31:08Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will host a media teleconference with partners Advanced Space and Rocket Lab at 3 p.m. EDT Wednesday, May 25, in advance of the Cislunar Autonomous Positioning System Technology Operations and Navigation Experiment (CAPSTONE) launch.",
  "webcast_live": false,
  "location": null,
  "news_url": "https://www.nasa.gov/press-release/nasa-partners-to-host-capstone-prelaunch-media-teleconference",
  "video_url": "https://www.youtube.com/watch?v=2s2Wz2EXFJA",
  "info_urls": [
    {
      "priority": 10,
      "source": "www.nasa.gov",
      "title": "NASA, Partners to Host CAPSTONE Prelaunch Media Teleconference",
      "description": "NASA will host a media teleconference with partners Advanced Space and Rocket Lab at 3 p.m. EDT Wednesday, May 25, in advance of the Cislunar Autonomous Positioning System Technology Operations and Navigation Experiment (CAPSTONE) launch, scheduled for no earlier than Tuesday, May 31.",
      "feature_image": null,
      "url": "https://www.nasa.gov/press-release/nasa-partners-to-host-capstone-prelaunch-media-teleconference",
      "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: CAPSTONE Prelaunch",
      "description": "",
      "feature_image": "https://i.ytimg.com/vi/2s2Wz2EXFJA/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=2s2Wz2EXFJA",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2022-05-25T18:59:32Z",
      "end_time": "2022-05-25T19:54:03Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_capstone_p_image_20240305173108.jpeg",
  "date": "2022-05-25T19:00:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}