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

{
    "id": 312,
    "url": "https://ll.thespacedevs.com/2.3.0/events/312/?format=api",
    "name": "NS-16 Post-Flight Press Conference",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Replay - First Human Flight Post-Flight Press Conference",
            "description": "Replay of Blue Origin's post-flight press conference with New Shepard’s first astronaut crew. Participants included Jeff Bezos, Mark Bezos, Wally Funk, and O...",
            "feature_image": "https://i.ytimg.com/vi/Kmpb7xJJ10I/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=Kmpb7xJJ10I",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 983,
        "name": "[AUTO] NS-16 Pre-Launch Mission Briefing - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue_origin_ns-_image_20210718154026.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191313.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": false,
        "variants": []
    },
    "date": "2021-07-20T15:45:00Z",
    "slug": "ns-16-post-flight-press-conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Blue Origin will host a press conference with New Shepard’s first astronaut crew which has successfully completed their first suborbital flight on July 20.",
    "webcast_live": false,
    "location": "West Texas Suborbital Launch Site",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:30:18Z",
    "agencies": [],
    "launches": [
        {
            "id": "d0f9cb4e-8efe-4b70-a675-3f087acd6f74",
            "url": "https://ll.thespacedevs.com/2.3.0/launches/d0f9cb4e-8efe-4b70-a675-3f087acd6f74/?format=api",
            "name": "New Shepard | NS-16",
            "response_mode": "list",
            "slug": "new-shepard-ns-16",
            "launch_designator": null,
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T09:55:45Z",
            "net": "2021-07-20T13:12:00Z",
            "net_precision": null,
            "window_end": "2021-07-20T13:12:00Z",
            "window_start": "2021-07-20T13:12:00Z",
            "image": {
                "id": 1795,
                "name": "[AUTO] New Shepard - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193803.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/new2520shepard_infographic_20210716202126.jpeg"
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}