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

{
    "id": 737,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/737/?format=api",
    "slug": "nasa-tempo-instrument-news-briefing",
    "name": "NASA TEMPO Instrument News Briefing",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a news briefing about its TEMPO (Tropospheric Emissions: Monitoring of Pollution) instrument scheduled to launch on the INTELSAT 40e satellite.",
    "location": "Smithsonian's National Air and Space Museum",
    "news_url": "https://www.nasa.gov/press-release/nasa-smithsonian-to-discuss-air-quality-satellite-instrument",
    "video_url": "https://www.youtube.com/watch?v=QPFP0bZefCY",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_tempo_inst_image_20230309175848.jpeg",
    "date": "2023-03-14T13:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}