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, expedition__ids, id, last_updated__gte, last_updated__lte, launch__ids, month, program, program__ids, slug, spacestation__ids, 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=300&ordering=date
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 1146,
  "next": "https://lldev.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=310&ordering=date",
  "previous": "https://lldev.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=290&ordering=date",
  "results": [
    {
      "id": 410,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/410/?format=api",
      "name": "NASA Lucy Pre-Launch News Conference",
      "info_urls": [],
      "vid_urls": [],
      "image": {
        "id": 1004,
        "name": "Lucy in space render",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/lucy_earth_flyb_image_20210930111825.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191348.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": "2021-10-13T17:00:00Z",
      "slug": "nasa-lucy-pre-launch-news-conference",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "NASA will host a media briefing about the upcoming launch of the Lucy mission. Lucy will explore multiple asteroids over the course of 12 years.",
      "webcast_live": false,
      "location": "Kennedy Space Center",
      "date_precision": null,
      "response_mode": "normal",
      "duration": null,
      "updates": [],
      "last_updated": "2024-03-05T17:26:27Z"
    },
    {
      "id": 417,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/417/?format=api",
      "name": "Shenzhou 13 Docking",
      "info_urls": [],
      "vid_urls": [],
      "image": {
        "id": 982,
        "name": "[AUTO] Shenzhou 12 Docking - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_12_doc_image_20210616184900.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191312.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": false,
        "variants": []
      },
      "date": "2021-10-15T22:49:00Z",
      "slug": "shenzhou-13-docking",
      "type": {
        "id": 2,
        "name": "Docking"
      },
      "description": "The Shenzhou 13 spacecraft will dock autonomously to the Chinese Space Station, carrying CNSA astronauts Zhai Zhigang, Wang Yaping and Ye Guangfu to the Chinese Space Station.",
      "webcast_live": false,
      "location": "Chinese Space Station",
      "date_precision": null,
      "response_mode": "normal",
      "duration": null,
      "updates": [
        {
          "id": 885,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
          "comment": "Added docking post-launch.",
          "info_url": null,
          "created_by": "Cosmic_Penguin",
          "created_on": "2021-10-15T17:15:02Z"
        }
      ],
      "last_updated": "2024-03-05T17:26:29Z"
    },
    {
      "id": 279,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/279/?format=api",
      "name": "Soyuz MS-18 Undocking",
      "info_urls": [],
      "vid_urls": [],
      "image": {
        "id": 967,
        "name": "Soyuz MS in orbit (MS-19)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_20240313130407.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz_ms_in_orb_image_thumbnail_20240313130407.jpeg",
        "credit": "ESA/NASA/T. Pesquet",
        "license": {
          "id": 2,
          "name": "ESA Standard Licence",
          "priority": 2,
          "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
        },
        "single_use": false,
        "variants": []
      },
      "date": "2021-10-17T01:14:00Z",
      "slug": "soyuz-ms-18-undocking",
      "type": {
        "id": 8,
        "name": "Spacecraft Undocking"
      },
      "description": "The Soyuz MS-18 spacecraft will undock from the International Space Station carrying Expedition 65 crew member ROSCOSMOS cosmonaut Oleg Novitskiy as well as film director Klim Shipenko and actress Yulia Peresild.",
      "webcast_live": false,
      "location": "International Space Station",
      "date_precision": null,
      "response_mode": "normal",
      "duration": null,
      "updates": [],
      "last_updated": "2024-03-05T17:30:07Z"
    },
    {
      "id": 292,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/292/?format=api",
      "name": "Soyuz MS-18 Landing",
      "info_urls": [],
      "vid_urls": [],
      "image": {
        "id": 1056,
        "name": "Soyuz MS landing (MS-04)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/soyuz2520ms-122520landing_image_20190929074125.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191514.jpeg",
        "credit": "NASA/Bill Ingalls",
        "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": "2021-10-17T04:36:44Z",
      "slug": "soyuz-ms-18-landing",
      "type": {
        "id": 9,
        "name": "Spacecraft Landing"
      },
      "description": "The Soyuz MS-18 spacecraft carrying ROSCOSMOS cosmonaut Oleg Novitskiy as well as film director Klim Shipenko and actress Yulia Peresild will land back on Earth near Dzhezkazgan, Kazakhstan.",
      "webcast_live": false,
      "location": "Dzhezkazgan, Kazakhstan",
      "date_precision": null,
      "response_mode": "normal",
      "duration": null,
      "updates": [],
      "last_updated": "2024-03-05T17:25:14Z"
    },
    {
      "id": 418,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/418/?format=api",
      "name": "FAA SpaceX Starship at Boca Chica Virtual Public Hearing #1",
      "info_urls": [
        {
          "priority": 10,
          "source": "www.faa.gov",
          "title": "Page Not Found",
          "description": "The page or file you requested cannot be found.",
          "feature_image": null,
          "url": "https://www.faa.gov/space/stakeholder_engagement/spacex_starship/v",
          "type": null,
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [],
      "image": {
        "id": 952,
        "name": "FAA SpaceX Starship at Boca Chica Project Map",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/faa_spacex_star_image_20211017182028.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191222.jpeg",
        "credit": "SpaceX",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": false,
        "variants": []
      },
      "date": "2021-10-18T22:00:00Z",
      "slug": "faa-spacex-starship-at-boca-chica-virtual-public-h",
      "type": {
        "id": 28,
        "name": "Public Hearing"
      },
      "description": "First of two virtual public hearings held by the FAA to discuss the Draft Environmental Assessment for the SpaceX Starship/Super Heavy program at the Boca Chica launch site in Cameron County, TX, USA.\r\nA free registration is required to attend the hearing.",
      "webcast_live": false,
      "location": null,
      "date_precision": null,
      "response_mode": "normal",
      "duration": null,
      "updates": [],
      "last_updated": "2024-03-05T17:26:27Z"
    },
    {
      "id": 416,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/416/?format=api",
      "name": "Starship S20 Pre-burner Test",
      "info_urls": [],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASASpaceflight",
          "title": "Ship 20 Engine Testing with Orbital Starship Prototype",
          "description": "Starship prototype Ship 20 is conducting engine testing of its Raptor engines. A standard Raptor and a vacuum optimized Raptor engine (RVac) are currently installed on the vehicle. If the vacuum Rapto...",
          "feature_image": "https://i.ytimg.com/vi/Q5M-033h9n4/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=Q5M-033h9n4",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2021-10-19T03:01:18Z",
          "end_time": "2021-10-19T05:34:08Z",
          "live": false
        }
      ],
      "image": {
        "id": 955,
        "name": "Starship Static Fire - Suborbital Version",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_sn9_st_image_20210107083631.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191226.jpeg",
        "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": "2021-10-19T04:35:00Z",
      "slug": "starship-s20-pre-burner-test",
      "type": {
        "id": 5,
        "name": "Static Fire"
      },
      "description": "SpaceX performed what seemed like a pre-burner test of the Starship S20 vehicle.",
      "webcast_live": false,
      "location": "Boca Chica, Texas",
      "date_precision": null,
      "response_mode": "normal",
      "duration": null,
      "updates": [
        {
          "id": 875,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
          "comment": "Possible Starship S20 static fire between 22:00 and 5:00 UTC (5pm - midnight CDT).",
          "info_url": "https://twitter.com/bocachicagal/status/1448301374643507203",
          "created_by": "Nosu",
          "created_on": "2021-10-13T15:42:53Z"
        },
        {
          "id": 876,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
          "comment": "Road closure canceled for Wednesday, October 13. Next attempt Thursday, October 14 pending alert notice.",
          "info_url": "https://www.cameroncountytx.gov/spacex/",
          "created_by": "Nosu",
          "created_on": "2021-10-13T16:28:49Z"
        }
      ],
      "last_updated": "2024-03-05T17:26:32Z"
    },
    {
      "id": 420,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/420/?format=api",
      "name": "Boeing Starliner OFT-2 Update",
      "info_urls": [
        {
          "priority": 10,
          "source": "blogs.nasa.gov",
          "title": "NASA, Boeing to Provide Update on Boeing’s Orbital Flight Test-2 – Commercial Crew Program",
          "description": "NASA and Boeing will hold a joint teleconference at 2:30 p.m. EDT Tuesday, Oct. 19, to update media on the company’s CST-100 Starliner spacecraft. Teams will discuss work on the oxidizer isolation valve issue that was discovered ahead of the planned uncrewed Orbital Flight Test-2 (OFT-2) mission to ...",
          "feature_image": null,
          "url": "https://blogs.nasa.gov/commercialcrew/2021/10/16/nasa-boeing-to-provide-update-on-boeings-orbital-flight-test-2/",
          "type": {
            "id": 1,
            "name": "Official Page"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA Video",
          "title": "Media Briefing: NASA's Boeing Orbital Flight Test-2 Update",
          "description": "",
          "feature_image": "https://i.ytimg.com/vi/WnykXQZ6g_k/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=WnykXQZ6g_k",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2021-10-19T18:17:11Z",
          "end_time": "2021-10-19T19:30:55Z",
          "live": false
        }
      ],
      "image": {
        "id": 1020,
        "name": "Boeing Starliner in orbit (OFT-2)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/boeing_starline_image_20220525180700.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191414.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": "2021-10-19T18:30:00Z",
      "slug": "boeing-starliner-oft-2-update-2",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "NASA and Boeing will hold a joint teleconference at 18:30 UTC to update media on the company’s CST-100 Starliner spacecraft. Teams will discuss work on the oxidizer isolation valve issue that was discovered ahead of the planned uncrewed Orbital Flight Test-2 (OFT-2) mission to the International Space Station in August.",
      "webcast_live": false,
      "location": "Kennedy Space Center, FL, USA",
      "date_precision": null,
      "response_mode": "normal",
      "duration": null,
      "updates": [],
      "last_updated": "2024-03-12T09:14:34Z"
    },
    {
      "id": 419,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/419/?format=api",
      "name": "FAA SpaceX Starship at Boca Chica Virtual Public Hearing #2",
      "info_urls": [
        {
          "priority": 10,
          "source": "www.faa.gov",
          "title": "Page Not Found",
          "description": "The page or file you requested cannot be found.",
          "feature_image": null,
          "url": "https://www.faa.gov/space/stakeholder_engagement/spacex_starship/v",
          "type": {
            "id": 1,
            "name": "Official Page"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [],
      "image": {
        "id": 952,
        "name": "FAA SpaceX Starship at Boca Chica Project Map",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/faa_spacex_star_image_20211017182028.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191222.jpeg",
        "credit": "SpaceX",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": false,
        "variants": []
      },
      "date": "2021-10-20T22:00:00Z",
      "slug": "faa-spacex-starship-at-boca-chica-virtual-public-2",
      "type": {
        "id": 28,
        "name": "Public Hearing"
      },
      "description": "Second of two virtual public hearings held by the FAA to discuss the Draft Environmental Assessment for the SpaceX Starship/Super Heavy program at the Boca Chica launch site in Cameron County, TX, USA.\r\nA free registration is required to attend the hearing.",
      "webcast_live": false,
      "location": null,
      "date_precision": null,
      "response_mode": "normal",
      "duration": null,
      "updates": [],
      "last_updated": "2024-03-05T17:26:28Z"
    },
    {
      "id": 280,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/280/?format=api",
      "name": "Progress MS-17 Relocation",
      "info_urls": [],
      "vid_urls": [],
      "image": {
        "id": 972,
        "name": "Progress in orbit",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/progress2520ms-102520undocking_image_20190506111616.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191255.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": "2021-10-20T23:42:30Z",
      "slug": "progress-ms-17-relocation",
      "type": {
        "id": 25,
        "name": "Spacecraft Relocation"
      },
      "description": "The Progress MS-17 spacecraft will be relocated from the Poisk module to the Nauka module.",
      "webcast_live": false,
      "location": "International Space Station",
      "date_precision": null,
      "response_mode": "normal",
      "duration": null,
      "updates": [],
      "last_updated": "2024-03-05T17:24:34Z"
    },
    {
      "id": 421,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/421/?format=api",
      "name": "Starship S20 Static Fire #1 & #2",
      "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/bocachicagal/status/1450513775174377473",
          "type": {
            "id": 1,
            "name": "Official Page"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [],
      "image": {
        "id": 955,
        "name": "Starship Static Fire - Suborbital Version",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/starship_sn9_st_image_20210107083631.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191226.jpeg",
        "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": "2021-10-22T00:16:16Z",
      "slug": "starship-s20-static-fire-1-2",
      "type": {
        "id": 5,
        "name": "Static Fire"
      },
      "description": "SpaceX completed two static fires of the Starship S20 vehicle. The first engine fired was the first firing of a Raptor vacuum engine integrated onto starship.",
      "webcast_live": false,
      "location": "Boca Chica, Texas",
      "date_precision": null,
      "response_mode": "normal",
      "duration": null,
      "updates": [],
      "last_updated": "2024-03-05T17:26:28Z"
    }
  ]
}