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

{
    "id": 1238,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1238/?format=api",
    "name": "Rocket Lab LC-3 Inauguration",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "Rocket Lab",
            "title": "Rocket Lab - Launch Complex 3 Official Opening",
            "description": "",
            "feature_image": "https://i.ytimg.com/vi/oNs8lp3U1Wk/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=oNs8lp3U1Wk",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2025-08-28T14:00:00Z",
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 2442,
        "name": "Rocket Lab LC-3 under construction",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket_lab_lc-3_image_20250828075642.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocket_lab_lc-3_image_thumbnail_20250828075642.jpeg",
        "credit": "Rocket Lab",
        "license": {
            "id": 7,
            "name": "Rocket Lab Image Use Policy",
            "priority": 3,
            "link": "https://www.rocketlabusa.com/about/gallery/"
        },
        "single_use": true,
        "variants": []
    },
    "date": null,
    "slug": "rocket-lab-lc-3-inauguration",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Rocket Lab's Launch Complex-3 in Wallops Islands (USA), dedicated to Neutron,  will be inaugurated during a livestreamed ceremony.",
    "webcast_live": false,
    "location": "Wallops Islands, VA, USA",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [
        {
            "id": 12013,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.youtube.com/watch?v=oNs8lp3U1Wk",
            "created_by": "Nosu",
            "created_on": "2025-08-28T07:56:00Z"
        }
    ],
    "last_updated": "2025-08-28T07:56:56Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 147,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/147/?format=api",
            "name": "Rocket Lab",
            "abbrev": "RL",
            "type": {
                "id": 3,
                "name": "Commercial"
            }
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}