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

{
    "id": 1299,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1299/?format=api",
    "name": "NASA Interstellar Comet 3I/ATLAS Images Press Conference",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "plus.nasa.gov",
            "publisher": "NASA",
            "title": "NASA Shares Interstellar Comet 3I/ATLAS Images",
            "description": "Live event to share imagery of the interstellar comet 3I/ATLAS collected by a number of the agency’s missions.",
            "feature_image": "https://plus.nasa.gov/wp-content/uploads/2025/11/nasa-shares-comet-3i-atlas-images-key-art-r3-horizontal-program-tile-16-9-without-title.jpg",
            "url": "https://plus.nasa.gov/scheduled-video/nasa-shares-interstellar-comet-3i-atlas-images/",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2025-11-19T20:00:00Z",
            "end_time": "2025-11-19T21:00:00Z",
            "live": false
        }
    ],
    "image": {
        "id": 2556,
        "name": "Interstellar Comet 3I/ATLAS",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/interstellar_co_image_20251117203418.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/interstellar_co_image_thumbnail_20251117203418.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-11-19T20:00:00Z",
    "slug": "nasa-interstellar-comet-3iatlas-images-press-confe",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Live event to share imagery of the interstellar comet 3I/ATLAS collected by a number of the agency’s missions.",
    "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": "PT1H30M",
    "updates": [
        {
            "id": 12927,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-share-comet-3i-atlas-images-from-spacecraft-telescopes/",
            "created_by": "hitura-nobad",
            "created_on": "2025-11-17T20:35:00Z"
        }
    ],
    "last_updated": "2025-11-19T21:01:56Z",
    "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": []
}