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

{
  "id": 748,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/748/?format=api",
  "slug": "esa-juice-pre-launch-press-briefing",
  "name": "ESA JUICE Pre-Launch Press Briefing",
  "updates": [
    {
      "id": 3759,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
      "comment": "Livestream has started",
      "info_url": "https://www.youtube.com/live/fy-5xNs8FMI",
      "created_by": "LL2",
      "created_on": "2023-04-06T11:08:24Z"
    }
  ],
  "last_updated": "2024-03-05T17:26:14Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "ESA’s JUpiter ICy moons Explorer (Juice) will launch from Europe’s Spaceport at Kourou in French Guiana on Thursday 13 April 2023. This online media briefing will include Olivier Witasse, Juice Project Scientist ; Ruedeger Albat, Head of Ariane 5 Programme at ESA and Alessandro Atzei, Payload System Engineer.",
  "webcast_live": false,
  "location": null,
  "news_url": "https://twitter.com/ESA_JUICE/status/1643856057650024452",
  "video_url": null,
  "info_urls": [
    {
      "priority": 10,
      "source": "twitter.com",
      "title": "",
      "description": "JavaScript is not available.\n\nWe’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using twitter.com. You can see a list of supported browsers in our Help Center.",
      "feature_image": null,
      "url": "https://twitter.com/ESA_JUICE/status/1643856057650024452",
      "type": null,
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20240307192047.jpeg",
  "date": "2023-04-06T12:00:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}