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

{
    "id": 200,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/200/?format=api",
    "slug": "change-5-ascent-stage-orbiter-docking",
    "name": "Chang'e 5 Ascent Stage-Orbiter Docking",
    "type": {
        "id": 2,
        "name": "Docking"
    },
    "description": "The Chang'e 5 ascent stage, loaded with lunar samples, will autonomously dock with the orbiter around the moon.",
    "location": "Lunar orbit",
    "news_url": null,
    "video_url": null,
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e_5_a_image_20201203062051.jpg",
    "date": "2020-12-03T21:40:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "id": 18,
            "url": "https://lldev.thespacedevs.com/2.0.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.0.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"
        }
    ]
}