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

{
    "id": 440,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/440/?format=api",
    "slug": "2021-nasa-astronaut-candidates-announcement",
    "name": "2021 NASA Astronaut Candidates Announcement",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "After evaluating more than 12,000 applications, NASA will introduce its 2021 astronaut candidates from Ellington Field near NASA’s Johnson Space Center in Houston. After completing training, these individuals could be eligible for a variety of flight assignments including missions on and around the Moon under the Artemis program.",
    "location": "Ellington Field Joint Reserve Base, TX, USA",
    "news_url": "https://www.nasa.gov/press-release/nasa-to-announce-america-s-next-class-of-astronaut-candidates",
    "video_url": "https://www.youtube.com/watch?v=UGpZxV9AJKM",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/2021_nasa_astro_image_20211202132624.jpeg",
    "date": "2021-12-06T17:30:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}