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

{
  "id": 778,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/778/?format=api",
  "slug": "nasa-artemis-v-lander-announcement",
  "name": "NASA Artemis V Lander Announcement",
  "updates": [],
  "last_updated": "2024-03-05T17:25:40Z",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA will announce the company selected to develop a sustainable human landing system for the Artemis V Moon mission.",
  "webcast_live": false,
  "location": "NASA Headquarters, Washington DC",
  "news_url": "https://www.nasa.gov/press-release/nasa-to-select-second-lunar-lander-partner-for-artemis-moon-mission",
  "video_url": null,
  "info_urls": [
    {
      "priority": 10,
      "source": "www.nasa.gov",
      "title": "NASA to Select Second Lunar Lander Partner for Artemis Moon Mission",
      "description": "During an event at 10 a.m. EDT Friday, May 19, at NASA Headquarters in Washington, the agency will announce the company selected to develop a sustainable human landing system for the Artemis V Moon mission. The human landing system will take astronauts to and from Gateway in lunar orbit to the surfa...",
      "feature_image": null,
      "url": "https://www.nasa.gov/press-release/nasa-to-select-second-lunar-lander-partner-for-artemis-moon-mission",
      "type": null,
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_artemis_v__image_20230517070336.jpg",
  "date": "2023-05-19T14:30:00Z",
  "date_precision": {
    "id": 1,
    "name": "Minute",
    "abbrev": "MIN",
    "description": "The T-0 is accurate to the minute."
  },
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}