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

{
  "id": 1224,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1224/?format=api",
  "slug": "s37-static-fire-test-2",
  "name": "S37 Static Fire Test #2",
  "type": {
    "id": 5,
    "name": "Static Fire"
  },
  "description": "Starship S37 has performed a 6 engines static fire on Orbital Launch Pad-A at Starbase.",
  "location": "Starbase Texas, USA",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=qmu3BDvIFwg",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_s24_st_image_20240305172824.jpeg",
  "date": "2025-08-01T21:31:00Z",
  "launches": [
    {
      "id": "fc1dafd8-bcb0-4e77-8ba9-2d03134f04e4",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/fc1dafd8-bcb0-4e77-8ba9-2d03134f04e4/?format=api",
      "launch_library_id": null,
      "slug": "starship-flight-10",
      "name": "Starship | Flight 10",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-08-26T23:30:00Z",
      "window_end": "2025-08-27T00:30:00Z",
      "window_start": "2025-08-26T23:30: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": 8644,
        "configuration": {
          "id": 527,
          "launch_library_id": null,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/527/?format=api",
          "name": "Starship",
          "family": "Starship",
          "full_name": "Starship V2",
          "variant": "V2"
        }
      },
      "mission": {
        "id": 7236,
        "launch_library_id": null,
        "name": "Flight 10",
        "description": "10th test flight of the two-stage Starship launch vehicle.",
        "launch_designator": null,
        "type": "Test Flight",
        "orbit": {
          "id": 15,
          "name": "Suborbital",
          "abbrev": "Sub"
        }
      },
      "pad": {
        "id": 188,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/188/?format=api",
        "agency_id": 121,
        "name": "Orbital Launch Pad 1",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starbase#Launch_site_(Orbital_Launch_Mount_(Pad_1_and_2))",
        "map_url": "https://www.google.com/maps?q=25.9962,-97.154423",
        "latitude": "25.9962",
        "longitude": "-97.154423",
        "location": {
          "id": 143,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/143/?format=api",
          "name": "SpaceX Starbase, TX, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_143_20200803142438.jpg",
          "total_launch_count": 20,
          "total_landing_count": 13
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_orbital_launch_mount_a_20210514061342.jpg",
        "total_launch_count": 11
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_37_dur_image_20250829065212.jpeg",
      "infographic": null,
      "program": [
        {
          "id": 1,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/1/?format=api",
          "name": "SpaceX Starship",
          "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
          "agencies": [
            {
              "id": 121,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
              "name": "SpaceX",
              "type": "Commercial"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg",
          "start_date": "2019-03-01T05:00:00Z",
          "end_date": null,
          "info_url": "https://www.spacex.com/vehicles/starship/",
          "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship"
        }
      ]
    }
  ],
  "expeditions": [],
  "spacestations": [],
  "program": [
    {
      "id": 1,
      "url": "https://lldev.thespacedevs.com/2.0.0/program/1/?format=api",
      "name": "SpaceX Starship",
      "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
      "agencies": [
        {
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
          "name": "SpaceX",
          "type": "Commercial"
        }
      ],
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_on_the_image_20250111100520.jpg",
      "start_date": "2019-03-01T05:00:00Z",
      "end_date": null,
      "info_url": "https://www.spacex.com/vehicles/starship/",
      "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship"
    }
  ]
}