Modes

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

Example - /events/?mode=list

Filters

Parameters - agency__ids, date__gt, date__gt__lt, date__gte, date__lte, day, id, last_updated__gte, last_updated__lte, month, program, slug, 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": "www.youtube.com",
            "publisher": null,
            "title": "【16:15~】H3ロケット試験機1号機 1段実機型タンクステージ燃焼試験(CFT-Captive Firing Test)ライブ中継",
            "description": "【ライブ中継】種子島宇宙センターよりH3ロケット試験機1号機 1段実機型タンクステージ燃焼試験(CFT-Captive Firing Test)の様子をお届けします。(放送開始は 9:32:21 頃から)1段実機型タンクステージ燃焼試験(CFT-Captive Firing Test)とは、ロケット本体とエンジン...",
            "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": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1746,
        "name": "H3 render",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/h-iii_image_20221104084531.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.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": []
}