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=710
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=720",
  "previous": "https://lldev.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=700",
  "results": [
    {
      "id": 36,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/36/?format=api",
      "name": "OSIRIS-Rex Sample Return",
      "info_urls": [],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA",
          "title": "OSIRIS-REx Asteroid Sample Return (Official 4K NASA Broadcast)",
          "description": "Watch a spacecraft deliver an asteroid sample to Earth! Our OSIRIS-REx (Origins, Spectral Interpretation, Resource Identification, and Security–Regolith Explorer) spacecraft is approaching Earth, and ...",
          "feature_image": "https://i.ytimg.com/vi/Kdwyqctp908/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=Kdwyqctp908",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2023-09-24T13:59:33Z",
          "end_time": "2023-09-24T17:20:07Z",
          "live": false
        }
      ],
      "image": {
        "id": 1005,
        "name": "[AUTO] OSIRIS-Rex Sample Return - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/osiris-rex2520sample2520return_image_20190729040745.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191349.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "date": "2023-09-24T14:54:00Z",
      "slug": "osiris-rex-sample-return",
      "type": {
        "id": 9,
        "name": "Spacecraft Landing"
      },
      "description": "On September 24, 2023 the OSIRIS-REx return capsule will re-enter Earth's atmosphere and land under a parachute at the Air Force's Utah Test and Training Range",
      "webcast_live": false,
      "location": "Earth",
      "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "response_mode": "normal",
      "duration": "PT3H20M34S",
      "updates": [
        {
          "id": 3922,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
          "comment": "Added landing time.",
          "info_url": "https://www.asteroidmission.org/?latest-news=nasa-prepares-for-historic-asteroid-sample-delivery-on-sept-24",
          "created_by": "Cosmic_Penguin",
          "created_on": "2023-05-01T02:29:31Z"
        },
        {
          "id": 5242,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
          "comment": "Livestream has started",
          "info_url": "https://www.youtube.com/watch?v=Kdwyqctp908",
          "created_by": "LL2",
          "created_on": "2023-09-24T13:59:46Z"
        }
      ],
      "last_updated": "2024-03-05T17:22:08Z"
    },
    {
      "id": 872,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/872/?format=api",
      "name": "OSIRIS-Rex Postlanding news conference",
      "info_urls": [
        {
          "priority": 10,
          "source": "www.nasa.gov",
          "title": "NASA Finalizes Coverage for First US Asteroid Sample Landing",
          "description": "The first asteroid sample collected in space by NASA will arrive on Earth Sunday, Sept. 24, and there are multiple events leading up to its landing.",
          "feature_image": null,
          "url": "https://www.nasa.gov/press-release/nasa-finalizes-coverage-for-first-us-asteroid-sample-landing",
          "type": {
            "id": 1,
            "name": "Official Page"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA Video",
          "title": "OSIRIS-REx Asteroid Sample Return Post-Landing Update (Official NASA News Briefing)",
          "description": "Mission experts recap the touchdown of OSIRIS-REx, which earlier today delivered America's first pristine sample of rocks and dust from an asteroid.\n\nNASA’s OSIRIS-REx sample return capsule, carrying ...",
          "feature_image": "https://i.ytimg.com/vi/P79IZNTnVn8/hqdefault.jpg",
          "url": "https://www.youtube.com/watch?v=P79IZNTnVn8",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2023-09-24T20:59:48Z",
          "end_time": "2023-09-24T21:59:49Z",
          "live": false
        }
      ],
      "image": {
        "id": 1120,
        "name": "[AUTO] OSIRIS-Rex Postlanding news conference - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/osiris-rex_post_image_20230924181414.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191706.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "date": "2023-09-24T21:00:00Z",
      "slug": "osiris-rex-postlanding-news-conference",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "A post-landing news conference will be held when the sample capsule arrives at a temporary clean room on the military range.",
      "webcast_live": false,
      "location": "Department of Defense's Utah Test and Training Range",
      "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "response_mode": "normal",
      "duration": "PT1H1S",
      "updates": [
        {
          "id": 5196,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
          "comment": "Added Event",
          "info_url": "https://www.nasa.gov/press-release/nasa-finalizes-coverage-for-first-us-asteroid-sample-landing",
          "created_by": "hitura-nobad",
          "created_on": "2023-09-19T08:06:40Z"
        },
        {
          "id": 5243,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
          "comment": "Livestream has started",
          "info_url": "https://www.youtube.com/watch?v=P79IZNTnVn8",
          "created_by": "LL2",
          "created_on": "2023-09-24T21:00:29Z"
        }
      ],
      "last_updated": "2024-03-05T17:25:24Z"
    },
    {
      "id": 868,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/868/?format=api",
      "name": "ISS Expedition 69-70 Change of Command Ceremony",
      "info_urls": [],
      "vid_urls": [],
      "image": {
        "id": 1085,
        "name": "[AUTO] ISS Expedition 69-70 Change of Command Ceremony - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/iss_expedition__image_20230912063358.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191605.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "date": "2023-09-26T13:40:00Z",
      "slug": "iss-expedition-69-70-change-of-command-ceremony",
      "type": {
        "id": 15,
        "name": "Change of Command"
      },
      "description": "ROSCOSMOS cosmonaut Sergey Prokopyev, Expedition 69 commander, will hand over the International Space Station command to ESA astronaut Andreas Mogensen who will become commander of Expedition 70.",
      "webcast_live": false,
      "location": "International Space Station",
      "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "response_mode": "normal",
      "duration": null,
      "updates": [],
      "last_updated": "2024-03-05T17:25:05Z"
    },
    {
      "id": 874,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/874/?format=api",
      "name": "2023 Annular Solar Eclipse Media Teleconference",
      "info_urls": [
        {
          "priority": 10,
          "source": "www.nasa.gov",
          "title": "NASA Scientists to Discuss Oct. 14 'Ring of Fire' Solar Eclipse",
          "description": "NASA will host a media teleconference at 4 p.m. EDT on Tuesday, Sept. 26, to discuss the upcoming annular solar eclipse. The annular eclipse will cross the U.S. from Oregon to Texas on Saturday, Oct. 14, with a partial solar eclipse visible throughout the contiguous U.S.",
          "feature_image": null,
          "url": "https://www.nasa.gov/press-release/nasa-scientists-to-discuss-oct-14-ring-of-fire-solar-eclipse",
          "type": {
            "id": 1,
            "name": "Official Page"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA Video",
          "title": "NASA Experts Discuss 'Ring of Fire' Solar Eclipse - Sep 26th 2023",
          "description": "",
          "feature_image": "https://i.ytimg.com/vi/EMY5Y6MqWmE/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=EMY5Y6MqWmE",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2023-09-26T20:01:27Z",
          "end_time": "2023-09-26T20:45:14Z",
          "live": false
        }
      ],
      "image": {
        "id": 1184,
        "name": "[AUTO] 2023 Annular Solar Eclipse Media Teleconference - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/2023_annular_so_image_20230923074914.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191931.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "date": "2023-09-26T20:00:00Z",
      "slug": "2023-annular-solar-eclipse-media-teleconference",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "NASA will host a media teleconference to discuss the upcoming annular solar eclipse. The annular eclipse will cross the U.S. from Oregon to Texas on Saturday, Oct. 14, with a partial solar eclipse visible throughout the contiguous U.S.",
      "webcast_live": false,
      "location": null,
      "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "response_mode": "normal",
      "duration": "PT43M47S",
      "updates": [
        {
          "id": 5247,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
          "comment": "Livestream has started",
          "info_url": "https://www.youtube.com/watch?v=EMY5Y6MqWmE",
          "created_by": "LL2",
          "created_on": "2023-09-26T20:04:43Z"
        }
      ],
      "last_updated": "2024-03-05T17:25:23Z"
    },
    {
      "id": 774,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/774/?format=api",
      "name": "Soyuz MS-23 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": "2023-09-27T07:54:00Z",
      "slug": "soyuz-ms-23-undocking",
      "type": {
        "id": 8,
        "name": "Spacecraft Undocking"
      },
      "description": "The Soyuz MS-23 spacecraft will undock from the International Space Station ahead of reentry and landing in Kazakhstan.",
      "webcast_live": false,
      "location": "International Space Station",
      "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "response_mode": "normal",
      "duration": null,
      "updates": [],
      "last_updated": "2024-03-05T17:25:06Z"
    },
    {
      "id": 775,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/775/?format=api",
      "name": "Soyuz MS-23 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": "2023-09-27T11:17:00Z",
      "slug": "soyuz-ms-23-landing",
      "type": {
        "id": 9,
        "name": "Spacecraft Landing"
      },
      "description": "The Soyuz MS-23 spacecraft will land back on Earth near Dzhezkazgan, Kazakhstan.",
      "webcast_live": false,
      "location": "Dzhezkazgan, Kazakhstan",
      "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "response_mode": "normal",
      "duration": null,
      "updates": [],
      "last_updated": "2024-03-05T17:25:10Z"
    },
    {
      "id": 875,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/875/?format=api",
      "name": "Falcon Heavy Static Fire for Psyche",
      "info_urls": [],
      "vid_urls": [
        {
          "priority": 9,
          "source": "youtube.com",
          "publisher": "Spaceflight Now",
          "title": "Watch live: SpaceX test fires Falcon Heavy for NASA's Psyche asteroid mission",
          "description": "SpaceX is about to test fire a Falcon Heavy at launch pad 39A at the Kennedy Space Center. Ignition and a short burn of the 27 Merlin first stage engines is expected at 9 a.m. EDT (1300 UTC).\n\nVideos ...",
          "feature_image": "https://i.ytimg.com/vi/rWeu2wt3j6c/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=rWeu2wt3j6c",
          "type": {
            "id": 3,
            "name": "Unofficial Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2023-09-30T12:25:36Z",
          "end_time": "2023-09-30T13:07:46Z",
          "live": false
        }
      ],
      "image": {
        "id": 1014,
        "name": "Falcon Heavy static fire at night",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon_heavy_st_image_20230929182300.jpeg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191403.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": "2023-09-30T13:00:00Z",
      "slug": "falcon-heavy-static-fire-for-psyche",
      "type": {
        "id": 5,
        "name": "Static Fire"
      },
      "description": "SpaceX will static fire Falcon Heavy before the launch of NASAs Psyche mission.",
      "webcast_live": false,
      "location": "LC-39A, KSC",
      "date_precision": {
        "id": 2,
        "name": "Hour",
        "abbrev": "HR",
        "description": "The T-0 is accurate to the hour."
      },
      "response_mode": "normal",
      "duration": "PT42M10S",
      "updates": [
        {
          "id": 5266,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
          "comment": "Added Event",
          "info_url": "https://twitter.com/SpaceX/status/1707818774857134287",
          "created_by": "hitura-nobad",
          "created_on": "2023-09-29T18:23:00Z"
        },
        {
          "id": 5272,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
          "comment": "Livestream has started",
          "info_url": "https://www.youtube.com/watch?v=rWeu2wt3j6c",
          "created_by": "LL2",
          "created_on": "2023-09-30T12:29:22Z"
        }
      ],
      "last_updated": "2024-03-05T17:25:26Z"
    },
    {
      "id": 879,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/879/?format=api",
      "name": "IAC 2023 Elon Musk Lecture",
      "info_urls": [],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "International Astronautical Federation",
          "title": "IAC 23 Baku - Day 4 - Part 2/2 - International Astronautical Congress",
          "description": "INTERNATIONAL ASTRONAUTICAL CONGRESS 2023\nThursday 5 October - Afternoon sessions\n- \nThe IAC 2023 in Baku, Azerbaijan!\n2-6 October 2023\n\n\nGLOBAL CHALLENGES AND OPPORTUNITIES: GIVE SPACE A CHANCE\n\nAt t...",
          "feature_image": "https://i.ytimg.com/vi/kg3Z0wj9xDI/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=kg3Z0wj9xDI",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2023-10-05T10:02:18Z",
          "end_time": "2023-10-05T14:42:41Z",
          "live": false
        }
      ],
      "image": {
        "id": 1252,
        "name": "No Image Placeholder",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/default.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192149.png",
        "credit": "N/A",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": false,
        "variants": []
      },
      "date": "2023-10-05T13:45:00Z",
      "slug": "iac-2023-elon-musk-lecture",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "SpaceX CEO Elon Musk will hold a remote lecture for IAC 2023 titled \"Creating a More Exciting Future\".",
      "webcast_live": false,
      "location": "IAC 2023, Baku",
      "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "response_mode": "normal",
      "duration": "PT4H40M23S",
      "updates": [
        {
          "id": 5309,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
          "comment": "Added Event",
          "info_url": "https://twitter.com/iafastro/status/1709660035016446420",
          "created_by": "hitura-nobad",
          "created_on": "2023-10-05T10:58:04Z"
        },
        {
          "id": 5310,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
          "comment": "Livestream has started",
          "info_url": "https://www.youtube.com/watch?v=kg3Z0wj9xDI",
          "created_by": "LL2",
          "created_on": "2023-10-05T13:35:39Z"
        }
      ],
      "last_updated": "2024-03-05T17:26:37Z"
    },
    {
      "id": 881,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/881/?format=api",
      "name": "Psyche Mission and Science Briefing",
      "info_urls": [
        {
          "priority": 10,
          "source": "www.nasa.gov",
          "title": "Sets Coverage for Psyche Spacecraft Launch to Metal World",
          "description": "NASA will provide coverage of the upcoming prelaunch and launch activities for its Psyche mission to a metal-rich asteroid. Launch is targeted for 10:16 a.m.",
          "feature_image": null,
          "url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-psyche-spacecraft-launch-to-metal-world/",
          "type": {
            "id": 1,
            "name": "Official Page"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          }
        }
      ],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA Jet Propulsion Laboratory",
          "title": "#MissionToPsyche: The Science Behind the Psyche Spacecraft (News Briefing)",
          "description": "The Psyche spacecraft will journey 2.2 billion miles to an asteroid that scientists hypothesize is made of substantial amounts of metal. It may contain leftover material from the core of a planetesima...",
          "feature_image": "https://i.ytimg.com/vi/THj6HMhOCEk/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=THj6HMhOCEk",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2023-10-10T15:56:30Z",
          "end_time": "2023-10-10T16:55:31Z",
          "live": false
        }
      ],
      "image": {
        "id": 1223,
        "name": "Psyche probe in clean room",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/psyche_mission__image_20231008063220.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192054.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": "2023-10-10T16:00:00Z",
      "slug": "psyche-mission-and-science-briefing",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "Psyche Mission and Science Briefing on NASA TV with the following participants:\r\n\r\n- Lori Glaze, Planetary Science Division director, NASA Headquarters\r\n- Lindy Elkins-Tanton, Psyche principal investigator, Arizona State University\r\n- Ben Weiss,Deputy principal investigator and magnetometer lead, MIT\r\n- David Oh, chief engineer for operations, JPL\r\n- Abi Biswas, Deep Space Optical Communications project technologist, JPL",
      "webcast_live": false,
      "location": "KSC, Florida",
      "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "response_mode": "normal",
      "duration": "PT59M1S",
      "updates": [
        {
          "id": 5345,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
          "comment": "Added Event",
          "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-psyche-spacecraft-launch-to-metal-world/",
          "created_by": "hitura-nobad",
          "created_on": "2023-10-08T06:34:14Z"
        },
        {
          "id": 5372,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
          "comment": "Livestream has started",
          "info_url": "https://www.youtube.com/watch?v=THj6HMhOCEk",
          "created_by": "LL2",
          "created_on": "2023-10-10T15:57:24Z"
        }
      ],
      "last_updated": "2024-03-05T17:26:43Z"
    },
    {
      "id": 869,
      "url": "https://lldev.thespacedevs.com/2.3.0/events/869/?format=api",
      "name": "OSIRIS-REx Sample Reveal Press Conference",
      "info_urls": [],
      "vid_urls": [
        {
          "priority": 10,
          "source": "youtube.com",
          "publisher": "NASA",
          "title": "Revealing the OSIRIS-REx Asteroid Sample (Official NASA Broadcast in 4K)",
          "description": "The first asteroid sample collected in space by a U.S. spacecraft and brought to Earth is unveiled to the world at NASA’s Johnson Space Center in Houston on Wednesday, Oct. 11.\n\nThe science team from ...",
          "feature_image": "https://i.ytimg.com/vi/oFvIuSpACQA/maxresdefault.jpg",
          "url": "https://www.youtube.com/watch?v=oFvIuSpACQA",
          "type": {
            "id": 1,
            "name": "Official Webcast"
          },
          "language": {
            "id": 1,
            "name": "English",
            "code": "en"
          },
          "start_time": "2023-10-11T14:59:33Z",
          "end_time": "2023-10-11T16:30:46Z",
          "live": false
        }
      ],
      "image": {
        "id": 1050,
        "name": "OSIRIS-Rex render during sample collection",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/osiris-rex2520sample2520collection_image_20190729035954.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191504.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": "2023-10-11T15:00:00Z",
      "slug": "osiris-rex-sample-reveal-press-conference",
      "type": {
        "id": 20,
        "name": "Press Event"
      },
      "description": "The first asteroid sample collected in space and brought to Earth by the United States will be unveiled at NASA’s Johnson Space Center in Houston\r\n\r\nNews conference participants include:\r\n\r\n- NASA Administrator Bill Nelson\r\n- Francis McCubbin, deputy curation lead\r\n- Daniel Glavin, sample analysis lead\r\n- Dante Lauretta, principal investigator",
      "webcast_live": false,
      "location": "Johnson Space Center, Houston",
      "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
      },
      "response_mode": "normal",
      "duration": "PT1H31M13S",
      "updates": [
        {
          "id": 5164,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
          "comment": "Added Event",
          "info_url": "https://www.nasa.gov/press-release/nasa-to-reveal-asteroid-sample-grabbed-in-space-delivered-to-earth",
          "created_by": "hitura-nobad",
          "created_on": "2023-09-15T06:33:05Z"
        },
        {
          "id": 5381,
          "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
          "comment": "Livestream has started",
          "info_url": "https://www.youtube.com/watch?v=oFvIuSpACQA",
          "created_by": "LL2",
          "created_on": "2023-10-11T15:02:29Z"
        }
      ],
      "last_updated": "2024-03-07T16:43:25Z"
    }
  ]
}