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

{
    "id": 423,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/423/?format=api",
    "slug": "nasa-mars-2020-ingenuity-14th-flight",
    "name": "NASA Mars 2020 Ingenuity 14th Flight",
    "updates": [],
    "last_updated": "2024-03-05T17:26:31Z",
    "type": {
        "id": 14,
        "name": "Test Flight"
    },
    "description": "Ingenuity's 14th flight consisted of a short hop to test out flying in lower atmospheric densities with a higher RPM rotor speed.",
    "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_20210409201945.jpeg",
    "date": "2021-10-25T00:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}