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

{
    "id": 26,
    "url": "https://ll.thespacedevs.com/2.3.0/events/26/?format=api",
    "name": "Splashdown - Apollo 11th (50th Anni.)",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "Apollo 11 in Real Time, 50 Years Later",
            "description": "Apolloinrealtime.org is an interactive, multimedia website that replays the entirety of the Apollo 11 mission.",
            "feature_image": null,
            "url": "https://www.nasa.gov/feature/apollo-11-in-real-time-50-years-later/",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "apolloinrealtime.org",
            "publisher": null,
            "title": "Apollo 11 in Real Time",
            "description": "A real-time interactive journey through the first landing on the Moon. Relive every moment as it occurred in 1969.",
            "feature_image": "https://apolloinrealtime.org/11/img/screenshot.png",
            "url": "https://apolloinrealtime.org/11/",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 975,
        "name": "[AUTO] Splashdown - Apollo 11th (50th Anni.) - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo252011th252050th2520anniversary2520-2520splashdown_image_20190715211643.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191300.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2019-07-24T16:50:00Z",
    "slug": "splashdown-apollo-11th-50th-anni",
    "type": {
        "id": 9,
        "name": "Spacecraft Landing"
    },
    "description": "After completing the monumental Apollo 11 Moon landing, Neil Armstrong, Buzz Aldrin and Michael Collins safely splashed back into the Pacific Ocean on July 24, 1969.",
    "webcast_live": false,
    "location": "Pacific Ocean",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:21:51Z",
    "agencies": [],
    "launches": [
        {
            "id": "aed29ce0-d4e3-4177-b286-d186c7b21354",
            "url": "https://ll.thespacedevs.com/2.3.0/launches/aed29ce0-d4e3-4177-b286-d186c7b21354/?format=api",
            "name": "Saturn V | Apollo 11",
            "response_mode": "list",
            "slug": "saturn-v-apollo-11",
            "launch_designator": "1969-059",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T08:37:04Z",
            "net": "1969-07-16T13:32:00Z",
            "net_precision": null,
            "window_end": "1969-07-16T13:32:00Z",
            "window_start": "1969-07-16T13:32:00Z",
            "image": {
                "id": 1820,
                "name": "[AUTO] Saturn V - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/saturn2520v_image_20190222030036.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193845.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "infographic": null
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}