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

{
    "id": 388,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/388/?format=api",
    "slug": "bepicolombo-earth-flyby",
    "name": "BepiColombo Earth Flyby",
    "updates": [],
    "last_updated": "2024-03-05T17:25:44Z",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "The ESA-JAXA BepiColombo mission made a close approach of Earth on April 10, 2020 at 04:25 UTC. Gravity assist flybys are needed to set the spacecraft on course for Mercury orbit.",
    "webcast_live": false,
    "location": "Earth",
    "news_url": "https://www.esa.int/Science_Exploration/Space_Science/BepiColombo/BepiColombo_Earth_flyby_in_images",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "www.esa.int",
            "title": "BepiColombo Earth flyby in images",
            "description": "BepiColombo, the joint European-Japanese mission, performed an Earth flyby on 10 April 2020 to adjust its trajectory en route to its destination, Mercury. The spacecraft, equipped with three 'selfie' cameras, captured a series of stunning images of the planet, and was also photographed by astronomer...",
            "feature_image": null,
            "url": "https://www.esa.int/Science_Exploration/Space_Science/BepiColombo/BepiColombo_Earth_flyby_in_images",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bepicolombo_ear_image_20210930100331.jpg",
    "date": "2020-04-10T04:25:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}