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

{
    "id": 501,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/501/?format=api",
    "slug": "ax-1-mission-briefing",
    "name": "Ax-1 Mission Briefing",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Axiom Space will host a virtual press conference at 11 a.m. EST Monday, Feb. 28, to preview the launch of Ax-1, the first all-private astronaut mission to the International Space Station (ISS).",
    "location": null,
    "news_url": "https://twitter.com/Axiom_Space/status/1498313988941230091",
    "video_url": "https://www.youtube.com/watch?v=HpHvNHfDLm0",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ax-1_crew_in_th_image_20240305203710.jpg",
    "date": "2022-02-28T16:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}