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

{
    "id": 300,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/300/?format=api",
    "slug": "nasa-mars-2020-ingenuity-seventh-flight",
    "name": "NASA Mars 2020 Ingenuity Seventh Flight",
    "updates": [],
    "last_updated": "2024-03-05T17:25:29Z",
    "type": {
        "id": 14,
        "name": "Test Flight"
    },
    "description": "The seventh flight of Ingenuity Mars Helicopter took it to a new base of operations about 106 meters south of its current location. This marked the second time the helicopter landed at an airfield that it did not survey from the air during a previous flight. Instead, the Ingenuity team relied on imagery collected by the HiRISE camera aboard NASA’s Mars Reconnaissance Orbiter that suggests this new base of operations is relatively flat and has few surface obstructions.",
    "webcast_live": false,
    "location": "Airfield C, Jezero crater, Mars",
    "news_url": "https://mars.nasa.gov/technology/helicopter/status/306/ingenuity-flight-7-preview/",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "mars.nasa.gov",
            "title": "Ingenuity Flight 7 Preview - NASA",
            "description": "The next flight of NASA’s Ingenuity Mars Helicopter will take place no earlier than this Sunday, June 6.",
            "feature_image": null,
            "url": "https://mars.nasa.gov/technology/helicopter/status/306/ingenuity-flight-7-preview/",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_mars_2020__image_20210409201945.jpeg",
    "date": "2021-06-08T15:54:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}