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

{
  "id": 323,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/323/?format=api",
  "slug": "inspiration4-crew-qa",
  "name": "Inspiration4 Crew Q&A",
  "updates": [],
  "last_updated": "2024-03-05T17:29:12Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "SpaceX will hold a Q&A session with the Inspiration4 crew from LC39A at NASA's Kennedy Space Center.",
  "webcast_live": false,
  "location": "Kennedy Space Center, FL, USA",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=Q-oQWbuPAvg",
  "info_urls": [],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "SpaceX",
      "title": "Inspiration4 | Q&A with Inspiration4 Crew",
      "description": "Inspiration4, the world’s first all-civilian mission to orbit, is targeted to launch no earlier than 8:02 p.m. EDT on Wednesday, September 15, 2021. Watch the crew discuss their mission from historic ...",
      "feature_image": "https://i.ytimg.com/vi/Q-oQWbuPAvg/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=Q-oQWbuPAvg",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2021-09-14T20:43:23Z",
      "end_time": "2021-09-14T21:43:50Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/inspiration4_cr_image_20210914165902.jpeg",
  "date": "2021-09-14T20:40:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}