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

{
    "id": 475,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/475/?format=api",
    "slug": "nasa-mars-2020-ingenuity-17th-flight",
    "name": "NASA Mars 2020 Ingenuity 17th Flight",
    "updates": [],
    "last_updated": "2024-03-05T17:26:51Z",
    "type": {
        "id": 14,
        "name": "Test Flight"
    },
    "description": "During Flight 17 Ingenuity continued with the return to Wright Brothers Field. The flight took the helicopter halfway across the South Séítah region. When landing, Ingenuity lost communication with the Perseverance rover for a short while, possibly because difficult terrain obstructed the line of sight between the antennas. However, radio link was reestablished around 15 minutes after the landing. Telemetry suggests that Ingenuity is healthy and operational.",
    "webcast_live": false,
    "location": "Airfield J, Jezero crater, Mars",
    "news_url": "https://mars.nasa.gov/technology/helicopter/status/350/flight-17-discovering-limits/",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "mars.nasa.gov",
            "title": "Flight 17 – Discovering Limits - NASA",
            "description": "Ingenuity flew for the 17th time at Mars on Sunday, Dec. 5. After the helicopter executed the planned 614-foot (187-meter) traverse to the northeast.",
            "feature_image": null,
            "url": "https://mars.nasa.gov/technology/helicopter/status/350/flight-17-discovering-limits/",
            "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_20211208205312.jpg",
    "date": "2021-12-05T00:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}