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

{
    "id": 1127,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1127/?format=api",
    "slug": "hera-mars-deimos-flyby",
    "name": "Hera Mars & Deimos Flyby",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "Hera is a European Space Agency (ESA) mission launched on 7 October 2024 to visit the asteroid Didymos and its moon Dimorphos as part of the NASA/ESA Asteroid Impact and Deflection Assessment (AIDA) collaboration. On 7 March 2025, it will fly by Mars (within 6000 km) and Deimos (~1000 km).",
    "location": "Mars & Deimos",
    "news_url": "https://www.esa.int/Enabling_Support/Operations/Hera_burns_towards_Mars",
    "video_url": "https://www.youtube.com/watch?v=cHiASEowrio",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/render_of_the_h_image_20250217122518.png",
    "date": "2025-03-12T12:50:00Z",
    "launches": [
        {
            "id": "e1ffdd01-c146-44d0-a250-b845dc2eb20d",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/e1ffdd01-c146-44d0-a250-b845dc2eb20d/?format=api",
            "launch_library_id": null,
            "slug": "falcon-9-block-5-hera",
            "name": "Falcon 9 Block 5 | Hera",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2024-10-07T14:52:11Z",
            "window_end": "2024-10-07T14:52:11Z",
            "window_start": "2024-10-07T14:52:11Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 60,
            "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": 7689,
                "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": 6496,
                "launch_library_id": null,
                "name": "Hera",
                "description": "Hera is a space mission in development at the European Space Agency in its Space Safety program. Its primary objective is to study the Didymos binary asteroid system that was impacted by DART and contribute to validation of the kinetic impact method to deviate a near-Earth asteroid in a colliding trajectory with Earth. It will measure the size and the morphology of the crater created by and momentum transferred by an artificial projectile impacting an asteroid, which will allow measuring the efficiency of the deflection produced by the impact. It will also analyze the expanding debris cloud caused by the impact.",
                "launch_designator": null,
                "type": "Robotic Exploration",
                "orbit": {
                    "id": 21,
                    "name": "Asteroid",
                    "abbrev": "Asteroid"
                }
            },
            "pad": {
                "id": 80,
                "url": "https://lldev.thespacedevs.com/2.0.0/pad/80/?format=api",
                "agency_id": 121,
                "name": "Space Launch Complex 40",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Cape_Canaveral_Air_Force_Station_Space_Launch_Complex_40",
                "map_url": "https://www.google.com/maps?q=28.56194122,-80.57735736",
                "latitude": "28.56194122",
                "longitude": "-80.57735736",
                "location": {
                    "id": 12,
                    "url": "https://lldev.thespacedevs.com/2.0.0/location/12/?format=api",
                    "name": "Cape Canaveral SFS, FL, USA",
                    "country_code": "USA",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_12_20200803142519.jpg",
                    "total_launch_count": 1023,
                    "total_landing_count": 64
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_80_20200803143323.jpg",
                "total_launch_count": 307
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_9_liftof_image_20241020172845.jpg",
            "infographic": null,
            "program": []
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": []
}