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

{
    "id": 1382,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1382/?format=api",
    "name": "Roman Telescope Unveiling News Conference",
    "info_urls": [
        {
            "priority": 10,
            "source": "nasa.gov",
            "title": "to Unveil Complete Roman Telescope, Host Media Briefing",
            "description": "Media are invited Tuesday, April 21, to NASA’s Goddard Space Flight Center in Greenbelt, Maryland, for a look at the agency’s Nancy Grace Roman Space",
            "feature_image": null,
            "url": "https://www.nasa.gov/news-release/nasa-to-unveil-complete-roman-telescope-host-media-briefing/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "image": {
        "id": 2737,
        "name": "Roman Space Telescope in the clean room",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/roman_space_tel_image_20260329083535.webp",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/roman_space_tel_image_thumbnail_20260329083535.jpeg",
        "credit": "NASA/Jolearra Tshiteya",
        "license": {
            "id": 4,
            "name": "NASA Image and Media Guidelines",
            "priority": 0,
            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": true,
        "variants": []
    },
    "date": "2026-04-21T20:00:00Z",
    "slug": "roman-telescope-unveiling-news-conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA's Nancy Grace Roman Space Telescope recently completed construction and is wrapping up prelaunch testing.\r\n\r\nNASA participants in this briefing include:\r\n\r\n- NASA Administrator Jared Isaacman\r\n- Nicky Fox, associate administrator, Science Mission Directorate, NASA Headquarters, Washington\r\n- Jamie Dunn, Roman telescope project manager, NASA Goddard\r\n- Julie McEnery, Roman telescope senior project scientist, NASA Goddard",
    "webcast_live": false,
    "location": "Goddard Space Flight Center, Greenbelt, MD, 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": 14478,
            "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-unveil-complete-roman-telescope-host-media-briefing/",
            "created_by": "Nosu",
            "created_on": "2026-03-29T08:36:00Z"
        }
    ],
    "last_updated": "2026-03-29T08:36: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": [
        {
            "id": "521f3a1c-f977-4306-9b7f-495858719adf",
            "url": "https://lldev.thespacedevs.com/2.3.0/launches/521f3a1c-f977-4306-9b7f-495858719adf/?format=api",
            "name": "Falcon Heavy | Nancy Grace Roman Space Telescope",
            "response_mode": "list",
            "slug": "falcon-heavy-nancy-grace-roman-space-telescope",
            "launch_designator": null,
            "status": {
                "id": 2,
                "name": "To Be Determined",
                "abbrev": "TBD",
                "description": "Current date is a placeholder or rough estimation based on unreliable or interpreted sources."
            },
            "last_updated": "2026-01-08T20:09:56Z",
            "net": "2026-09-28T00:00:00Z",
            "net_precision": {
                "id": 5,
                "name": "Day",
                "abbrev": "DAY",
                "description": "The T-0 is expected on the given day."
            },
            "window_end": "2026-09-28T00:00:00Z",
            "window_start": "2026-09-28T00:00:00Z",
            "image": {
                "id": 1739,
                "name": "[AUTO] Falcon Heavy - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_heavy_image_20220129192819.jpeg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193632.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "infographic": null
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}