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

{
  "id": 244,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/244/?format=api",
  "slug": "osiris-rex-departure-from-asteroid-bennu",
  "name": "OSIRIS-Rex Departure from Asteroid Bennu",
  "updates": [],
  "last_updated": "2024-03-07T16:44:57Z",
  "type": {
    "id": 6,
    "name": "Spacecraft Event"
  },
  "description": "The departure of the OSIRIS-Rex spacecraft from asteroid Bennu will be livestreamed on NASA TV.",
  "webcast_live": false,
  "location": "Asteroid Bennu",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=otcgXyqbW-M",
  "info_urls": [],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NASA",
      "title": "OSIRIS-REx Departure: Farewell to Asteroid Bennu",
      "description": "Join us live at 4 p.m. EDT, Mon., May 10, as our OSIRIS-REx mission bids farewell to near-Earth asteroid Bennu. At 4:16 p.m., the spacecraft will fire its main thrusters and start its long journey hom...",
      "feature_image": "https://i.ytimg.com/vi/otcgXyqbW-M/hqdefault.jpg",
      "url": "https://www.youtube.com/watch?v=otcgXyqbW-M",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2021-05-10T20:01:03Z",
      "end_time": "2021-05-10T20:49:44Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/osiris-rex2520sample2520collection_image_20190729035954.jpg",
  "date": "2021-05-10T20:00:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}