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

{
  "id": 677,
  "url": "https://lldev.thespacedevs.com/2.3.0/events/677/?format=api",
  "name": "JAXA H3 Captive Firing Test",
  "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",
      "live": false
    }
  ],
  "image": {
    "id": 1746,
    "name": "H3 render",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/h-iii_image_20221104084531.jpeg",
    "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193643.jpeg",
    "credit": "JAXA",
    "license": {
      "id": 9,
      "name": "JAXA Image Usage Policy",
      "priority": 8,
      "link": "https://global.jaxa.jp/policy.html"
    },
    "single_use": false,
    "variants": []
  },
  "date": "2022-11-07T07:30:00Z",
  "slug": "jaxa-h3-captive-firing-test",
  "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",
  "date_precision": null,
  "response_mode": "detailed",
  "duration": null,
  "updates": [],
  "last_updated": "2024-03-25T12:18:11Z",
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": [],
  "astronauts": []
}