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

{
    "id": 479,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/479/?format=api",
    "slug": "nasa-mars-2020-ingenuity-18th-flight",
    "name": "NASA Mars 2020 Ingenuity 18th Flight",
    "updates": [],
    "last_updated": "2024-03-05T17:26:51Z",
    "type": {
        "id": 14,
        "name": "Test Flight"
    },
    "description": "During its 18th flight on Mars, Ingenuity covered 230 meters over 124.3 seconds, reaching a new airfield at the northern boundary of South Séítah region.",
    "webcast_live": false,
    "location": "Airfield K, Jezero crater, Mars",
    "news_url": null,
    "video_url": null,
    "info_urls": [],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/default.png",
    "date": "2021-12-15T00:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}