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

{
  "id": 178,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/178/?format=api",
  "slug": "bepicolombo-venus-flyby",
  "name": "BepiColombo Venus Flyby",
  "updates": [],
  "last_updated": "2024-03-05T17:23:46Z",
  "type": {
    "id": 23,
    "name": "Flyby"
  },
  "description": "The ESA-JAXA BepiColombo mission made a close approach of Venus on 15 October at 03:58 UTC at a distance of approximately 10 720 km. Gravity assist flybys are needed to set the spacecraft on course for Mercury orbit.",
  "webcast_live": false,
  "location": "Venus",
  "news_url": "https://www.esa.int/ESA_Multimedia/Videos/2020/10/BepiColombo_s_first_Venus_flyby",
  "video_url": null,
  "info_urls": [
    {
      "priority": 10,
      "source": "www.esa.int",
      "title": "BepiColombo’s first Venus flyby",
      "description": "The ESA-JAXA BepiColombo mission is getting ready to fly by Venus. It will make a close approach of the planet on 15 October at 03:58 GMT (05:58 CEST) at a distance of approximately 10 720 km. Gravity assist flybys are needed to set the spacecraft on course for Mercury orbit.\n\nBepiColombo launched 2...",
      "feature_image": null,
      "url": "https://www.esa.int/ESA_Multimedia/Videos/2020/10/BepiColombo_s_first_Venus_flyby",
      "type": null,
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/bepicolombo25e_image_20201008073530.jpg",
  "date": "2020-10-15T03:58:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}