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

{
  "id": 493,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/493/?format=api",
  "slug": "crew-4-updates",
  "name": "Crew-4 Updates",
  "updates": [],
  "last_updated": "2024-03-05T17:30:43Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA & SpaceX will provide updates on the Crew-4 mission to the International Space Station",
  "webcast_live": false,
  "location": "Johnson Space Center",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=8036_4mSB3I",
  "info_urls": [],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NASA Video",
      "title": "Media Briefing: NASA, SpaceX to Provide Update on Crew-4 Space Station Mission",
      "description": "",
      "feature_image": "https://i.ytimg.com/vi/8036_4mSB3I/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=8036_4mSB3I",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2022-02-04T16:55:12Z",
      "end_time": "2022-02-04T18:01:59Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew-4_updates_image_20220204170056.jpeg",
  "date": "2022-02-04T17:00:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}