Modes

Levels of detail in the response - list, normal, detailed

Example - /events/?mode=list

Filters

Parameters - agency__ids, date__gt, date__gte, date__lt, 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/846/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 846,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/846/?format=api",
    "name": "Virgin Galactic Galactic-02 Post Flight Press Conference",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "Virgin Galactic",
            "title": "Virgin Galactic: Galactic 02 Press Conference",
            "description": "The Galactic 02 press conference will be held live on Thursday, August 10 from Spaceport America in New Mexico. The press conference will feature the Galactic 02 crew and their experiences aboard Virg...",
            "feature_image": "https://i.ytimg.com/vi/XcrDuHS36Ys/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=XcrDuHS36Ys",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2023-08-10T17:45:48Z",
            "end_time": "2023-08-10T18:36:23Z",
            "live": false
        }
    ],
    "image": {
        "id": 1045,
        "name": "[AUTO] Virgin Galactic Galactic-02 Post Flight Press Conference - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20230810172612.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191456.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2023-08-10T18:09:00Z",
    "slug": "virgin-galactic-galactic-02-post-flight-press-conf",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "The press conference will feature the Galactic 02 crew and their experiences aboard Virgin Galactic's first private astronaut mission.",
    "webcast_live": false,
    "location": "Spaceport America, New Mexico",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": "PT50M35S",
    "updates": [
        {
            "id": 4836,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Event added",
            "info_url": "https://www.youtube.com/watch?v=XcrDuHS36Ys",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-10T17:26:14Z"
        },
        {
            "id": 4838,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=XcrDuHS36Ys",
            "created_by": "LL2",
            "created_on": "2023-08-10T17:46:10Z"
        }
    ],
    "last_updated": "2024-03-05T17:24:22Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 1024,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1024/?format=api",
            "name": "Virgin Galactic",
            "abbrev": "VG",
            "type": {
                "id": 5,
                "name": "Private"
            }
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}