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

{
  "id": 129,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/129/?format=api",
  "slug": "post-spacex-dm-2-crew-dragon-splashdown-news-confe",
  "name": "Post-SpaceX DM-2 Crew Dragon Splashdown News Conference",
  "updates": [],
  "last_updated": "2024-03-05T17:23:28Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "The news conference following the SpaceX Dm-2 Crew Dragon splashdown will be livestreamed on NASA TV.",
  "webcast_live": false,
  "location": "Kennedy Space Center",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=xdvuaiP6IoY",
  "info_urls": [],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NASA",
      "title": "After the Splashdown: NASA & SpaceX Discuss the Return of Astronauts from Space",
      "description": "Today's #LaunchAmerica mission that brought NASA astronauts Robert Behnken and Douglas Hurley back to Earth marks the first splashdown of an American crew spacecraft in 45 years. Tune in starting at 4...",
      "feature_image": "https://i.ytimg.com/vi/xdvuaiP6IoY/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=xdvuaiP6IoY",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2020-08-02T20:47:21Z",
      "end_time": "2020-08-02T21:50:08Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200718140927.jpg",
  "date": "2020-08-02T21:00:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}