API endpoint that allows all Events to be viewed.

GET: Return a list of all Events

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

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

{
    "id": 1093,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1093/?format=api",
    "slug": "shenzhou-18-landing",
    "name": "Shenzhou 18 Landing",
    "type": {
        "id": 9,
        "name": "Spacecraft Landing"
    },
    "description": "The Shenzhou 18 Descent Capsule will land in the desert near Jiuquan Satellite Launch Center, China, bringing Ye Guangfu, Li Cong and Li Guangsu back to Earth after spending six months in orbit as part of the seventh mission to the Chinese Space Station.",
    "location": "Near Jiuquan Satellite Launch Center, China",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=4ZxuuBJJNCY",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shenzhou_16_lan_image_20231027084649.jpeg",
    "date": "2024-11-03T17:15:00Z",
    "launches": [],
    "expeditions": [
        {
            "id": 159,
            "url": "https://lldev.thespacedevs.com/2.0.0/expedition/159/?format=api",
            "name": "Shenzhou 18",
            "start": "2024-04-25T19:32:00Z",
            "end": "2024-11-03T08:12:00Z",
            "spacestation": {
                "id": 18,
                "url": "https://lldev.thespacedevs.com/2.0.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"
            }
        }
    ],
    "spacestations": [
        {
            "id": 18,
            "url": "https://lldev.thespacedevs.com/2.0.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": 7,
            "url": "https://lldev.thespacedevs.com/2.0.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://lldev.thespacedevs.com/2.0.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"
        },
        {
            "id": 19,
            "url": "https://lldev.thespacedevs.com/2.0.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.0.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"
        }
    ]
}