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

{
    "id": 1007,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1007/?format=api",
    "slug": "ariane-6-inaugural-flight-pre-launch-media-briefin",
    "name": "Ariane 6 Inaugural flight Pre-Launch Media Briefing",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "ESA is hosting a press conference in preparation for the first flight of Ariane 6.\r\n\r\n\r\nParticipants include:\r\n\r\n- Toni Tolker-Nielsen, Director of Space Transportation, ESA \r\n- Carine Leveau, Director of Space Transporation, CNES\r\n- Franck Huiban, Head of Civil Programs, ArianeGroup\r\n- Caroline Arnoux, Head of Ariane 6 Program, Arianespace",
    "location": "Online",
    "news_url": null,
    "video_url": null,
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_6_image_20240125142128.jpeg",
    "date": "2024-06-25T09:00:00Z",
    "launches": [
        {
            "id": "3e461ec0-8b64-4804-b9aa-e1e1f066065a",
            "url": "https://lldev.thespacedevs.com/2.0.0/launch/3e461ec0-8b64-4804-b9aa-e1e1f066065a/?format=api",
            "launch_library_id": 1697,
            "slug": "ariane-62-maiden-flight",
            "name": "Ariane 62 | Maiden Flight",
            "status": {
                "id": 3,
                "name": "Success"
            },
            "net": "2024-07-09T19:00:00Z",
            "window_end": "2024-07-09T22:00:00Z",
            "window_start": "2024-07-09T18:00:00Z",
            "inhold": false,
            "tbdtime": false,
            "tbddate": false,
            "probability": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 27,
                "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api",
                "name": "European Space Agency",
                "type": "Multinational"
            },
            "rocket": {
                "id": 2226,
                "configuration": {
                    "id": 121,
                    "launch_library_id": 164,
                    "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/121/?format=api",
                    "name": "Ariane 62",
                    "family": "Ariane",
                    "full_name": "Ariane 62",
                    "variant": "62"
                }
            },
            "mission": {
                "id": 6520,
                "launch_library_id": null,
                "name": "Maiden Flight",
                "description": "Maiden Flight of the Ariane 62 launch vehicle, carrying ten cubesats, two deployers, five experiments, and two reentry capsules.",
                "launch_designator": null,
                "type": "Test Flight",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                }
            },
            "pad": {
                "id": 67,
                "url": "https://lldev.thespacedevs.com/2.0.0/pad/67/?format=api",
                "agency_id": 115,
                "name": "Ariane Launch Area 4",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Guiana_Space_Centre",
                "map_url": "https://www.google.com/maps?q=5.256319,-52.786838",
                "latitude": "5.256319",
                "longitude": "-52.786838",
                "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_67_20200803143559.jpg",
                "total_launch_count": 2
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane_62_lifto_image_20240711132056.jpeg",
            "infographic": null,
            "program": []
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": []
}