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

{
    "id": 515,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/515/?format=api",
    "slug": "axiom-1-crew-press-conference",
    "name": "Axiom-1 Crew Press Conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Axiom Space are holding a press conference with the Ax-1 crew.",
    "location": null,
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=B-ep_mhPE7o",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/axiom-1_crew_pr_image_20220401171605.jpeg",
    "date": "2022-04-01T18:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}