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

{
    "id": 125,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/125/?format=api",
    "slug": "tianwen-1-mars-orbit-insertion",
    "name": "Tianwen-1 Mars Orbit Insertion",
    "updates": [],
    "last_updated": "2024-03-05T17:24:33Z",
    "type": {
        "id": 16,
        "name": "Orbital Insertion"
    },
    "description": "The Tianwen-1 orbiter and rover will perform a 14 minutes long burn to enter an elliptical orbit around Mars.",
    "webcast_live": false,
    "location": "Mars",
    "news_url": null,
    "video_url": null,
    "info_urls": [],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tianwen-1_mars__image_20200721110519.png",
    "date": "2021-02-10T12:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}