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

{
    "id": 897,
    "url": "https://ll.thespacedevs.com/2.3.0/events/897/?format=api",
    "name": "S-520-33 Sounding Rocket Launch",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "NVS",
            "title": "観測ロケットS-520 33号機打上げライブ中継 Sounding Rocket S-520 F33 Launch Live Streaming",
            "description": "今回もNVSでは、観測ロケットS-520 33号機の打上げライブ取材を行う予定です。This time as well, we plan to conduct live coverage of the launch of the Sounding Rocket S-520 F33.打上げ予定日(Launch Da...",
            "feature_image": "https://i.ytimg.com/vi/vfaWXZL2kOw/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=vfaWXZL2kOw",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2023-12-02T06:33:02Z",
            "end_time": "2023-12-02T07:24:21Z",
            "live": false
        }
    ],
    "image": {
        "id": 969,
        "name": "[AUTO] S-520-33 Sounding Rocket Launch - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/s-520-33_soundi_image_20231127091228.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191250.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2023-12-02T07:00:00Z",
    "slug": "s-520-33-sounding-rocket-launch",
    "type": {
        "id": 31,
        "name": "Sounding Rocket Launch"
    },
    "description": "Launch of the S-520-33 sounding rocket",
    "webcast_live": false,
    "location": "Uchinoura Space Center",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": "PT51M19S",
    "updates": [
        {
            "id": 5819,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=vfaWXZL2kOw",
            "created_by": "LL2",
            "created_on": "2023-12-02T06:33:34Z"
        },
        {
            "id": 5796,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to December 2 due to weather.",
            "info_url": "https://www.jaxa.jp/press/2023/11/20231129-1_j.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-29T05:48:21Z"
        },
        {
            "id": 5783,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Adding Event",
            "info_url": "https://www.jaxa.jp/press/2023/11/20231127-1_j.html",
            "created_by": "hitura-nobad",
            "created_on": "2023-11-27T09:12:38Z"
        }
    ],
    "last_updated": "2024-03-05T17:22:56Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 37,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/37/?format=api",
            "name": "Japan Aerospace Exploration Agency",
            "abbrev": "JAXA",
            "type": {
                "id": 1,
                "name": "Government"
            }
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}