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

{
    "id": 190,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/190/?format=api",
    "slug": "arianespace-vv17-failure-press-conference",
    "name": "Arianespace VV17 failure press conference",
    "updates": [],
    "last_updated": "2024-03-05T17:24:02Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "8 minutes after liftoff of Vega mission VV17, following the first ignition of the engine of the Avum upper stage, a deviation of trajectory was identified, entailing the loss of the mission. There will be a press conference Tuesday, November 17th, 2020 at 10:00 am Kourou time / 2:00 pm Paris time.",
    "webcast_live": false,
    "location": "Guyana Space Center, Kourou, French Guiana",
    "news_url": "https://www.arianespace.com/press-release/arianespace-flight-vega-vv17-seosat-ingenio-taranis-mission-failure/",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "www.arianespace.com",
            "title": "– Flight Vega VV17 – SEOSAT-Ingenio / TARANIS: Mission failure",
            "description": "8 minutes after liftoff of Vega mission VV17, following the first ignition of the engine of the Avum upper stage, a deviation of trajectory was identified, entailing the loss of the mission.\n\nTelemetry data analyses are in progress to determine the cause of this failure.\n\nThere will be a press confe...",
            "feature_image": null,
            "url": "https://www.arianespace.com/press-release/arianespace-flight-vega-vv17-seosat-ingenio-taranis-mission-failure/",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/arianespace_vv1_image_20201117120738.jpeg",
    "date": "2020-11-17T13:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}