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

{
    "id": 1136,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1136/?format=api",
    "slug": "europa-clipper-earth-flyby",
    "name": "Europa Clipper Earth Flyby",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "NASA’s Europa Clipper will fly by Earth for a second and final gravity assist on its way to Jupiter.",
    "location": "Earth",
    "news_url": "https://europa.nasa.gov/mission/timeline/",
    "video_url": null,
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/europa_clipper__image_20250228203626.jpg",
    "date": "2026-12-31T00:00:00Z",
    "launches": [
        {
            "id": "59548105-347d-4477-8747-7fc3f91016c5",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/59548105-347d-4477-8747-7fc3f91016c5/?format=api",
            "launch_library_id": 2040,
            "slug": "falcon-heavy-europa-clipper",
            "name": "Falcon Heavy | Europa Clipper",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2024-10-14T16:06:00Z",
            "window_end": "2024-10-14T16:06:00Z",
            "window_start": "2024-10-14T16:05:45Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": 95,
            "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": 2663,
                "configuration": {
                    "id": 161,
                    "launch_library_id": 58,
                    "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/161/?format=api",
                    "name": "Falcon Heavy",
                    "family": "Falcon",
                    "full_name": "Falcon Heavy",
                    "variant": "Heavy"
                }
            },
            "mission": {
                "id": 1087,
                "launch_library_id": 1284,
                "name": "Europa Clipper",
                "description": "Europa Clipper is the first dedicated mission to study Jupiter's moon Europa. Mission is developed by NASA and comprises of an orbiter spacecraft, which, while in orbit around Jupiter, will perform numerous flybys over Europa. Europa Clipper payload suit included high-resolution cameras and spectrometers for imaging Europa's surface and thin atmosphere, an ice-penetrating radar to search for subsurface water, and a magnetometer and gravity measurements to measure the moon's magnetic field and unlock clues about its ocean and deep interior.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 6,
                    "name": "Heliocentric N/A",
                    "abbrev": "Helio-N/A"
                }
            },
            "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-prod.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
                    "total_launch_count": 265,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
                "total_launch_count": 207
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_heavy_li_image_20241020093505.jpg",
            "infographic": null,
            "program": []
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": []
}