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

{
    "id": 692,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/692/?format=api",
    "slug": "esa-council-meeting-at-ministerial-level-media-con",
    "name": "ESA Council Meeting at Ministerial Level Media Conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "ESA will hold a press conference that will bring the Council Meeting at Ministerial Level in Paris (CM22) to a close. ESA Director General Josef Aschbacher, as well as the hosting minister and the CM22 chair, will present the outcome of this high-level meeting that determines ESA’s budget for the next three years.",
    "location": "Grand Palais Éphémère, Paris, France",
    "news_url": null,
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/esa_council_mee_image_20221123124232.jpg",
    "date": "2022-11-23T13:45:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}