API endpoint that allows all Events to be viewed.

FILTERS: 'type', 'type__ids', 'program', 'agency__ids', 'last_updated'

GET: Return a list of all Events

SEARCH EXAMPLE: /2.2.0/event/?search=Dragon Searches through name

ORDERING: Fields - 'date', 'last_updated' Example - /2.2.0/event/?ordering=-date

GET /2.2.0/event/201/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 201,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/201/?format=api",
  "slug": "sls-green-run-wet-dress-rehearsal",
  "name": "SLS Green Run Wet Dress Rehearsal",
  "updates": [],
  "last_updated": "2024-03-05T17:24:18Z",
  "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.",
  "webcast_live": false,
  "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,
  "info_urls": [
    {
      "priority": 10,
      "source": "blogs.nasa.gov",
      "title": "NASA ‘Go’ for Green Run Wet Dress Rehearsal – Artemis",
      "description": "In a test readiness review on Friday, Dec. 4, NASA gave the “go” to start the next Green Run test, wet dress rehearsal, for NASA’s Artemis I Space Launch System (SLS) rocket core stage. The wet dress rehearsal is the first time the stage will be fully loaded with propellants and is planned to last a...",
      "feature_image": null,
      "url": "https://blogs.nasa.gov/artemis/2020/12/04/nasa-go-for-green-run-wet-dress-rehearsal",
      "type": null,
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20240307091235.jpg",
  "date": "2020-12-20T12:00:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": [
    {
      "id": 15,
      "url": "https://lldev.thespacedevs.com/2.2.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.2.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",
      "mission_patches": [],
      "type": {
        "id": 2,
        "name": "Human Spaceflight"
      }
    }
  ]
}