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

{
    "id": 1379,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1379/?format=api",
    "name": "Ignition: NASA's Plan for The Moon",
    "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 The Moon",
            "description": "Join us as we provide an update on the implementation of the National Space Policy and how we're accelerating preparations for America’s return to the surface of the Moon by 2028.\n\nThe program will open with remarks from NASA Administrator Jared Isaacman, followed by a series of high-level panels. Participants include:\n\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\nCredi...",
            "feature_image": "https://i.ytimg.com/vi/yIlTwwJv1Ac/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=yIlTwwJv1Ac",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2026-03-24T12:55:35Z",
            "end_time": "2026-03-24T15:04:10Z",
            "live": false
        }
    ],
    "image": null,
    "date": "2026-03-24T13:00:00Z",
    "slug": "ignition-nasas-plan-for-the-moon",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will provide an update on the implementation of the National Space Policy and how NASA is accelerating preparations for America’s return to the surface of the Moon by 2028.\r\n\r\nThe program will open with remarks from NASA Administrator Jared Isaacman, followed by a series of high-level panels. Participants include:\r\n\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": "PT2H8M35S",
    "updates": [
        {
            "id": 14410,
            "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:43:00Z"
        },
        {
            "id": 14418,
            "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=yIlTwwJv1Ac",
            "created_by": "LL2",
            "created_on": "2026-03-24T12:56:00Z"
        }
    ],
    "last_updated": "2026-03-24T15:04:13Z",
    "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": []
}