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

{
  "id": 1219,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/1219/?format=api",
  "slug": "nasa-nisar-pre-launch-teleconference",
  "name": "NASA NISAR Pre-Launch Teleconference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA-hosted teleconference to discuss the upcoming NISAR (NASA-ISRO Synthetic Aperture Radar) mission, with the following participants:\r\n- Karen St. Germain, director of Earth science, NASA Headquarters\r\n- Gerald Bawden, NISAR program scientist, NASA Headquarters\r\n- Shanna McClain, Disasters program manager, NASA Headquarters\r\n- Phil Barela, NISAR project manager, NASA Jet Propulsion Laboratory (JPL)\r\n- Marco Lavalle, NISAR deputy project scientist, NASA JPL",
  "location": "Online",
  "news_url": null,
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nisar_in_orbit__image_20250718050620.jpg",
  "date": "2025-07-28T16:00:00Z",
  "launches": [
    {
      "id": "3e852c36-4179-4c45-a2b1-9252e639372f",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/3e852c36-4179-4c45-a2b1-9252e639372f/?format=api",
      "launch_library_id": 1097,
      "slug": "gslv-mk-ii-nisar-nasa-isro-synthetic-aperture-rada",
      "name": "GSLV Mk II | NISAR (NASA-ISRO Synthetic Aperture Radar)",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2025-07-30T12:10:00Z",
      "window_end": "2025-07-30T12:10:00Z",
      "window_start": "2025-07-30T12:10:00Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": null,
      "holdreason": "",
      "failreason": "",
      "hashtag": null,
      "launch_service_provider": {
        "id": 31,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/31/?format=api",
        "name": "Indian Space Research Organization",
        "type": "Government"
      },
      "rocket": {
        "id": 183,
        "configuration": {
          "id": 168,
          "launch_library_id": 60,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/168/?format=api",
          "name": "GSLV Mk II",
          "family": "GSLV",
          "full_name": "GSLV Mk. II",
          "variant": ""
        }
      },
      "mission": {
        "id": 6647,
        "launch_library_id": null,
        "name": "NISAR (NASA-ISRO Synthetic Aperture Radar)",
        "description": "The NASA-ISRO Synthetic Aperture Radar, or NISAR satellite, will use advanced radar imaging to map the elevation of Earth's land and ice masses 4 to 6 times a month at resolutions of 5 to 10 meters. It is designed to observe and measure some of the planet's most complex natural processes, including ecosystem disturbances, ice-sheet collapse, and natural hazards such as earthquakes, tsunamis, volcanoes and landslides.\r\n\r\nUnder the terms of the agreement, NASA will provide the mission's L band synthetic aperture radar (SAR), a high-rate telecommunication subsystem for scientific data, GPS receivers, a solid-state recorder, and a payload data subsystem. ISRO will provide the satellite bus, an S band synthetic aperture radar, the launch vehicle, and associated launch services.",
        "launch_designator": null,
        "type": "Earth Science",
        "orbit": {
          "id": 17,
          "name": "Sun-Synchronous Orbit",
          "abbrev": "SSO"
        }
      },
      "pad": {
        "id": 82,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/82/?format=api",
        "agency_id": 31,
        "name": "Satish Dhawan Space Centre Second Launch Pad",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Satish_Dhawan_Space_Centre_Second_Launch_Pad",
        "map_url": "https://www.google.com/maps?q=13.7199,80.2304",
        "latitude": "13.7199",
        "longitude": "80.2304",
        "location": {
          "id": 14,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/14/?format=api",
          "name": "Satish Dhawan Space Centre, India",
          "country_code": "IND",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_14_20200803142403.jpg",
          "total_launch_count": 103,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_82_20200803143602.jpg",
        "total_launch_count": 32
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gslv2520mk2520ii_image_20190825171642.jpg",
      "infographic": null,
      "program": []
    }
  ],
  "expeditions": [],
  "spacestations": [],
  "program": []
}