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

{
  "id": 379,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/379/?format=api",
  "slug": "bepicolombo-mercury-flyby",
  "name": "BepiColombo Mercury Flyby",
  "updates": [],
  "last_updated": "2024-03-05T17:26:19Z",
  "type": {
    "id": 23,
    "name": "Flyby"
  },
  "description": "The ESA/JAXA BepiColombo mission to Mercury will make the first of six flybys of its destination planet on 1 October before entering orbit in 2025.",
  "webcast_live": false,
  "location": "Mercury",
  "news_url": "https://www.esa.int/Science_Exploration/Space_Science/BepiColombo/Mercury_ahead%21",
  "video_url": "https://www.youtube.com/watch?v=-cf3qFtz86U",
  "info_urls": [
    {
      "priority": 10,
      "source": "www.esa.int",
      "title": "Mercury ahead!",
      "description": "The ESA/JAXA BepiColombo mission to Mercury will make the first of six flybys of its destination planet on 1 October before entering orbit in 2025.",
      "feature_image": null,
      "url": "https://www.esa.int/Science_Exploration/Space_Science/BepiColombo/Mercury_ahead%21",
      "type": null,
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "JAXA相模原チャンネル",
      "title": "BepiColombo「みお」第1回水星スイングバイ#1 ライブ中継",
      "description": "BepiColombo「みお」が1回目の水星スイングバイを実施し、2021年10月2日08時34分頃に高度約200 kmまで最接近します。最接近の前後における探査機の位置(予測軌道)およびJAXA相模原の「みお」運用室で監視中の探査機ステータスの一部をライブ中継します。最接近のおよそ30分後には運用メンバのインタビューも!お楽しみに!\n#BepiColombo",
      "feature_image": "https://i.ytimg.com/vi/-cf3qFtz86U/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=-cf3qFtz86U",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 6,
        "name": "Japanese",
        "code": "jp"
      },
      "start_time": "2021-10-01T22:56:27Z",
      "end_time": "2021-10-02T00:31:38Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/bepicolombo_at__image_20240306080108.jpeg",
  "date": "2021-10-01T23:34:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}