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

{
    "id": 1015,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1015/?format=api",
    "slug": "juice-moon-earth-flyby",
    "name": "Juice Moon-Earth Flyby",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "First flybys of ESA's Jupiter Icy Moons Explorer (Juice) mission on its way to the Jovian system.\r\n\r\nIt is the first-ever lunar-Earth flyby, and the first-ever double gravity assist manoeuvre.",
    "location": "Moon-Earth System",
    "news_url": "https://www.esa.int/Science_Exploration/Space_Science/Juice/Juice_s_lunar-Earth_flyby_all_you_need_to_know",
    "video_url": "https://www.youtube.com/watch?v=ZoodtR-46Ms",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20240307192047.jpeg",
    "date": "2024-08-19T21:16:00Z",
    "launches": [
        {
            "id": "4066e51e-93ce-46f7-9806-9d2d712107a6",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/4066e51e-93ce-46f7-9806-9d2d712107a6/?format=api",
            "launch_library_id": 1113,
            "slug": "ariane-5-eca-juice-jupiter-icy-moons-explorer",
            "name": "Ariane 5 ECA+ | JUICE (JUpiter ICy moons Explorer)",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2023-04-14T12:14:29Z",
            "window_end": "2023-04-14T12:14:29Z",
            "window_start": "2023-04-14T12:14:29Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": -1,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 115,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/115/?format=api",
                "name": "Arianespace",
                "type": "Commercial"
            },
            "rocket": {
                "id": 2659,
                "configuration": {
                    "id": 215,
                    "launch_library_id": 246,
                    "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/215/?format=api",
                    "name": "Ariane 5 ECA+",
                    "family": "Ariane",
                    "full_name": "Ariane 5 ECA+",
                    "variant": "ECA+"
                }
            },
            "mission": {
                "id": 660,
                "launch_library_id": 830,
                "name": "JUICE (JUpiter ICy moons Explorer)",
                "description": "JUICE is an ESA mission to study some of the Jupiter's moons: Ganymede, Callisto and Europa.",
                "launch_designator": null,
                "type": "Planetary Science",
                "orbit": {
                    "id": 6,
                    "name": "Heliocentric N/A",
                    "abbrev": "Helio-N/A"
                }
            },
            "pad": {
                "id": 77,
                "url": "https://lldev.thespacedevs.com/2.0.0/pad/77/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 3",
                "info_url": null,
                "wiki_url": "http://en.wikipedia.org/wiki/ELA-3",
                "map_url": "https://www.google.com/maps?q=5.239,-52.768",
                "latitude": "5.239",
                "longitude": "-52.768",
                "location": {
                    "id": 13,
                    "url": "https://lldev.thespacedevs.com/2.0.0/location/13/?format=api",
                    "name": "Guiana Space Centre, French Guiana",
                    "country_code": "GUF",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_13_20200803142412.jpg",
                    "total_launch_count": 325,
                    "total_landing_count": 0
                },
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_77_20200803143458.jpg",
                "total_launch_count": 118
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane2520525_image_20240101094507.jpeg",
            "infographic": null,
            "program": []
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": []
}