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

{
  "id": 130,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/130/?format=api",
  "slug": "spacex-dm-2-crew-dragon-crew-news-conference",
  "name": "SpaceX DM-2 Crew Dragon Crew News Conference",
  "updates": [],
  "last_updated": "2024-03-05T17:23:11Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "The crew of the SpaceX DM-2 Crew Dragon mission will hold a news conference following their return from the International Space Station. It will be livestreamed on NASA TV.",
  "webcast_live": false,
  "location": null,
  "news_url": null,
  "video_url": null,
  "info_urls": [],
  "vid_urls": [],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_dm-2_cre_image_20200728120045.jpeg",
  "date": "2020-08-04T20:30:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}