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

{
  "id": 677,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/677/?format=api",
  "slug": "jaxa-h3-captive-firing-test",
  "name": "JAXA H3 Captive Firing Test",
  "updates": [],
  "last_updated": "2024-03-25T12:18:11Z",
  "type": {
    "id": 5,
    "name": "Static Fire"
  },
  "description": "JAXA will conduct a static fire test of its upcoming H3 launch vehicle due to perform its maiden flight no later than March 2023.",
  "webcast_live": false,
  "location": "Tanegashima Space Center, Japan",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=HNPcMNfnzGM",
  "info_urls": [],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "JAXA | 宇宙航空研究開発機構",
      "title": "【16:15~】H3ロケット試験機1号機 1段実機型タンクステージ燃焼試験(CFT-Captive Firing Test)ライブ中継",
      "description": "【ライブ中継】種子島宇宙センターよりH3ロケット試験機1号機 1段実機型タンクステージ燃焼試験(CFT-Captive Firing Test)の様子をお届けします。(放送開始は 9:32:21 頃から)\n\n1段実機型タンクステージ燃焼試験(CFT-Captive Firing Test)とは、ロケット本体とエンジンを組み合わせた試験です。\n本日の試験では、試験機1号機の機体にフライト用の1段エン...",
      "feature_image": "https://i.ytimg.com/vi/HNPcMNfnzGM/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=HNPcMNfnzGM",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 6,
        "name": "Japanese",
        "code": "jp"
      },
      "start_time": "2022-11-06T21:45:09Z",
      "end_time": "2022-11-07T07:34:35Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/h-iii_image_20221104084531.jpeg",
  "date": "2022-11-07T07:30:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}