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

{
    "id": 474,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/474/?format=api",
    "slug": "nasa-mars-2020-ingenuity-16th-flight",
    "name": "NASA Mars 2020 Ingenuity 16th Flight",
    "updates": [],
    "last_updated": "2024-03-05T17:26:49Z",
    "type": {
        "id": 14,
        "name": "Test Flight"
    },
    "description": "With Flight 16, Ingenuity continues the journey back to the Wright Brothers Field. Flight 16 was a short 107-second hop, taking the helicopter over to \"South Séítah\" region.",
    "webcast_live": false,
    "location": "Airfield F, Jezero crater, Mars",
    "news_url": "https://mars.nasa.gov/technology/helicopter/status/346/flight-16-short-hop-to-the-north/",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "mars.nasa.gov",
            "title": "Flight 16 – Short Hop to the North - NASA",
            "description": "Flight 16 will be a shorter, 109-second flight. Ingenuity will climb up to 33 feet, glide over the \"Raised Ridges\" at 3 mph, then land near the edge of \"South Séítah,\" covering a distance of 380 feet.",
            "feature_image": null,
            "url": "https://mars.nasa.gov/technology/helicopter/status/346/flight-16-short-hop-to-the-north/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20211208204122.jpg",
    "date": "2021-11-21T00:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}