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

{
    "id": 893,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/893/?format=api",
    "slug": "dlr-moraba-suborbital-rocket-launch",
    "name": "DLR Moraba Suborbital Rocket Launch",
    "type": {
        "id": 31,
        "name": "Sounding Rocket Launch"
    },
    "description": "SOAR is an abbreviation for \"Single-stage Operational Assessment of Red Kite\", and is a project between the German space agency DLR and Bayern-Chemie GmbH which aims to develop a new solid fueled rocket motor called Red Kite. The ride kite will be qualified during the SOAR mission. \r\n\r\nThe mission is launched from Andøya Space in Norway in November. But it´s not only about the Red Kite flight qualification, the new motor carries a quite fancy looking experiment from DLR´s Institute of Aerodynamics and Flow Technology on supersonic and hypersonic Ram-Jet flow",
    "location": "Andøya Space, Norway",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=3hKwi1GfSko",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/dlr_moraba_subo_image_20231113093859.jpg",
    "date": "2023-11-13T12:20:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}