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

{
  "id": 836,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/836/?format=api",
  "slug": "f9-b1060-static-fire",
  "name": "F9 B1060 Static Fire",
  "updates": [
    {
      "id": 4591,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
      "comment": "Event added",
      "info_url": "https://twitter.com/SpaceX/status/1679946059051864064",
      "created_by": "hitura-nobad",
      "created_on": "2023-07-15T04:29:58Z"
    },
    {
      "id": 4592,
      "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/watch?v=Oiq7hhz2DfQ",
      "created_by": "LL2",
      "created_on": "2023-07-15T04:30:10Z"
    }
  ],
  "last_updated": "2024-03-05T17:23:50Z",
  "type": {
    "id": 5,
    "name": "Static Fire"
  },
  "description": "SpaceX will static fire booster B1060 before its 16th flight on Starlink 5-15, after the abort on Friday.",
  "webcast_live": false,
  "location": "SLC-40",
  "news_url": "https://twitter.com/SpaceX/status/1679946059051864064",
  "video_url": "https://www.youtube.com/watch?v=Oiq7hhz2DfQ",
  "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/SpaceX/status/1679946059051864064",
      "type": null,
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "Spaceflight Now",
      "title": "Live Coverage: SpaceX test fires Falcon 9 rocket",
      "description": "SpaceX will test fire a Falcon 9 on pad 40 at Cape Canaveral tonight to clear the booster for its 16th flight. A launch attempt early Friday was aborted in the final minute of the countdown. SpaceX di...",
      "feature_image": "https://i.ytimg.com/vi/Oiq7hhz2DfQ/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=Oiq7hhz2DfQ",
      "type": {
        "id": 3,
        "name": "Unofficial Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2023-07-15T04:20:56Z",
      "end_time": "2023-07-15T05:06:41Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/f9_b1060_static_image_20230715042950.jpg",
  "date": "2023-07-15T04:50:00Z",
  "date_precision": {
    "id": 1,
    "name": "Minute",
    "abbrev": "MIN",
    "description": "The T-0 is accurate to the minute."
  },
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}