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, expedition__ids, id, last_updated__gte, last_updated__lte, launch__ids, month, program, program__ids, slug, spacestation__ids, 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/1381/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 1381,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1381/?format=api",
    "name": "Ignition: NASA News Conference",
    "info_urls": [
        {
            "priority": 10,
            "source": "nasa.gov",
            "title": "to Provide Update on Implementation of National Space Policy",
            "description": "NASA will host a public event at 9 a.m. EDT on Tuesday, March 24, at the Mary W. Jackson NASA Headquarters in Washington to outline how the",
            "feature_image": null,
            "url": "https://www.nasa.gov/news-release/nasa-to-provide-update-on-implementation-of-national-space-policy/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "NASA",
            "title": "Ignition: NASA News Conference (March 24, 2026)",
            "description": "We're holding a live news conference to provide an update on the agency’s progress toward implementing the National Space Policy and recap major announcements discussed throughout the day.  \n\nParticipants include:\n- Administrator Jared Isaacman\n- Associate Administrator Amit Kshatriya\n- Dana Weigel, program manager, International Space Station Program\n- Carlos Garcia-Galan, program executive, Moon Base \n- Steve Sinacore, program executive, Fission Surface Power \n- Dr. Nicola Fox, associate administrator, Science Mission Directorate \n- Dr. Lori Glaze, acting associate administrator, Exploration Systems Development Mission Directorate\n\nLearn more about this event: https://go.nasa.gov/40QGOtA\n\nCredit: NASA",
            "feature_image": "https://i.ytimg.com/vi/LZea4h8zxLY/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=LZea4h8zxLY",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2026-03-24T20:43:34Z",
            "end_time": "2026-03-24T21:45:48Z",
            "live": false
        }
    ],
    "image": null,
    "date": "2026-03-24T20:45:00Z",
    "slug": "ignition-nasa-news-conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA is holding a live news conference to provide an update on the agency’s progress toward implementing the National Space Policy and recap major announcements discussed throughout the day.  \r\n\r\nParticipants include:\r\nAdministrator Jared Isaacman\r\nAssociate Administrator Amit Kshatriya\r\nDana Weigel, program manager, International Space Station Program\r\nCarlos Garcia-Galan, program executive, Moon Base \r\nSteve Sinacore, program executive, Fission Surface Power \r\nDr. Nicola Fox, associate administrator, Science Mission Directorate \r\nDr. Lori Glaze, program manager, Moon to Mars Program",
    "webcast_live": false,
    "location": null,
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": "PT1H2M14S",
    "updates": [
        {
            "id": 14412,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added press event.",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-provide-update-on-implementation-of-national-space-policy/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2026-03-23T21:55:00Z"
        },
        {
            "id": 14424,
            "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=LZea4h8zxLY",
            "created_by": "LL2",
            "created_on": "2026-03-24T20:43:00Z"
        }
    ],
    "last_updated": "2026-03-24T21:56:16Z",
    "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": []
}