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

{
  "id": 201,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/201/?format=api",
  "slug": "sls-green-run-wet-dress-rehearsal",
  "name": "SLS Green Run Wet Dress Rehearsal",
  "type": {
    "id": 22,
    "name": "Wet Dress Rehearsal"
  },
  "description": "Engineers demonstrated loading, controlling and draining more than 700,000 gallons (2.6 million liters) of cryogenic propellants into the liquid oxygen and liquid hydrogen tanks and then returning the stage to a safe condition. Toward the end of the simulated terminal countdown, the test automatically stopped due to a valve closure being off by a fraction of a second. The team has corrected the timing, and additional analysis clears the way for hot fire.",
  "location": "Stennis Space Center, Mississippi",
  "news_url": "https://blogs.nasa.gov/artemis/2020/12/04/nasa-go-for-green-run-wet-dress-rehearsal",
  "video_url": null,
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20240307091235.jpg",
  "date": "2020-12-20T12:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": [
    {
      "id": 15,
      "url": "https://lldev.thespacedevs.com/2.0.0/program/15/?format=api",
      "name": "Artemis",
      "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region.",
      "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/artemis_program_20220827100930.png",
      "start_date": "2017-12-11T00:00:00Z",
      "end_date": null,
      "info_url": "https://www.nasa.gov/specials/artemis/",
      "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program"
    }
  ]
}