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

{
    "id": 1115,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1115/?format=api",
    "slug": "nasa-spherex-preview-news-conference",
    "name": "NASA SPHEREx Preview News Conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will host a news conference to discuss a new telescope that will improve our understanding of how the universe evolved and search for key ingredients for life in our galaxy.\r\n\r\nAgency experts will preview NASA’s SPHEREx (Spectro-Photometer for the History of the Universe, Epoch of Reionization and Ices Explorer) mission, which will help scientists better understand the structure of the universe, how galaxies form and evolve, and the origins and abundance of water.",
    "location": "Jet Propulsion Laboratory, Pasadena, CA, USA",
    "news_url": "https://www.nasa.gov/news-release/nasa-to-preview-sky-mapping-space-telescope-ahead-of-launch/",
    "video_url": "https://www.youtube.com/watch?v=--PcBreY7sg",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spherex_in_the__image_20250128085828.jpg",
    "date": "2025-01-31T17:00:00Z",
    "launches": [
        {
            "id": "800351fd-0bfb-4473-a07c-f19161976877",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/800351fd-0bfb-4473-a07c-f19161976877/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-spherex-punch",
            "name": "Falcon 9 Block 5 | SPHEREx & PUNCH",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2025-03-12T03:10:12Z",
            "window_end": "2025-03-12T03:10:27Z",
            "window_start": "2025-03-12T03:09:57Z",
            "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": 2828,
                "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": 1235,
                "launch_library_id": null,
                "name": "SPHEREx & PUNCH",
                "description": "SPHEREx is a planned two-year astrophysics mission to survey the sky in the near-infrared light, which, though not visible to the human eye, serves as a powerful tool for answering cosmic questions involving the birth of the universe, and the subsequent development of galaxies.\r\n\r\nIt also will search for water and organic molecules – essentials for life as we know it – in regions where stars are born from gas and dust, known as stellar nurseries, as well as disks around stars where new planets could be forming. Astronomers will use the mission to gather data on more than 300 million galaxies, as well as more than 100 million stars in our own Milky Way galaxy.\r\n\r\nNASA’s Polarimeter to Unify the Corona and Heliosphere (PUNCH) mission will share a ride to space with SPHEREx. It consists of four suitcase-sized satellites, which will focus on the Sun’s outer atmosphere (the corona) and how it generates the solar wind. The spacecraft also will track coronal mass ejections – large eruptions of solar material that can drive large space weather events near Earth – to better understand their evolution and develop new techniques for predicting such eruptions.",
                "launch_designator": null,
                "type": "Astrophysics",
                "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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_11_20200803142416.jpg",
                    "total_launch_count": 807,
                    "total_landing_count": 26
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_16_20200803143532.jpg",
                "total_launch_count": 193
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_liftof_image_20250312070405.jpg",
            "infographic": null,
            "program": []
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": []
}