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

{
    "count": 1031,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=1020&ordering=last_updated",
    "results": [
        {
            "id": 1230,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/1230/?format=api",
            "name": "SpaceX Crew-10 Post-Flight News Conference",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "’s SpaceX Crew-10 Astronauts to Discuss Science Mission",
                    "description": "After spending almost five months in space, NASA’s SpaceX Crew-10 astronauts will discuss their science mission aboard the International Space Station during",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/news-release/nasas-spacex-crew-10-astronauts-to-discuss-science-mission/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "image": {
                "id": 2348,
                "name": "Crew-10 crew in Dragon",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew-10_crew_in_image_20250306075802.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crew-10_crew_in_image_thumbnail_20250306075802.jpeg",
                "credit": "SpaceX",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "date": "2025-08-20T20:15:00Z",
            "slug": "spacex-crew-10-post-flight-news-conference",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "After spending almost five months in space, NASA’s SpaceX Crew-10 astronauts will discuss their science mission aboard the International Space Station during a news conference from the agency’s Johnson Space Center in Houston.\r\n\r\nNASA astronauts Anne McClain and Nichole Ayers, and JAXA (Japan Aerospace Exploration Agency) astronaut Takuya Onishi will answer questions about their mission. The crew returned to Earth on Aug. 9.",
            "webcast_live": false,
            "location": "Johnson Space Center, Houston",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "response_mode": "normal",
            "duration": null,
            "updates": [
                {
                    "id": 11885,
                    "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Adding event",
                    "info_url": "https://www.nasa.gov/news-release/nasas-spacex-crew-10-astronauts-to-discuss-science-mission/",
                    "created_by": "Nosu",
                    "created_on": "2025-08-15T07:19:00Z"
                }
            ],
            "last_updated": "2025-08-15T07:19:23Z"
        }
    ]
}