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

{
  "id": 1241,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/1241/?format=api",
  "slug": "nordspaces-maiden-flight",
  "name": "NordSpace's Maiden Flight",
  "updates": [
    {
      "id": 12025,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
      "comment": "Added Sounding Rocket Launch",
      "info_url": "https://www.youtube.com/live/0oxDEKPSbF4",
      "created_by": "hitura-nobad",
      "created_on": "2025-08-29T09:03:00Z"
    },
    {
      "id": 12026,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
      "comment": "Official Webcast by NordSpace has started",
      "info_url": "https://www.youtube.com/watch?v=0oxDEKPSbF4",
      "created_by": "LL2",
      "created_on": "2025-08-29T09:03:00Z"
    },
    {
      "id": 12029,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
      "comment": "Second attempt in the second window starting at 17:30 UTC",
      "info_url": "https://www.youtube.com/watch?v=0oxDEKPSbF4",
      "created_by": "hitura-nobad",
      "created_on": "2025-08-29T13:57:00Z"
    },
    {
      "id": 12039,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
      "comment": "New T-0 20:26 UTC",
      "info_url": "https://www.youtube.com/watch?v=0oxDEKPSbF4",
      "created_by": "hitura-nobad",
      "created_on": "2025-08-29T19:36:00Z"
    }
  ],
  "last_updated": "2025-08-30T05:02:14Z",
  "type": {
    "id": 31,
    "name": "Sounding Rocket Launch"
  },
  "description": "First commercial rocket launch from Canada by NordSpace",
  "webcast_live": false,
  "location": "Atlantic Spaceport Complex",
  "news_url": "https://www.nordspace.com/info",
  "video_url": "https://www.youtube.com/watch?v=0oxDEKPSbF4",
  "info_urls": [
    {
      "priority": 10,
      "source": "www.nordspace.com",
      "title": "Launch Information",
      "description": "Visit this page for up to date information on our upcoming launches",
      "feature_image": null,
      "url": "https://www.nordspace.com/info",
      "type": {
        "id": 1,
        "name": "Official Page"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NordSpace",
      "title": "Live - NordSpace First Sub-Orbital Flight",
      "description": "The livestream will start approximately one hour prior to launch on Thursday August 28 or Friday August 29. We will update the date/time for this live stream as we get closer to our launch window. For...",
      "feature_image": "https://i.ytimg.com/vi/0oxDEKPSbF4/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=0oxDEKPSbF4",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2025-08-29T08:00:21Z",
      "end_time": "2025-08-30T03:53:31Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nordspace_subor_image_20250829090206.jpeg",
  "date": "2025-08-29T20:26:00Z",
  "date_precision": {
    "id": 1,
    "name": "Minute",
    "abbrev": "MIN",
    "description": "The T-0 is accurate to the minute."
  },
  "duration": "PT19H53M10S",
  "agencies": [
    {
      "id": 1097,
      "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1097/?format=api",
      "name": "NordSpace",
      "featured": false,
      "type": "Private",
      "country_code": "CAN",
      "abbrev": "",
      "description": "Canadian Company developing sub-orbital launchers and satellite parts.",
      "administrator": "CEO: Rahul Goel",
      "founding_year": "2022",
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null,
      "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nordspace_logo_image_20250829145717.png"
    }
  ],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}