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

{
    "id": 690,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/690/?format=api",
    "slug": "2022-esa-astronaut-class-announcement",
    "name": "2022 ESA Astronaut Class Announcement",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "ESA’s new class of astronauts will be announced at the Grand Palais Éphémère (GPE) in Paris. The new class will include career astronauts, reserve astronauts as well as astronauts with a physical disability for a feasibility project",
    "location": "Grand Palais Éphémère, Paris, France",
    "news_url": "https://www.esa.int/Newsroom/Press_Releases/Media_Invitation_Announcement_of_ESA_Astronaut_Class_of_2022",
    "video_url": "https://www.youtube.com/watch?v=WZeD9TS3Slg",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/2022_esa_astron_image_20221121111640.jpg",
    "date": "2022-11-23T14:35:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}