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

{
    "id": 1102,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/1102/?format=api",
    "slug": "sentinel-1c-pre-launch-media-briefing",
    "name": "Sentinel-1C Pre-Launch Media Briefing",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Pre-launch media briefing for the Sentinel-1C mission which will be launched aboard a Vega-C rocket in early December from Europe’s Spaceport in Kourou, French Guiana.",
    "location": "Online",
    "news_url": null,
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vega-c_image_20220713154437.jpg",
    "date": "2024-11-27T14:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "id": 22,
            "url": "https://lldev.thespacedevs.com/2.0.0/program/22/?format=api",
            "name": "Copernicus",
            "description": "Copernicus is the European Union's Earth observation programme coordinated and managed for the European Commission by the European Union Agency for the Space Programme in partnership with the European Space Agency (ESA), the EU Member States. It aims at achieving a global, continuous, autonomous, high quality, wide range Earth observation capacity. Providing accurate, timely and easily accessible information to, among other things, improve the management of the environment, understand and mitigate the effects of climate change, and ensure civil security.",
            "agencies": [
                {
                    "id": 27,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/27/?format=api",
                    "name": "European Space Agency",
                    "type": "Multinational"
                },
                {
                    "id": 1043,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1043/?format=api",
                    "name": "European Union Agency for the Space Programme",
                    "type": "Multinational"
                }
            ],
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/copernicus_program_20221129162831.png",
            "start_date": "2014-04-03T00:00:00Z",
            "end_date": null,
            "info_url": "https://www.copernicus.eu",
            "wiki_url": "https://en.wikipedia.org/wiki/Copernicus_Programme"
        }
    ]
}