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

{
    "id": 1045,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1045/?format=api",
    "slug": "europa-clipper-news-conference",
    "name": "Europa Clipper News Conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will host a news conference at 11 a.m. EDT Tuesday, Sept. 17, at the agency’s Jet Propulsion Laboratory in Southern California to discuss the upcoming Europa Clipper mission to Jupiter’s icy moon Europa.",
    "location": "Jet Propulsion Laboratory, Pasadena, CA, USA",
    "news_url": "https://www.nasa.gov/news-release/nasa-to-preview-europa-clipper-mission-to-jupiter-moon/",
    "video_url": "https://www.youtube.com/watch?v=Ij1wOLJE_g8",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/europa_clipper__image_20231012151706.jpeg",
    "date": "2024-09-17T15:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "id": 36,
            "url": "https://lldev.thespacedevs.com/2.0.0/program/36/?format=api",
            "name": "NASA Large Strategic Science Missions",
            "description": "NASA's large strategic science missions or large strategic missions, formerly known as Flagship missions or Flagship-class missions, are the costliest and most capable NASA science spacecraft. Flagship missions exist within all four divisions of NASA's Science Mission Directorate (SMD): the astrophysics, Earth science, heliophysics and planetary science divisions.",
            "agencies": [
                {
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                }
            ],
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa2520large_program_20240205122003.jpeg",
            "start_date": "1975-08-22T00:00:00Z",
            "end_date": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Large_strategic_science_missions"
        }
    ]
}