API endpoint that allows all Events to be viewed.

GET: Return a list of all Events

SEARCH EXAMPLE: /2.0.0/event/?search=Dragon Searches through name

GET /2.0.0/event/1296/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 1296,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1296/?format=api",
  "slug": "hydrognss-pre-launch-media-briefing",
  "name": "HydroGNSS Pre-Launch Media Briefing",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Pre-launch media briefing for the HydroGNSS mission which will be launched in November aboard a Falcon 9 rocket from Vandenberg Space Force Base in California.",
  "location": "Online",
  "news_url": null,
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hydrognss_in_or_image_20251030071505.jpg",
  "date": "2025-11-03T09:00:00Z",
  "launches": [
    {
      "id": "dc4c201e-b11d-4650-91cc-ecc2eec95598",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/dc4c201e-b11d-4650-91cc-ecc2eec95598/?format=api",
      "launch_library_id": null,
      "slug": "falcon-9-block-5-transporter-15-dedicated-sso-ride",
      "name": "Falcon 9 Block 5 | Transporter 15 (Dedicated SSO Rideshare)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-11-28T18:44:30Z",
      "window_end": "2025-11-28T19:15:00Z",
      "window_start": "2025-11-28T18:18:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 8184,
        "configuration": {
          "id": 164,
          "launch_library_id": 188,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
          "name": "Falcon 9",
          "family": "Falcon",
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 6751,
        "launch_library_id": null,
        "name": "Transporter 15 (Dedicated SSO Rideshare)",
        "description": "Dedicated rideshare flight to a sun-synchronous orbit with dozens of small microsatellites and nanosatellites for commercial and government customers.",
        "launch_designator": null,
        "type": "Dedicated Rideshare",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 16,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/16/?format=api",
        "agency_id": null,
        "name": "Space Launch Complex 4E",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Vandenberg_Space_Launch_Complex_4#SLC-4E",
        "map_url": "https://www.google.com/maps?q=34.632,-120.611",
        "latitude": "34.632",
        "longitude": "-120.611",
        "location": {
          "id": 11,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/11/?format=api",
          "name": "Vandenberg SFB, CA, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
          "total_launch_count": 884,
          "total_landing_count": 34
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
        "total_launch_count": 268
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_on_slc_image_20251128103846.jpg",
      "infographic": null,
      "program": []
    }
  ],
  "expeditions": [],
  "spacestations": [],
  "program": []
}