Modes

Levels of detail in the response - list, normal, detailed

Example - /events/?mode=list

Filters

Parameters - agency__ids, date__gt, date__gte, date__lt, date__lte, day, expedition__ids, id, last_updated__gte, last_updated__lte, launch__ids, month, program, program__ids, slug, spacestation__ids, type, type__ids, video_url, year

Example - /events/?type__ids=2,8

Fields searched - name

Example - /events/?search=Flyby

Ordering

Fields - date, last_updated

Example - /events/?ordering=-last_updated

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /events/?limit=2

Format

Switch to JSON output - /events/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/events/835/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 835,
  "url": "https://lldev.thespacedevs.com/2.3.0/events/835/?format=api",
  "name": "Epsilon S 2nd Stage Motor Static Fire",
  "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",
      "live": false
    }
  ],
  "image": {
    "id": 1185,
    "name": "[AUTO] Epsilon S  2nd Stage Motor Static Fire - image",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/epsilon_s_rocke_image_20230713182951.jpg",
    "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191934.jpeg",
    "credit": null,
    "license": {
      "id": 1,
      "name": "Unknown",
      "priority": 9,
      "link": null
    },
    "single_use": true,
    "variants": []
  },
  "date": "2023-07-13T23:45:00Z",
  "slug": "epsilon-s-2nd-stage-motor-static-fire",
  "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",
  "date_precision": {
    "id": 2,
    "name": "Hour",
    "abbrev": "HR",
    "description": "The T-0 is accurate to the hour."
  },
  "response_mode": "detailed",
  "duration": null,
  "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",
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": [],
  "astronauts": []
}