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

{
    "count": 995,
    "next": "https://lldev.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=990&ordering=-date",
    "previous": "https://lldev.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=970&ordering=-date",
    "results": [
        {
            "id": 8,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/8/?format=api",
            "name": "NG-11 Cygnus Berthing",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 1146,
                "name": "[AUTO] NG-11 Cygnus Berthing - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/cygnus2520ng-112520berthing_image_20190318202809.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191804.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2019-04-19T09:30:00Z",
            "slug": "ng-11-cygnus-berthing",
            "type": {
                "id": 4,
                "name": "Spacecraft Berthing"
            },
            "description": "Northrop Grumman's NG-11 Cygnus is scheduled to berth with the ISS several days after its launch.\r\nIt is set to bring between 3,500 to 3,750 kilograms of cargo to the station.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:21:33Z"
        },
        {
            "id": 13,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/13/?format=api",
            "name": "Beresheet Moon Landing",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "LIVE broadcast - Beresheet lands on the Moon Fasten your seatbelts, we are about to land.",
                    "description": "Landing the 1st Israeli spacecraft on the moon",
                    "feature_image": "https://i.ytimg.com/vi/HMdUcchBYRA/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=HMdUcchBYRA&feature=youtu.be",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 992,
                "name": "Beresheet in space with earth",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/beresheet2520moon2520landing_image_20190408132015.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191329.jpeg",
                "credit": "SpaceIL",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2019-04-11T19:00:00Z",
            "slug": "beresheet-moon-landing",
            "type": {
                "id": 7,
                "name": "Moon Landing"
            },
            "description": "The Israeli spacecraft's main engine failed during descent, leading to a crash on the Moon surface.",
            "webcast_live": false,
            "location": "Moon",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:32Z"
        },
        {
            "id": 7,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/7/?format=api",
            "name": "US EVA-54",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 1240,
                "name": "US EVA Astronaut outside the ISS",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192124.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": false,
                "variants": []
            },
            "date": "2019-04-08T11:00:00Z",
            "slug": "us-eva-54",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "NASA and CSA astronauts Nick Hague and David Saint-Jacques are scheduled to perford a seven-hour maintenance EVA.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:21:32Z"
        },
        {
            "id": 148,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/148/?format=api",
            "name": "Starship Hopper Tethered Hop",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "twitter.com",
                    "title": "",
                    "description": "JavaScript is not available.\n\nWe’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to continue using twitter.com. You can see a list of supported browsers in our Help Center.",
                    "feature_image": null,
                    "url": "https://twitter.com/elonmusk/status/1114390314565787648?s=20",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "image": {
                "id": 1131,
                "name": "Starhopper with sunrise",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_hopper_image_20200821071216.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191728.png",
                "credit": "SpaceX",
                "license": {
                    "id": 5,
                    "name": "CC BY-NC 2.0",
                    "priority": 1,
                    "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2019-04-06T00:00:00Z",
            "slug": "starship-hopper-tethered-hop",
            "type": {
                "id": 14,
                "name": "Test Flight"
            },
            "description": "The Starhopper prototype has successfully performed a tethered hop.",
            "webcast_live": false,
            "location": "Boca Chica, Texas",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:22:12Z"
        },
        {
            "id": 12,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/12/?format=api",
            "name": "Falcon Heavy - Static Fire",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Falcon Heavy - Static Fire ArabSat-6A",
                    "description": "5 April 2019 - Static Fire of first block 5 Falcon Heavy from LC-39A at the Kennedy Space Center",
                    "feature_image": "https://i.ytimg.com/vi/r1-4y9X2VPI/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=r1-4y9X2VPI",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1158,
                "name": "[AUTO] Falcon Heavy - Static Fire - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520heavy2520-2520static2520fire_image_20190405050034.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191826.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2019-04-05T16:00:00Z",
            "slug": "falcon-heavy-static-fire",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "The Falcon Heavy set to launch Arabsat-6A static fire was sucessful.",
            "webcast_live": false,
            "location": "Kennedy Space Center",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:31Z"
        },
        {
            "id": 11,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/11/?format=api",
            "name": "Parker Solar Probe - 2nd Perihelion",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "blogs.nasa.gov",
                    "title": "Parker Solar Probe",
                    "description": "As it orbits the Sun, NASA’s Parker Solar Probe encounters some of the most challenging conditions ever faced by a spacecraft: temperatures up to nearly 1,500 degrees Fahrenheit (800 degrees Celsius), space dust that could easily degrade materials and instruments, and intense light and high-speed pa...",
                    "feature_image": null,
                    "url": "https://blogs.nasa.gov/parkersolarprobe/",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "image": {
                "id": 1210,
                "name": "[AUTO] Parker Solar Probe - 2nd Perihelion - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/parker2520solar2520probe2520-25202nd2520perihelion_image_20190404113718.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192031.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "date": "2019-04-04T20:40:00Z",
            "slug": "parker-solar-probe-2nd-perihelion",
            "type": {
                "id": 6,
                "name": "Spacecraft Event"
            },
            "description": "The Parker Solar Probe will reach it's 2nd close approach of the sun at approximately 24 Million kilometers out.",
            "webcast_live": false,
            "location": "24,000,000 km from Sun.",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:21:32Z"
        },
        {
            "id": 6,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/6/?format=api",
            "name": "Progress MS-11 Docking",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 1069,
                "name": "Progress docking",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress2520ms-112520docking_image_20190318202147.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191536.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": false,
                "variants": []
            },
            "date": "2019-04-04T14:25:00Z",
            "slug": "progress-ms-11-docking",
            "type": {
                "id": 2,
                "name": "Docking"
            },
            "description": "The Progress MS-11 is scheduled to autonomously dock to the ISS's Pirs module after less than three orbits.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:26:10Z"
        },
        {
            "id": 147,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/147/?format=api",
            "name": "Starship Hopper Static Fire",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "First Raptor Static Fire test on StarHopper - April 3, 2019",
                    "description": "Uploaded with permission from and on behalf of @BocaChicaGalhttps://www.nasaspaceflight.com/2019/04/starhopper-first-flight-starship-superheavy-updates/",
                    "feature_image": "https://i.ytimg.com/vi/5vfiM10lc1M/maxresdefault.jpg",
                    "url": "https://youtu.be/5vfiM10lc1M",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1131,
                "name": "Starhopper with sunrise",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_hopper_image_20200821071216.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191728.png",
                "credit": "SpaceX",
                "license": {
                    "id": 5,
                    "name": "CC BY-NC 2.0",
                    "priority": 1,
                    "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2019-04-03T00:00:00Z",
            "slug": "starship-hopper-static-fire",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "The Starhopper prototype has successfully performed its first static fire.",
            "webcast_live": false,
            "location": "Boca Chica, Texas",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:21:59Z"
        },
        {
            "id": 146,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/146/?format=api",
            "name": "Starship Hopper Wet Dress Rehearsal",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "youtu.be",
                    "publisher": null,
                    "title": "SpaceX's StarHopper Venting - April 1, 2019",
                    "description": "Via @BocaChicaGal (uploaded on her behalf)UPDATES:https://forum.nasaspaceflight.com/index.php?topic=47120.0",
                    "feature_image": "https://i.ytimg.com/vi/vOUrIPebGlI/maxresdefault.jpg",
                    "url": "https://youtu.be/vOUrIPebGlI",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1131,
                "name": "Starhopper with sunrise",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_hopper_image_20200821071216.png",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191728.png",
                "credit": "SpaceX",
                "license": {
                    "id": 5,
                    "name": "CC BY-NC 2.0",
                    "priority": 1,
                    "link": "https://creativecommons.org/licenses/by-nc/2.0/"
                },
                "single_use": false,
                "variants": []
            },
            "date": "2019-04-01T21:00:00Z",
            "slug": "starship-hopper-wet-dress-rehearsal-3",
            "type": {
                "id": 22,
                "name": "Wet Dress Rehearsal"
            },
            "description": "The Starhopper prototype has successfully performed a wet dress rehearsal.",
            "webcast_live": false,
            "location": "Boca Chica, Texas",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:21:48Z"
        },
        {
            "id": 5,
            "url": "https://lldev.thespacedevs.com/2.3.0/events/5/?format=api",
            "name": "US EVA-53",
            "info_urls": [],
            "vid_urls": [],
            "image": {
                "id": 1240,
                "name": "US EVA Astronaut outside the ISS",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/us2520eva-52_image_20190318200748.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192124.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": false,
                "variants": []
            },
            "date": "2019-03-29T12:20:00Z",
            "slug": "us-eva-53",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "NASA astronauts Christina Koch and Nick Hague will perform EVA-53 to finish work to replace batteries on the P4 Truss segment, started during EVA-52.",
            "webcast_live": false,
            "location": "International Space Station",
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:28:29Z"
        }
    ]
}