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

{
    "id": 1233,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1233/?format=api",
    "name": "NASA Astronaut Class of 2025 Introduction",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "to Announce New Astronaut Class, Preview Artemis II Moon Mission",
            "description": "Editor's note: This advisory was updated on Aug. 20 to reflect a change in the Artemis II Science and Technology Briefing participants.",
            "feature_image": null,
            "url": "https://www.nasa.gov/news-release/nasa-to-announce-new-astronaut-class-preview-artemis-ii-moon-mission/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "plus.nasa.gov",
            "publisher": "NASA",
            "title": "NASA Selects 2025 Astronaut Candidates",
            "description": "NASA Announces 2025 Class of Astronaut Candidates and previews Artemis II Moon Mission.",
            "feature_image": "https://plus.nasa.gov/wp-content/uploads/2025/08/ascan-announcement-key-art-op-a-r1-horizontal-program-tile-16-9-without-title-1.jpg",
            "url": "https://plus.nasa.gov/scheduled-video/astronaut-candidate-selection-announcement/",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2025-09-22T16:30:00Z",
            "end_time": "2025-09-22T18:00:00Z",
            "live": false
        }
    ],
    "image": {
        "id": 1015,
        "name": "NASA Logo Placeholder",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_logo_place_image_20240926071724.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nasa_logo_place_image_thumbnail_20240926071725.png",
        "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-09-22T16:30:00Z",
    "slug": "nasa-astronaut-class-of-2025-introduction",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "After evaluating more than 8,000 applications, NASA will debut its 2025 class of astronaut candidates during a ceremony. The selected candidates will undergo nearly two years of training before they graduate as flight-eligible astronauts for agency missions to low Earth orbit, the Moon, and ultimately, Mars.",
    "webcast_live": false,
    "location": "Johnson Space Center, Houston, TX, USA",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": null,
    "updates": [
        {
            "id": 11927,
            "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/nasa-to-announce-new-astronaut-class-preview-artemis-ii-moon-mission/",
            "created_by": "Nosu",
            "created_on": "2025-08-21T11:48:00Z"
        }
    ],
    "last_updated": "2025-08-21T11:48:21Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "abbrev": "NASA",
            "type": {
                "id": 1,
                "name": "Government"
            }
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}