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 - ll.thespacedevs.com/docs

GET /2.3.0/events/566/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 566,
    "url": "https://ll.thespacedevs.com/2.3.0/events/566/?format=api",
    "name": "NASA Insight Update Media Teleconference",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA to Provide Update on InSight Mars Lander",
            "description": "NASA will hold a media teleconference at 2 p.m. EDT (11 a.m. PDT) on Tuesday, May 17, to provide an update on the agency’s InSight Mars lander.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-to-provide-update-on-insight-mars-lander",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "NASA InSight Still Hunting Marsquakes as Power Runs Down (News Audio + Visuals)",
            "description": "In November 2018, NASA InSight landed in the Elysium Planitia region of Mars with the goal of studying the planet’s deep interior for the first time by using...",
            "feature_image": "https://i.ytimg.com/vi/BqLoCgLv-bs/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AHUBoAC4AOKAgwIABABGHIgVig4MA8=&rs=AOn4CLDyx8bOTpoRhbPmkhXH4zpOLsJSBA",
            "url": "https://www.youtube.com/watch?v=BqLoCgLv-bs",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 990,
        "name": "[AUTO] NASA Insight Update Media Teleconference - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_insight_up_image_20220510194944.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191326.png",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2022-05-17T18:00:00Z",
    "slug": "nasa-insight-update-media-teleconference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a media teleconference to provide an update on the agency’s InSight Mars lander. NASA leadership and mission team members will highlight InSight’s science accomplishments, share details on the spacecraft’s power situation, and discuss its future.",
    "webcast_live": false,
    "location": null,
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:31:02Z",
    "agencies": [],
    "launches": [
        {
            "id": "3b633f7e-fad9-480e-9011-f38d1bb2f932",
            "url": "https://ll.thespacedevs.com/2.3.0/launches/3b633f7e-fad9-480e-9011-f38d1bb2f932/?format=api",
            "name": "Atlas V 401 | InSight, Mars Cube One 1 & Mars Cube One 2",
            "response_mode": "list",
            "slug": "atlas-v-401-insight-mars-cube-one-1-mars-cube-one",
            "launch_designator": "2018-042",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-06-15T14:41:13Z",
            "net": "2018-05-05T11:05:01Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "window_end": "2018-05-05T11:05:01Z",
            "window_start": "2018-05-05T11:05:01Z",
            "image": {
                "id": 1697,
                "name": "[AUTO] Atlas V - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/atlas_v_image_20201212013334.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193523.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "infographic": null
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}