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

{
  "id": 627,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/627/?format=api",
  "slug": "spacex-t-mobile-announcement",
  "name": "SpaceX & T-Mobile Announcement",
  "updates": [],
  "last_updated": "2024-03-05T17:31:57Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "SpaceX Chief Engineer Elon Musk and T-Mobile CEO and President Mike Sievert will provide a public update announcing how T-Mobile and SpaceX will work together to increase connectivity.",
  "webcast_live": false,
  "location": "Starbase, Boca Chica, TX, USA",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=Qzli-Ww26Qs",
  "info_urls": [],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "SpaceX",
      "title": "SpaceX + T-Mobile Update",
      "description": "On Thursday, August 25 at Starbase, SpaceX Chief Engineer Elon and T-Mobile CEO and President Mike Sievert provided a public update announcing how T-Mobile and SpaceX will work together to increase co...",
      "feature_image": "https://i.ytimg.com/vi/Qzli-Ww26Qs/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=Qzli-Ww26Qs",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2022-08-25T23:58:12Z",
      "end_time": "2022-08-26T00:38:22Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spacex_2526_t-_image_20220824165822.jpg",
  "date": "2022-08-26T00:00:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}