API endpoint that allows past Events to be viewed.

FILTERS: 'type', 'type__ids', 'program', 'last_updated'

GET: Return a list of past Events

ORDERING: Fields - 'date', 'last_updated'

Example - /2.2.0/event/previous/?ordering=-date

GET /2.2.0/event/previous/?format=api&offset=360&ordering=last_updated
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 985,
    "next": "https://lldev.thespacedevs.com/2.2.0/event/previous/?format=api&limit=10&offset=370&ordering=last_updated",
    "previous": "https://lldev.thespacedevs.com/2.2.0/event/previous/?format=api&limit=10&offset=350&ordering=last_updated",
    "results": [
        {
            "id": 887,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/887/?format=api",
            "slug": "starship-full-stack-testing",
            "name": "Starship Full Stack Testing",
            "updates": [
                {
                    "id": 5489,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
                    "comment": "Added Event",
                    "info_url": null,
                    "created_by": "hitura-nobad",
                    "created_on": "2023-10-22T15:05:04Z"
                },
                {
                    "id": 5490,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
                    "comment": "Livestream has started",
                    "info_url": "https://www.youtube.com/watch?v=xwViHM-m_As",
                    "created_by": "LL2",
                    "created_on": "2023-10-22T16:04:18Z"
                }
            ],
            "last_updated": "2024-03-05T17:26:50Z",
            "type": {
                "id": 22,
                "name": "Wet Dress Rehearsal"
            },
            "description": "SpaceX is doing full stack testing in preparation for the 2nd integrated flight test.",
            "webcast_live": false,
            "location": "Starbase Texas, USA",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=xwViHM-m_As",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "SpaceX Full Stack Testing at Starbase - Starship 25 on Booster 9",
                    "description": "SpaceX is conducting tests on Starship 25 and Super Heavy Booster 9 at the orbital launch mount.24/7 Coverage: http://nsf.live/starbase⚡ Become a member of N...",
                    "feature_image": "https://i.ytimg.com/vi/xwViHM-m_As/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=xwViHM-m_As",
                    "type": {
                        "id": 3,
                        "name": "Unofficial Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starship_full_s_image_20231022150502.jpeg",
            "date": "2023-10-22T17:05:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": "PT3H4M34S",
            "agencies": [
                {
                    "id": 121,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "featured": true,
                    "type": "Commercial",
                    "country_code": "USA",
                    "abbrev": "SpX",
                    "description": "Space Exploration Technologies Corp., known as SpaceX, is an American aerospace manufacturer and space transport services company headquartered in Hawthorne, California. It was founded in 2002 by entrepreneur Elon Musk with the goal of reducing space transportation costs and enabling the colonization of Mars. SpaceX operates from many pads, on the East Coast of the US they operate from SLC-40 at Cape Canaveral Space Force Station and historic LC-39A at Kennedy Space Center. They also operate from SLC-4E at Vandenberg Space Force Base, California, usually for polar launches. Another launch site is being developed at Boca Chica, Texas.",
                    "administrator": "CEO: Elon Musk",
                    "founding_year": "2002",
                    "launchers": "Falcon | Starship",
                    "spacecraft": "Dragon",
                    "parent": null,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_image_20190207032501.jpeg",
                    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex_logo_20220826094919.png"
                }
            ],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 1,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/1/?format=api",
                    "name": "SpaceX Starship",
                    "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
                    "agencies": [
                        {
                            "id": 121,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                            "name": "SpaceX",
                            "type": "Commercial"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spacex2520star_program_20201129204513.png",
                    "start_date": "2019-03-01T05:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.spacex.com/vehicles/starship/",
                    "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship",
                    "mission_patches": [],
                    "type": {
                        "id": 7,
                        "name": "Technology"
                    }
                }
            ]
        },
        {
            "id": 475,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/475/?format=api",
            "slug": "nasa-mars-2020-ingenuity-17th-flight",
            "name": "NASA Mars 2020 Ingenuity 17th Flight",
            "updates": [],
            "last_updated": "2024-03-05T17:26:51Z",
            "type": {
                "id": 14,
                "name": "Test Flight"
            },
            "description": "During Flight 17 Ingenuity continued with the return to Wright Brothers Field. The flight took the helicopter halfway across the South Séítah region. When landing, Ingenuity lost communication with the Perseverance rover for a short while, possibly because difficult terrain obstructed the line of sight between the antennas. However, radio link was reestablished around 15 minutes after the landing. Telemetry suggests that Ingenuity is healthy and operational.",
            "webcast_live": false,
            "location": "Airfield J, Jezero crater, Mars",
            "news_url": "https://mars.nasa.gov/technology/helicopter/status/350/flight-17-discovering-limits/",
            "video_url": null,
            "info_urls": [
                {
                    "priority": 10,
                    "source": "mars.nasa.gov",
                    "title": "Flight 17 – Discovering Limits - NASA",
                    "description": "Ingenuity flew for the 17th time at Mars on Sunday, Dec. 5. After the helicopter executed the planned 614-foot (187-meter) traverse to the northeast.",
                    "feature_image": null,
                    "url": "https://mars.nasa.gov/technology/helicopter/status/350/flight-17-discovering-limits/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20211208205312.jpg",
            "date": "2021-12-05T00:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 479,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/479/?format=api",
            "slug": "nasa-mars-2020-ingenuity-18th-flight",
            "name": "NASA Mars 2020 Ingenuity 18th Flight",
            "updates": [],
            "last_updated": "2024-03-05T17:26:51Z",
            "type": {
                "id": 14,
                "name": "Test Flight"
            },
            "description": "During its 18th flight on Mars, Ingenuity covered 230 meters over 124.3 seconds, reaching a new airfield at the northern boundary of South Séítah region.",
            "webcast_live": false,
            "location": "Airfield K, Jezero crater, Mars",
            "news_url": null,
            "video_url": null,
            "info_urls": [],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/default.png",
            "date": "2021-12-15T00:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 487,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/487/?format=api",
            "slug": "rs-25-engine-test-6",
            "name": "RS-25 Engine Test",
            "updates": [],
            "last_updated": "2024-03-05T17:26:52Z",
            "type": {
                "id": 5,
                "name": "Static Fire"
            },
            "description": "NASA will conduct an RS-25 engine test on the A-1 Test Stand between 19:30 and 21:30 UTC at the Stennis Space Center near Bay St. Louis, Mississippi.",
            "webcast_live": false,
            "location": "Stennis Space Center, Mississippi",
            "news_url": "https://twitter.com/AerojetRdyne/status/1483808924365037568",
            "video_url": null,
            "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/AerojetRdyne/status/1483808924365037568",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rs-25_engine_te_image_20240308094539.jpg",
            "date": "2022-01-19T19:59:07Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": [
                {
                    "id": 15,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/15/?format=api",
                    "name": "Artemis",
                    "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
                    "agencies": [
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                    "start_date": "2017-12-11T00:00:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/specials/artemis/",
                    "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 480,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/480/?format=api",
            "slug": "tiangong-eva-4",
            "name": "Tiangong EVA-4",
            "updates": [],
            "last_updated": "2024-03-05T17:26:53Z",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "Zhai Zhigang and Ye Guangfu headed outside Tianhe for a 6 hours long EVA.",
            "webcast_live": false,
            "location": "Tiangong Space Station",
            "news_url": "https://www.nasaspaceflight.com/2021/12/shenzhou-13-second-spacewalk/",
            "video_url": "https://www.youtube.com/watch?v=MijQXdFzDB8",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasaspaceflight.com",
                    "title": "Shenzhou-13 crew conducts second spacewalk of mission",
                    "description": "The Shenzhou-13 crew has conducted the second EVA of its mission, with taikonauts Zhai Zhigang and Ye Guangfu exiting the Tianhe core module to conduct a six-hour spacewalk. Meanwhile, Wang Yaping stayed inside the station to assist, over a month after she became the first Chinese woman to walk outs...",
                    "feature_image": null,
                    "url": "https://www.nasaspaceflight.com/2021/12/shenzhou-13-second-spacewalk/",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Watch: China's Shenzhou-13 taikonauts conduct second spacewalk",
                    "description": "China's #Shenzhou13 crew are expected to conduct their second spacewalk at China's space station Tiangong on Sunday. Three Chinese astronauts, or taikonauts,...",
                    "feature_image": "https://i.ytimg.com/vi/MijQXdFzDB8/hqdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=MijQXdFzDB8",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_eva_image_20210704082303.jpg",
            "date": "2021-12-26T10:44:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [
                {
                    "id": 146,
                    "url": "https://lldev.thespacedevs.com/2.2.0/expedition/146/?format=api",
                    "name": "Shenzhou 13",
                    "start": "2021-10-15T22:48:39Z",
                    "end": "2022-04-15T16:44:00Z",
                    "spacestation": {
                        "id": 18,
                        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                        "name": "Tiangong space station",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "orbit": "Low Earth Orbit",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
                    },
                    "mission_patches": [
                        {
                            "id": 93,
                            "name": "Shenzhou 13 Mission Patch",
                            "priority": 10,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/shenzhou252013_mission_patch_20211014074317.png",
                            "agency": {
                                "id": 17,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api",
                                "name": "China National Space Administration",
                                "type": "Government"
                            }
                        }
                    ],
                    "spacewalks": []
                }
            ],
            "spacestations": [
                {
                    "id": 18,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/18/?format=api",
                    "name": "Tiangong space station",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "founded": "2021-04-29",
                    "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface. It will be roughly one-fifth the mass of the International Space Station and about the size of the Mir space station.",
                    "orbit": "Low Earth Orbit",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
                }
            ],
            "program": [
                {
                    "id": 19,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/19/?format=api",
                    "name": "Tiangong space station",
                    "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
                    "agencies": [
                        {
                            "id": 88,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
                            "name": "China Aerospace Science and Technology Corporation",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
                    "start_date": "2021-04-29T03:23:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 502,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/502/?format=api",
            "slug": "jwst-mirror-alignment-virtual-media-briefing",
            "name": "JWST Mirror Alignment Virtual Media Briefing",
            "updates": [],
            "last_updated": "2024-03-05T17:26:54Z",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA will hold a virtual media briefing at noon EDT Wednesday, March 16, to provide an update on the James Webb Space Telescope’s mirror alignment. The briefing will air live on NASA TV, the NASA app, and the agency’s website.\r\n\r\nParticipants will share progress made in aligning Webb’s mirrors, resulting in a fully focused image of a single star. NASA will make imagery demonstrating the completion of this milestone available on the agency’s website at 11:30 a.m., prior to the briefing.",
            "webcast_live": false,
            "location": "Goddard Space Flight Center",
            "news_url": "https://www.nasa.gov/press-release/nasa-to-discuss-progress-as-webb-telescope-s-mirrors-align",
            "video_url": null,
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA to Discuss Progress as Webb Telescope’s Mirrors Align",
                    "description": "NASA will hold a virtual media briefing at noon EDT Wednesday, March 16, to provide an update on the James Webb Space Telescope’s mirror alignment.",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-to-discuss-progress-as-webb-telescope-s-mirrors-align",
                    "type": {
                        "id": 1,
                        "name": "Official Page"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jwst_pre-launch_image_20211213150440.jpeg",
            "date": "2022-03-16T16:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 494,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/494/?format=api",
            "slug": "nasa-mars-2020-ingenuity-19th-flight",
            "name": "NASA Mars 2020 Ingenuity 19th Flight",
            "updates": [],
            "last_updated": "2024-03-05T17:26:55Z",
            "type": {
                "id": 14,
                "name": "Test Flight"
            },
            "description": "During its 19th flight on Mars, Ingenuity covered ~62 meters in 99.98 seconds.",
            "webcast_live": false,
            "location": "Airfield K, Jezero crater, Mars",
            "news_url": null,
            "video_url": null,
            "info_urls": [],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ingenuity_fligh_image_20220208184240.png",
            "date": "2022-02-08T00:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 752,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/752/?format=api",
            "slug": "total-solar-eclipse-in-australia",
            "name": "Total Solar Eclipse in Australia",
            "updates": [
                {
                    "id": 3847,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Webcast live",
                    "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2023-04-20T02:35:30Z"
                }
            ],
            "last_updated": "2024-03-05T17:26:55Z",
            "type": {
                "id": 11,
                "name": "Celestial Event"
            },
            "description": "NASA will broadcast live views of the total solar eclipse in Australia.",
            "webcast_live": false,
            "location": "Australia",
            "news_url": null,
            "video_url": null,
            "info_urls": [],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/total_solar_ecl_image_20201206083620.jpeg",
            "date": "2023-04-20T01:58:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        },
        {
            "id": 884,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/884/?format=api",
            "slug": "russian-eva-61",
            "name": "Russian EVA-61",
            "updates": [
                {
                    "id": 5376,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "Added EVA.",
                    "info_url": "https://twitter.com/katlinegrey/status/1711779893954883950",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2023-10-11T03:25:47Z"
                },
                {
                    "id": 5428,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
                    "comment": "New EVA start time.",
                    "info_url": "https://www.nasa.gov/nasatv/",
                    "created_by": "Cosmic_Penguin",
                    "created_on": "2023-10-16T09:18:10Z"
                }
            ],
            "last_updated": "2024-03-05T17:26:56Z",
            "type": {
                "id": 3,
                "name": "EVA"
            },
            "description": "ROSCOSMOS cosmonauts Oleg Kononenko and Nikolai Chub will perform an EVA outside the International Space Station to install a synthetic radar communications system, deploy a solar sail technology satellite, and replace electrical connector patch panels.",
            "webcast_live": false,
            "location": "International Space Station",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=Ni8qmwfEo3A",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 11,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "Трансляция выхода в открытый космос Олега Кононенко и Николая Чуба",
                    "description": "25 октября наблюдаем за выходом в открытый космос — на работу за борт МКС выходят Олег Кононенко и Николай Чуб. Для Олега Кононенко, который будет облачен в ...",
                    "feature_image": "https://i.ytimg.com/vi/Ni8qmwfEo3A/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=Ni8qmwfEo3A",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 3,
                        "name": "Russian",
                        "code": "ru"
                    },
                    "start_time": null,
                    "end_time": null
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian_eva-46_image_20201113081602.jpeg",
            "date": "2023-10-25T17:55:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": "PT6H45M",
            "agencies": [
                {
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "featured": true,
                    "type": "Government",
                    "country_code": "RUS",
                    "abbrev": "RFSA",
                    "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
                    "administrator": "Administrator: Yuri Borisov",
                    "founding_year": "1992",
                    "launchers": "Soyuz",
                    "spacecraft": "Soyuz",
                    "parent": null,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
                    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
                }
            ],
            "launches": [],
            "expeditions": [
                {
                    "id": 155,
                    "url": "https://lldev.thespacedevs.com/2.2.0/expedition/155/?format=api",
                    "name": "Expedition 70",
                    "start": "2023-09-26T13:40:00Z",
                    "end": "2024-04-06T03:53:57Z",
                    "spacestation": {
                        "id": 4,
                        "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                        "name": "International Space Station",
                        "status": {
                            "id": 1,
                            "name": "Active"
                        },
                        "orbit": "Low Earth Orbit",
                        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                    },
                    "mission_patches": [
                        {
                            "id": 829,
                            "name": "Expedition 70 Patch",
                            "priority": 10,
                            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/expedition2520_mission_patch_20230704062145.png",
                            "agency": {
                                "id": 27,
                                "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
                                "name": "European Space Agency",
                                "type": "Multinational"
                            }
                        }
                    ],
                    "spacewalks": [
                        {
                            "id": 470,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/470/?format=api",
                            "name": "Expedition 70 EVA 1",
                            "start": "2023-10-25T17:49:00Z",
                            "end": "2023-10-26T01:30:00Z",
                            "duration": "PT7H41M",
                            "location": "International Space Station"
                        },
                        {
                            "id": 469,
                            "url": "https://lldev.thespacedevs.com/2.2.0/spacewalks/469/?format=api",
                            "name": "Expedition 70 EVA 2",
                            "start": "2023-11-01T12:05:00Z",
                            "end": "2023-11-01T18:47:00Z",
                            "duration": "PT6H42M",
                            "location": "International Space Station"
                        }
                    ]
                }
            ],
            "spacestations": [
                {
                    "id": 4,
                    "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/4/?format=api",
                    "name": "International Space Station",
                    "status": {
                        "id": 1,
                        "name": "Active"
                    },
                    "founded": "1998-11-20",
                    "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
                    "orbit": "Low Earth Orbit",
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
                }
            ],
            "program": [
                {
                    "id": 17,
                    "url": "https://lldev.thespacedevs.com/2.2.0/program/17/?format=api",
                    "name": "International Space Station",
                    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
                    "agencies": [
                        {
                            "id": 16,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
                            "name": "Canadian Space Agency",
                            "type": "Government"
                        },
                        {
                            "id": 27,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
                            "name": "European Space Agency",
                            "type": "Multinational"
                        },
                        {
                            "id": 37,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                            "name": "Japan Aerospace Exploration Agency",
                            "type": "Government"
                        },
                        {
                            "id": 44,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        {
                            "id": 63,
                            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                            "name": "Russian Federal Space Agency (ROSCOSMOS)",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
                    "start_date": "1998-11-20T06:40:00Z",
                    "end_date": null,
                    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
                    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                }
            ]
        },
        {
            "id": 500,
            "url": "https://lldev.thespacedevs.com/2.2.0/event/500/?format=api",
            "slug": "nasa-mars-2020-ingenuity-20th-flight",
            "name": "NASA Mars 2020 Ingenuity 20th Flight",
            "updates": [],
            "last_updated": "2024-03-05T17:26:58Z",
            "type": {
                "id": 14,
                "name": "Test Flight"
            },
            "description": "During its 20th flight on Mars, Ingenuity covered 391 meters in 130.3 seconds, at a speed of 4.4 metres per second.",
            "webcast_live": false,
            "location": "Airfield K, Jezero crater, Mars",
            "news_url": null,
            "video_url": null,
            "info_urls": [],
            "vid_urls": [],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20220228173740.jpeg",
            "date": "2022-02-25T00:00:00Z",
            "date_precision": null,
            "duration": null,
            "agencies": [],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        }
    ]
}