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

{
  "id": 835,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/835/?format=api",
  "slug": "epsilon-s-2nd-stage-motor-static-fire",
  "name": "Epsilon S 2nd Stage Motor Static Fire",
  "updates": [
    {
      "id": 4578,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
      "comment": "Livestream has started",
      "info_url": "https://www.youtube.com/watch?v=VHngCQLJDAY",
      "created_by": "LL2",
      "created_on": "2023-07-13T23:46:50Z"
    }
  ],
  "last_updated": "2024-08-20T18:54:24Z",
  "type": {
    "id": 5,
    "name": "Static Fire"
  },
  "description": "JAXA will test fire the second stage solid rocket motor for the Epsilon S launch vehicle using a short nozzle specific for atmospheric pressure test.\r\n\r\nTimes are subject to change depending on weather conditions.\r\n\r\nThis test comes after a launch failure in 2022 shortly after second stage cutoff due to an attitude control fault.",
  "webcast_live": false,
  "location": "JAXA Noshiro Rocket Testing Center",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=VHngCQLJDAY",
  "info_urls": [],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NVS",
      "title": "イプシロンSロケット第2段モータ地上燃焼試験 / Epsilon S rocket 2nd stage motor firing test",
      "description": "JAXA 能代ロケット実験場\n試験予定日時 2023年7月14日 11:00 → 9:00\n※風向が条件を満たすまで夕方まで待機の可能性あり\n\n※気象条件により時間が変更になる場合があります。\n速報はtwitterでお知らせします。http://twitter.com/nvslive\n\n【大気圧試験用 短ノズル仕様】\n固体推進薬   コンポジット推進薬\n真空中推力   約560 kN\n比推力   ...",
      "feature_image": "https://i.ytimg.com/vi/VHngCQLJDAY/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=VHngCQLJDAY",
      "type": {
        "id": 3,
        "name": "Unofficial Webcast"
      },
      "language": {
        "id": 6,
        "name": "Japanese",
        "code": "jp"
      },
      "start_time": "2023-07-13T23:46:29Z",
      "end_time": "2023-07-14T01:31:10Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/epsilon_s_rocke_image_20230713182951.jpg",
  "date": "2023-07-13T23:45:00Z",
  "date_precision": {
    "id": 2,
    "name": "Hour",
    "abbrev": "HR",
    "description": "The T-0 is accurate to the hour."
  },
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}