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 - lldev.thespacedevs.com/docs

GET /2.3.0/events/1210/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 1210,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1210/?format=api",
    "name": "MaxiDusty-2 Sounding Rocket Launch",
    "info_urls": [
        {
            "priority": 10,
            "source": "andoyaspace.no",
            "title": "“Tasting” the atmosphere with MaxiDusty-2",
            "description": "The Norwegian research rocket MaxiDusty-2 is ready for a very special research mission in a Norwegian context. At the outer limit of the Earth’s atmosphere…",
            "feature_image": null,
            "url": "https://andoyaspace.no/news-articles/tasting-the-atmosphere-with-maxidusty-2/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "Andøya Space ",
            "title": "MaxiDusty-2 Campaign from @Andøya Space | Day 6 [LAUNCHED]",
            "description": "UiT The Arctic University of Norway and Andøya Space have now completed the necessary preparations for an all-Norwegian research rocket named MaxiDusty-2.\n \nAmong other things, the rocket will bring b...",
            "feature_image": "https://i.ytimg.com/vi/dWDRQDbPnMg/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=dWDRQDbPnMg",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2025-07-05T03:53:56Z",
            "end_time": "2025-07-05T06:12:39Z",
            "live": false
        }
    ],
    "image": {
        "id": 2416,
        "name": "MaxiDusty-2 Sounding Rocket",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maxidusty-2_sou_image_20250705060011.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/maxidusty-2_sou_image_thumbnail_20250705060012.jpeg",
        "credit": "Andoya Space",
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2025-07-05T06:01:00Z",
    "slug": "maxidusty-2-sounding-rocket-launch",
    "type": {
        "id": 31,
        "name": "Sounding Rocket Launch"
    },
    "description": "UiT The Arctic University of Norway and Andøya Space have now completed the necessary preparations for an all-Norwegian research rocket named MaxiDusty-2.\r\n \r\nAmong other things, the rocket will bring back dust and particles from the mesosphere, so that the researchers can study these carefully in their laboratories. In the period May-August, this area of altitude in the atmosphere is the coldest place on Earth with around 160 degrees below zero. In fact, it has to be that cold before the water that has bound to the dust particles freezes into ice and eventually forms large ice clouds, known as nocturnal clouds.",
    "webcast_live": false,
    "location": "Andoya Norway",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": "PT2H18M43S",
    "updates": [
        {
            "id": 11478,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/live/dWDRQDbPnMg?si=Wk51GkUm9RixhVor",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-05T05:57:00Z"
        },
        {
            "id": 11479,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Andøya Space  has started",
            "info_url": "https://www.youtube.com/watch?v=dWDRQDbPnMg",
            "created_by": "LL2",
            "created_on": "2025-07-05T05:57:00Z"
        }
    ],
    "last_updated": "2025-07-05T06:13:19Z",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}