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 - ll.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://ll.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": [
        {
            "id": "13439df6-e99b-42b3-ab82-c0a8a2afe4d1",
            "url": "https://ll.thespacedevs.com/2.3.0/launches/13439df6-e99b-42b3-ab82-c0a8a2afe4d1/?format=api",
            "name": "H3-22 | ALOS-3 (Maiden flight)",
            "response_mode": "list",
            "slug": "h3-22-alos-3-maiden-flight",
            "launch_designator": null,
            "status": {
                "id": 4,
                "name": "Launch Failure",
                "abbrev": "Failure",
                "description": "Either the launch vehicle did not reach orbit, or the payload(s) failed to separate."
            },
            "last_updated": "2024-03-25T12:16:18Z",
            "net": "2023-03-07T01:37:55Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "window_end": "2023-03-07T01:44:15Z",
            "window_start": "2023-03-07T01:37:55Z",
            "image": {
                "id": 1747,
                "name": "H3-22 liftoff (ALOS-3)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/h3-22_image_20230307130808.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193645.jpeg",
                "credit": "JAXA",
                "license": {
                    "id": 9,
                    "name": "JAXA Image Usage Policy",
                    "priority": 8,
                    "link": "https://global.jaxa.jp/policy.html"
                },
                "single_use": false,
                "variants": []
            },
            "infographic": null
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}