Modes

Levels of detail in the response - list, normal, detailed

Example - /events/?mode=list

Filters

Parameters - agency__ids, date__gt, date__gt__lt, date__gte, 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/1219/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 1219,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1219/?format=api",
    "name": "NASA NISAR Pre-Launch Teleconference",
    "info_urls": [],
    "vid_urls": [],
    "image": {
        "id": 2418,
        "name": "NISAR in orbit render",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nisar_in_orbit__image_20250718050620.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nisar_in_orbit__image_thumbnail_20250718050621.jpeg",
        "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": true,
        "variants": []
    },
    "date": "2025-07-28T16:00:00Z",
    "slug": "nasa-nisar-pre-launch-teleconference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA-hosted teleconference to discuss the upcoming NISAR (NASA-ISRO Synthetic Aperture Radar) mission, with the following participants:\r\n- Karen St. Germain, director of Earth science, NASA Headquarters\r\n- Gerald Bawden, NISAR program scientist, NASA Headquarters\r\n- Shanna McClain, Disasters program manager, NASA Headquarters\r\n- Phil Barela, NISAR project manager, NASA Jet Propulsion Laboratory (JPL)\r\n- Marco Lavalle, NISAR deputy project scientist, NASA JPL",
    "webcast_live": false,
    "location": "Online",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": null,
    "updates": [
        {
            "id": 11608,
            "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-sets-launch-coverage-for-earth-tracking-nisar-satellite/",
            "created_by": "Nosu",
            "created_on": "2025-07-24T07:23:00Z"
        }
    ],
    "last_updated": "2025-07-24T07:23:38Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 1090,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1090/?format=api",
            "name": "Jet Propulsion Laboratory",
            "abbrev": "JPL",
            "type": {
                "id": 1,
                "name": "Government"
            }
        },
        {
            "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": "3e852c36-4179-4c45-a2b1-9252e639372f",
            "url": "https://lldev.thespacedevs.com/2.3.0/launches/3e852c36-4179-4c45-a2b1-9252e639372f/?format=api",
            "name": "GSLV Mk II | NISAR (NASA-ISRO Synthetic Aperture Radar)",
            "response_mode": "list",
            "slug": "gslv-mk-ii-nisar-nasa-isro-synthetic-aperture-rada",
            "launch_designator": null,
            "status": {
                "id": 1,
                "name": "Go for Launch",
                "abbrev": "Go",
                "description": "Current T-0 confirmed by official or reliable sources."
            },
            "last_updated": "2025-07-26T05:14:18Z",
            "net": "2025-07-30T12:10:00Z",
            "net_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "window_end": "2025-07-30T12:10:00Z",
            "window_start": "2025-07-30T12:10:00Z",
            "image": {
                "id": 1744,
                "name": "[AUTO] GSLV Mk II - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gslv2520mk2520ii_image_20190825171642.jpg",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193640.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "infographic": null
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}