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

{
    "id": 200,
    "url": "https://ll.thespacedevs.com/2.3.0/events/200/?format=api",
    "name": "Chang'e 5 Ascent Stage-Orbiter Docking",
    "info_urls": [],
    "vid_urls": [],
    "image": {
        "id": 1166,
        "name": "[AUTO] Chang'e 5 Ascent Stage-Orbiter Docking - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e_5_a_image_20201203062051.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191842.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2020-12-03T21:40:00Z",
    "slug": "change-5-ascent-stage-orbiter-docking",
    "type": {
        "id": 2,
        "name": "Docking"
    },
    "description": "The Chang'e 5 ascent stage, loaded with lunar samples, will autonomously dock with the orbiter around the moon.",
    "webcast_live": false,
    "location": "Lunar orbit",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:24:16Z",
    "agencies": [],
    "launches": [
        {
            "id": "9828537e-e017-4f77-96b6-49799d439363",
            "url": "https://ll.thespacedevs.com/2.3.0/launches/9828537e-e017-4f77-96b6-49799d439363/?format=api",
            "name": "Long March 5 | Chang'e 5",
            "response_mode": "list",
            "slug": "long-march-5-change-5",
            "launch_designator": "2020-087",
            "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-08-02T16:23:42Z",
            "net": "2020-11-23T20:30:21Z",
            "net_precision": null,
            "window_end": "2020-11-23T21:15:07Z",
            "window_start": "2020-11-23T20:30:12Z",
            "image": {
                "id": 1437,
                "name": "[AUTO] Long March 5  | Chang'e 5 - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long2520march_image_20201119165033.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192748.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "infographic": null
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "response_mode": "normal",
            "id": 18,
            "url": "https://ll.thespacedevs.com/2.3.0/programs/18/?format=api",
            "name": "Chinese Lunar Exploration Program",
            "image": {
                "id": 1885,
                "name": "[AUTO] Chinese Lunar Exploration Program - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chinese2520lun_program_20201129190923.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194035.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Chinese_Lunar_Exploration_Program",
            "description": "The Chinese Lunar Exploration Program also known as the Chang'e Project after the Chinese moon goddess Chang'e, is an ongoing series of robotic Moon missions by the China National Space Administration (CNSA). The program incorporates lunar orbiters, landers, rovers and sample return spacecraft, launched using Long March rockets.",
            "agencies": [
                {
                    "response_mode": "list",
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.3.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "abbrev": "CNSA",
                    "type": {
                        "id": 1,
                        "name": "Government"
                    }
                }
            ],
            "start_date": "2003-01-01T00:00:00Z",
            "end_date": null,
            "mission_patches": [],
            "type": {
                "id": 5,
                "name": "Exploration"
            }
        }
    ],
    "astronauts": []
}