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

{
    "id": 433,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/433/?format=api",
    "slug": "nasa-mars-2020-ingenuity-15th-flight",
    "name": "NASA Mars 2020 Ingenuity 15th Flight",
    "updates": [],
    "last_updated": "2024-03-05T17:26:41Z",
    "type": {
        "id": 14,
        "name": "Test Flight"
    },
    "description": "The 15th flight of Ingenuity Mars Helicopter marks the start of its journey back to the Wright Brothers Field, accompanying the Perseverance rover.",
    "webcast_live": false,
    "location": "Airfield H, Jezero crater, Mars",
    "news_url": null,
    "video_url": null,
    "info_urls": [],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20211112071859.jpg",
    "date": "2021-11-06T13:22:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}