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

{
    "id": 836,
    "url": "https://ll.thespacedevs.com/2.3.0/events/836/?format=api",
    "name": "F9 B1060 Static Fire",
    "info_urls": [
        {
            "priority": 10,
            "source": "twitter.com",
            "title": "",
            "description": "JavaScript is not available.\n\nWe’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using twitter.com. You can see a list of supported browsers in our Help Center.",
            "feature_image": null,
            "url": "https://twitter.com/SpaceX/status/1679946059051864064",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Live Coverage: SpaceX test fires Falcon 9 rocket",
            "description": "SpaceX will test fire a Falcon 9 on pad 40 at Cape Canaveral tonight to clear the booster for its 16th flight. A launch attempt early Friday was aborted in t...",
            "feature_image": "https://i.ytimg.com/vi/Oiq7hhz2DfQ/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=Oiq7hhz2DfQ",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1213,
        "name": "[AUTO] F9 B1060 Static Fire - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/f9_b1060_static_image_20230715042950.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192037.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2023-07-15T04:50:00Z",
    "slug": "f9-b1060-static-fire",
    "type": {
        "id": 5,
        "name": "Static Fire"
    },
    "description": "SpaceX will static fire booster B1060 before its 16th flight on Starlink 5-15, after the abort on Friday.",
    "webcast_live": false,
    "location": "SLC-40",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": null,
    "updates": [
        {
            "id": 4592,
            "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=Oiq7hhz2DfQ",
            "created_by": "LL2",
            "created_on": "2023-07-15T04:30:10Z"
        },
        {
            "id": 4591,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Event added",
            "info_url": "https://twitter.com/SpaceX/status/1679946059051864064",
            "created_by": "hitura-nobad",
            "created_on": "2023-07-15T04:29:58Z"
        }
    ],
    "last_updated": "2024-03-05T17:23:50Z",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}