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

{
    "count": 1071,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=1060&ordering=last_updated",
    "results": [
        {
            "id": 1303,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/1303/?format=api",
            "name": "ISS Expedition 73-74 Change of Command Ceremony",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 9,
                    "source": "youtube.com",
                    "publisher": "NASA",
                    "title": "Expedition 73/74 Change of Command Ceremony",
                    "description": "",
                    "feature_image": "https://i.ytimg.com/vi/RGG5hfoKEuw/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=RGG5hfoKEuw",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2025-12-07T15:29:30Z",
                    "end_time": "2025-12-07T15:45:21Z",
                    "live": false
                },
                {
                    "priority": 10,
                    "source": "plus.nasa.gov",
                    "publisher": "NASA",
                    "title": "International Space Station Change of Command Ceremony",
                    "description": "ISS Expedition 73/74 Change of Command Ceremony (Ryzhikov hands over ISS command to Fincke).",
                    "feature_image": "https://plus.nasa.gov/wp-content/uploads/2025/11/iss-change-of-command-ceremony-dec-2025-r1-horizontal-program-tile-16-9-without-title.jpg",
                    "url": "https://plus.nasa.gov/scheduled-video/international-space-station-change-of-command-ceremony-3/",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2025-12-07T15:30:00Z",
                    "end_time": "2025-12-07T15:45:00Z",
                    "live": false
                }
            ],
            "image": {
                "id": 2331,
                "name": "ISS Expedition 73 Portrait",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/iss_expedition__image_20250219135937.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/iss_expedition__image_thumbnail_20250219135937.jpeg",
                "credit": "NASA",
                "license": {
                    "id": 4,
                    "name": "NASA Image and Media Guidelines",
                    "priority": 0,
                    "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2025-12-07T15:30:00Z",
            "slug": "iss-expedition-73-74-change-of-command-ceremony",
            "type": {
                "id": 15,
                "name": "Change of Command"
            },
            "description": "ROSCOSMOS cosmonaut Sergey Ryzhikov, Expedition 73 commander, will hand over the International Space Station command to NASA astronaut Michael Fincke who will become commander of Expedition 74.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": "PT1H",
            "updates": [
                {
                    "id": 13167,
                    "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Official Webcast by NASA has started",
                    "info_url": "https://www.youtube.com/watch?v=RGG5hfoKEuw",
                    "created_by": "LL2",
                    "created_on": "2025-12-07T15:29:00Z"
                },
                {
                    "id": 13068,
                    "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Adding event",
                    "info_url": "https://plus.nasa.gov/scheduled-video/international-space-station-change-of-command-ceremony-3/",
                    "created_by": "Nosu",
                    "created_on": "2025-11-27T14:53:00Z"
                }
            ],
            "last_updated": "2025-12-07T15:46:19Z"
        }
    ]
}