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

{
  "id": 62,
  "url": "https://ll.thespacedevs.com/2.2.0/event/62/?format=api",
  "slug": "hayabusa-2-departure-from-ryugu",
  "name": "Hayabusa 2 Departure from Ryugu",
  "updates": [],
  "last_updated": "2024-03-05T17:22:26Z",
  "type": {
    "id": 6,
    "name": "Spacecraft Event"
  },
  "description": "Departure is on November 13 at 10:05 JST (onboard time). The RCS thrusters are scheduled to begin moving Hayabusa 2 away from Ryugu at about 10cm/s.",
  "webcast_live": false,
  "location": "162173 Ryugu",
  "news_url": null,
  "video_url": null,
  "info_urls": [],
  "vid_urls": [],
  "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hayabusa252022520departure2520from2520ryugu_image_20191113010708.jpg",
  "date": "2019-11-13T01:05:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}