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

{
  "id": 692,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/692/?format=api",
  "slug": "esa-council-meeting-at-ministerial-level-media-con",
  "name": "ESA Council Meeting at Ministerial Level Media Conference",
  "updates": [],
  "last_updated": "2024-03-05T17:25:50Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "ESA will hold a press conference that will bring the Council Meeting at Ministerial Level in Paris (CM22) to a close. ESA Director General Josef Aschbacher, as well as the hosting minister and the CM22 chair, will present the outcome of this high-level meeting that determines ESA’s budget for the next three years.",
  "webcast_live": false,
  "location": "Grand Palais Éphémère, Paris, France",
  "news_url": null,
  "video_url": null,
  "info_urls": [],
  "vid_urls": [],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/esa_council_mee_image_20221123124232.jpg",
  "date": "2022-11-23T13:45:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}