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

{
    "id": 1241,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1241/?format=api",
    "name": "NordSpace's Maiden Flight",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nordspace.com",
            "title": "Launch Information",
            "description": "Visit this page for up to date information on our upcoming launches",
            "feature_image": null,
            "url": "https://www.nordspace.com/info",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "NordSpace",
            "title": "Live - NordSpace First Sub-Orbital Flight",
            "description": "The livestream will start approximately one hour prior to launch on Thursday August 28 or Friday August 29. We will update the date/time for this live stream as we get closer to our launch window. For...",
            "feature_image": "https://i.ytimg.com/vi/0oxDEKPSbF4/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=0oxDEKPSbF4",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2025-08-29T08:00:21Z",
            "end_time": "2025-08-30T03:53:31Z",
            "live": false
        }
    ],
    "image": {
        "id": 2445,
        "name": "NordSpace Suborbital Rocket",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nordspace_subor_image_20250829090206.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nordspace_subor_image_thumbnail_20250829090207.jpeg",
        "credit": "NordSpace",
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2025-08-29T20:26:00Z",
    "slug": "nordspaces-maiden-flight",
    "type": {
        "id": 31,
        "name": "Sounding Rocket Launch"
    },
    "description": "First commercial rocket launch from Canada by NordSpace",
    "webcast_live": false,
    "location": "Atlantic Spaceport Complex",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": "PT19H53M10S",
    "updates": [
        {
            "id": 12025,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Sounding Rocket Launch",
            "info_url": "https://www.youtube.com/live/0oxDEKPSbF4",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-29T09:03:00Z"
        },
        {
            "id": 12026,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NordSpace has started",
            "info_url": "https://www.youtube.com/watch?v=0oxDEKPSbF4",
            "created_by": "LL2",
            "created_on": "2025-08-29T09:03:00Z"
        },
        {
            "id": 12029,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Second attempt in the second window starting at 17:30 UTC",
            "info_url": "https://www.youtube.com/watch?v=0oxDEKPSbF4",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-29T13:57:00Z"
        },
        {
            "id": 12039,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "New T-0 20:26 UTC",
            "info_url": "https://www.youtube.com/watch?v=0oxDEKPSbF4",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-29T19:36:00Z"
        }
    ],
    "last_updated": "2025-08-30T05:02:14Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 1097,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1097/?format=api",
            "name": "NordSpace",
            "abbrev": "",
            "type": {
                "id": 5,
                "name": "Private"
            }
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}