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/191/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 191,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/191/?format=api",
    "slug": "change-5-lunar-landing",
    "name": "Chang'e 5 Lunar Landing",
    "updates": [],
    "last_updated": "2024-03-05T17:24:03Z",
    "type": {
        "id": 7,
        "name": "Moon Landing"
    },
    "description": "The Chinese Chang'e 5 spacecraft is scheduled to land in the Mons Rümker region of Oceanus Procellarum, located in the northwest region of the near side of the Moon. The lander will collect 2 kg of samples which will then be placed in an ascent vehicle and brought back to Earth.\r\n\r\nLanding time is approximate and not accurately known.",
    "webcast_live": false,
    "location": "Mons Rümker, Moon",
    "news_url": "https://en.wikipedia.org/wiki/Chang%27e_5",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "en.wikipedia.org",
            "title": "Chang'e 5 - Wikipedia",
            "description": "Chang'e 5 (Chinese: 嫦娥五号; pinyin: Cháng'é wǔhào[note 1]) was the fifth lunar exploration mission in the Chinese Lunar Exploration Program of CNSA, and China's first lunar sample-return mission.[13] Like its predecessors, the spacecraft is named after the Chinese moon goddess, Chang'e. It launched at...",
            "feature_image": null,
            "url": "https://en.wikipedia.org/wiki/Chang%27e_5",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e_5_l_image_20201122181736.png",
    "date": "2020-12-01T15:13:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "id": 18,
            "url": "https://lldev.thespacedevs.com/2.2.0/program/18/?format=api",
            "name": "Chinese Lunar Exploration Program",
            "description": "The Chinese Lunar Exploration Program also known as the Chang'e Project after the Chinese moon goddess Chang'e, is an ongoing series of robotic Moon missions by the China National Space Administration (CNSA). The program incorporates lunar orbiters, landers, rovers and sample return spacecraft, launched using Long March rockets.",
            "agencies": [
                {
                    "id": 17,
                    "url": "https://lldev.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/chinese2520lun_program_20201129190923.png",
            "start_date": "2003-01-01T00:00:00Z",
            "end_date": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Chinese_Lunar_Exploration_Program",
            "mission_patches": [],
            "type": {
                "id": 5,
                "name": "Exploration"
            }
        }
    ]
}