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

{
    "id": 390,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/390/?format=api",
    "slug": "bepicolombo-mercury-flyby-3",
    "name": "BepiColombo Mercury Flyby",
    "updates": [
        {
            "id": 4346,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Event time updated",
            "info_url": "https://www.esa.int/Science_Exploration/Space_Science/BepiColombo/BepiColombo_braces_for_third_Mercury_flyby?s=09",
            "created_by": "hitura-nobad",
            "created_on": "2023-06-14T08:59:19Z"
        }
    ],
    "last_updated": "2024-03-05T17:23:48Z",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "Third of six Mercury flybys of the ESA-JAXA BepiColombo mission before entering orbit around its destination planet in 2025.",
    "webcast_live": false,
    "location": "Mercury",
    "news_url": "https://sci.esa.int/web/bepicolombo/-/47346-fact-sheet",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "sci.esa.int",
            "title": "ESA Science & Technology - Fact Sheet",
            "description": "Fact Sheet \n \n \n \n \n \n   \n \n \n \n \n \n \n \n \n \n \n \n   Fast Facts  \n \n \n  BepiColombo  \n \n \n \n \n \n \n \n \n \n \n \n   Launch date:   \n 20 October 2018, 01:45:28 UTC \n \n \n   Mission end:   \n...",
            "feature_image": null,
            "url": "https://sci.esa.int/web/bepicolombo/-/47346-fact-sheet",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bepicolombo_at__image_20240306080108.jpeg",
    "date": "2023-06-20T19:34:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}