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

{
    "id": 1380,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1380/?format=api",
    "name": "Ignition: NASA's Plan for Science and Discovery",
    "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's Plan for Science and Discovery",
            "description": "Join us for continuing coverage as our leaders discuss the agency's implementation of the National Space Policy and our plans to advance science and discovery.\n\nNASA participants 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\nMore info: https://go.nasa.gov/40QGOtA\n\nCredit: NASA",
            "feature_image": "https://i.ytimg.com/vi/BYH6W9iCs2E/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=BYH6W9iCs2E",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2026-03-24T16:58:46Z",
            "end_time": "2026-03-24T19:53:15Z",
            "live": false
        }
    ],
    "image": null,
    "date": "2026-03-24T17:00:00Z",
    "slug": "ignition-nasas-plan-for-science-and-discovery",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA's leaders will discuss the agency's implementation of the National Space Policy and our plans to advance science and discovery.\r\n\r\nNASA participants include:\r\n- Administrator Jared Isaacman\r\n- Associate Administrator Amit Kshatriya\r\n- Dana Weigel, program manager, International Space Station Program\r\n- Carlos Garcia-Galan, program executive, Moon Base \r\n- Steve Sinacore, program executive, Fission Surface Power \r\n- Dr. Nicola Fox, associate administrator, Science Mission Directorate \r\n- Dr. 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": "PT2H54M29S",
    "updates": [
        {
            "id": 14411,
            "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:45:00Z"
        },
        {
            "id": 14420,
            "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=BYH6W9iCs2E",
            "created_by": "LL2",
            "created_on": "2026-03-24T16:59:00Z"
        }
    ],
    "last_updated": "2026-03-24T19:55:53Z",
    "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": []
}