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

{
    "id": 133,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/133/?format=api",
    "slug": "osiris-rex-matchpoint-rehearsal-activities",
    "name": "OSIRIS-Rex Matchpoint rehearsal activities",
    "type": {
        "id": 18,
        "name": "Rehearsal"
    },
    "description": "Last rehearsal of the OSIRIS-Rex sample collection event.",
    "location": "101955 Bennu",
    "news_url": "https://twitter.com/OSIRISREx",
    "video_url": null,
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/osiris-rex_matc_image_20240305172319.png",
    "date": "2020-08-11T18:30:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}