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

{
    "id": 40,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/40/?format=api",
    "name": "LinkSpace RLV-T5 | 300m Hop",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.douyu.com",
            "title": "斗鱼超级火箭计划——中国首个公里级可回收火箭发射直播 - 斗鱼",
            "description": "",
            "feature_image": null,
            "url": "https://www.douyu.com/cms/new_list/201908/08/11053.shtml",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.douyu.com",
            "publisher": null,
            "title": "斗鱼超级火箭直播_直播_斗鱼直播",
            "description": "欢迎来到主播斗鱼超级火箭的斗鱼7305473直播间,本直播间提供最精彩的斗鱼超级火箭直播,斗鱼超级火箭带你领略最有趣的视频直播。",
            "feature_image": null,
            "url": "https://www.douyu.com/7305473",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1080,
        "name": "[AUTO] LinkSpace RLV-T5 | 300m Hop - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/linkspace2520rlv-t52520257c25201km2520hop_image_20190809101144.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191556.png",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2019-08-10T02:35:00Z",
    "slug": "linkspace-rlv-t5-300m-hop",
    "type": {
        "id": 14,
        "name": "Test Flight"
    },
    "description": "LinkSpace is a private Chinese spaceflight company developing re-usable first stages.\r\n\r\nThis flight of the RLV-T5 vehicle will fly to approximately 300 meters, then propulsively land. This follows the successful prior flight.\r\n\r\n\r\n\r\nImage Credit: Linkspace",
    "webcast_live": false,
    "location": "Cold Lake Town, Haixi County, Qinghai Province",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:28:39Z",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}