API endpoint that allows all Events to be viewed.

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

GET: Return a list of all Events

SEARCH EXAMPLE: /2.2.0/event/?search=Dragon Searches through name

ORDERING: Fields - 'date', 'last_updated' Example - /2.2.0/event/?ordering=-date

GET /2.2.0/event/429/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 429,
    "url": "https://ll.thespacedevs.com/2.2.0/event/429/?format=api",
    "slug": "tiangong-eva-2",
    "name": "Tiangong EVA-2",
    "updates": [],
    "last_updated": "2024-03-05T17:25:26Z",
    "type": {
        "id": 3,
        "name": "EVA"
    },
    "description": "Nie Haisheng and Liu Boming performed work on the Tianhe mechanical arm and installed equipment outside the station.",
    "webcast_live": false,
    "location": "Tiangong Space Station",
    "news_url": null,
    "video_url": null,
    "info_urls": [],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tiangong_eva_image_20210704082303.jpg",
    "date": "2021-08-20T02:12:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [
        {
            "id": "5c1c76b1-fe29-4b3f-97d0-c35695d5fbd0",
            "url": "https://ll.thespacedevs.com/2.2.0/launch/5c1c76b1-fe29-4b3f-97d0-c35695d5fbd0/?format=api",
            "slug": "long-march-2fg-shenzhou-12",
            "name": "Long March 2F/G | Shenzhou 12",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-10-25T10:59:44Z",
            "net": "2021-06-17T01:22:31Z",
            "window_end": "2021-06-17T01:54:00Z",
            "window_start": "2021-06-17T01:13:00Z",
            "net_precision": null,
            "probability": -1,
            "weather_concerns": null,
            "holdreason": "",
            "failreason": "",
            "hashtag": null,
            "launch_service_provider": {
                "id": 88,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
                "name": "China Aerospace Science and Technology Corporation",
                "type": "Government"
            },
            "rocket": {
                "id": 132,
                "configuration": {
                    "id": 84,
                    "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/84/?format=api",
                    "name": "Long March 2",
                    "family": "Long March",
                    "full_name": "Long March 2F/G",
                    "variant": "F/G"
                }
            },
            "mission": {
                "id": 1275,
                "name": "Shenzhou 12",
                "description": "First crewed flight to the Chinese large modular space station.",
                "launch_designator": null,
                "type": "Human Exploration",
                "orbit": {
                    "id": 8,
                    "name": "Low Earth Orbit",
                    "abbrev": "LEO"
                },
                "agencies": [],
                "info_urls": [],
                "vid_urls": []
            },
            "pad": {
                "id": 37,
                "url": "https://ll.thespacedevs.com/2.2.0/pad/37/?format=api",
                "agency_id": null,
                "name": "Launch Area 4 (SLS-1 / 921)",
                "description": "",
                "info_url": null,
                "wiki_url": "https://en.wikipedia.org/wiki/Jiuquan_Launch_Area_4",
                "map_url": "https://www.google.com/maps?q=40.957893,100.290944",
                "latitude": "40.957893",
                "longitude": "100.290944",
                "location": {
                    "id": 17,
                    "url": "https://ll.thespacedevs.com/2.2.0/location/17/?format=api",
                    "name": "Jiuquan Satellite Launch Center, People's Republic of China",
                    "country_code": "CHN",
                    "description": "Jiuquan Satellite Launch Center is a Chinese spaceport located between the Ejin, Alxa, Inner Mongolia and Hangtian Town, Jinta County, Jiuquan, Gansu Province. It is part of the Dongfeng Aerospace City (Base 10).",
                    "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/location_17_20200803142429.jpg",
                    "timezone_name": "Asia/Shanghai",
                    "total_launch_count": 247,
                    "total_landing_count": 0
                },
                "country_code": "CHN",
                "map_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/map_images/pad_37_20200803143603.jpg",
                "total_launch_count": 24,
                "orbital_launch_attempt_count": 24
            },
            "webcast_live": false,
            "image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/long_march_2_image_20210908195835.jpeg",
            "infographic": null,
            "program": [
                {
                    "id": 7,
                    "url": "https://ll.thespacedevs.com/2.2.0/program/7/?format=api",
                    "name": "Shenzhou",
                    "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
                    "agencies": [
                        {
                            "id": 17,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                            "name": "China National Space Administration",
                            "type": "Government"
                        }
                    ],
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
                    "start_date": "1993-01-01T00:00:00Z",
                    "end_date": null,
                    "info_url": null,
                    "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program",
                    "mission_patches": [],
                    "type": {
                        "id": 2,
                        "name": "Human Spaceflight"
                    }
                },
                {
                    "id": 19,
                    "url": "https://ll.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://ll.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"
                    }
                }
            ],
            "orbital_launch_attempt_count": 6093,
            "location_launch_attempt_count": 143,
            "pad_launch_attempt_count": 15,
            "agency_launch_attempt_count": 321,
            "orbital_launch_attempt_count_year": 56,
            "location_launch_attempt_count_year": 8,
            "pad_launch_attempt_count_year": 1,
            "agency_launch_attempt_count_year": 17,
            "type": "normal"
        }
    ],
    "expeditions": [
        {
            "id": 145,
            "url": "https://ll.thespacedevs.com/2.2.0/expedition/145/?format=api",
            "name": "Shenzhou 12",
            "start": "2021-06-17T07:54:00Z",
            "end": "2021-09-17T05:34:00Z",
            "spacestation": {
                "id": 18,
                "url": "https://ll.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": 8,
                    "name": "China Shenzhou 12 Mission Patch",
                    "priority": 10,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/china2520shenz_mission_patch_20210606212146.png",
                    "agency": {
                        "id": 17,
                        "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
                        "name": "China National Space Administration",
                        "type": "Government"
                    }
                }
            ],
            "spacewalks": [
                {
                    "id": 452,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/452/?format=api",
                    "name": "Shenzhou 12 EVA 2",
                    "start": "2021-08-20T00:38:00Z",
                    "end": "2021-08-20T06:33:00Z",
                    "duration": "PT5H55M",
                    "location": "Tiangong Space Station"
                },
                {
                    "id": 451,
                    "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/451/?format=api",
                    "name": "Shenzhou 12 EVA 1",
                    "start": "2021-07-04T00:11:00Z",
                    "end": "2021-07-04T06:57:00Z",
                    "duration": "PT6H46M",
                    "location": "Tiangong Space Station"
                }
            ]
        }
    ],
    "spacestations": [
        {
            "id": 18,
            "url": "https://ll.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://ll.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://ll.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"
            }
        }
    ]
}