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

{
    "id": 570,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/570/?format=api",
    "slug": "ax-1-post-mission-press-conference",
    "name": "Ax-1 Post Mission Press Conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Axiom Space leadership and the Ax-1 astronauts will discuss mission highlights, including a recap of the robust research activities, training, and what the crew learned during their time in space. The event will then open to questions from the press and social media.",
    "location": null,
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=XbtbqnGAtrc",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ax-1_crew_in_th_image_20240305203710.jpg",
    "date": "2022-05-13T15:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}