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

{
    "id": 1287,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1287/?format=api",
    "slug": "nasa-prelaunch-news-conference-on-new-space-weathe",
    "name": "NASA Prelaunch News Conference on New Space Weather Missions",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA Prelaunch News Conference on New Space Weather Missions, with the following participants:\r\n\r\n- Nicky Fox, associate administrator, Science Mission Directorate, NASA Headquarters in Washington\r\n- Brad Williams, IMAP program executive, NASA Headquarters\r\n- Irene Parker, deputy assistant administrator for Systems at NOAA’s National Environmental Satellite, Data, and Information Service\r\n- Denton Gibson, launch director, NASA’s Launch Services Program, NASA Kennedy\r\n- Julianna Scheiman, director, NASA Science Missions, SpaceX\r\n- Arlena Moses, launch weather officer, 45th Weather Squadron, U.S. Space Force",
    "location": "Kennedy Space Center, FL, USA",
    "news_url": "https://www.nasa.gov/news-release/nasa-sets-launch-coverage-for-space-weather-missions/",
    "video_url": "https://www.youtube.com/watch?v=E-gzwILmPig",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/imap_in_orbit_r_image_20250829071448.jpg",
    "date": "2025-09-21T18:30:00Z",
    "launches": [
        {
            "id": "689d7129-10fa-4df9-b81e-2b8fb926bbaf",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/689d7129-10fa-4df9-b81e-2b8fb926bbaf/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-imap-others",
            "name": "Falcon 9 Block 5 | IMAP & others",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2025-09-24T11:30:50Z",
            "window_end": "2025-09-24T11:30:50Z",
            "window_start": "2025-09-24T11:30:35Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 90,
            "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": 7456,
                "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": 5854,
                "launch_library_id": null,
                "name": "IMAP & others",
                "description": "IMAP (Interstellar Mapping and Acceleration Probe) is a NASA mission to study interactions between solar wind and the local interstellar medium. Carrying a suite of 10 scientific instruments, IMAP is able to investigate how particles are accelerated, determine their composition, as well as help to advance space weather forecasting models.\r\n\r\nThe IMAP launch also includes the space weather satellite SWFO-L1 (Space Weather Follow-On - L1) for NOAA and the GLIDE (Global Lyman-alpha Imagers of the Dynamic Exosphere/Carruthers Geocorona Observatory) mission to study far ultraviolet emission in the Earth's exosphere.",
                "launch_designator": null,
                "type": "Heliophysics",
                "orbit": {
                    "id": 5,
                    "name": "Heliocentric L1",
                    "abbrev": "L1-point"
                }
            },
            "pad": {
                "id": 87,
                "url": "https://lldev.thespacedevs.com/2.0.0/pad/87/?format=api",
                "agency_id": 121,
                "name": "Launch Complex 39A",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
                "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
                "latitude": "28.60822681",
                "longitude": "-80.60428186",
                "location": {
                    "id": 27,
                    "url": "https://lldev.thespacedevs.com/2.0.0/location/27/?format=api",
                    "name": "Kennedy Space Center, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                    "total_launch_count": 273,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                "total_launch_count": 215
            },
            "webcast_live": false,
            "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_9_on_lc-_image_20250924094626.jpg",
            "infographic": null,
            "program": []
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": []
}