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

{
    "id": 382,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/382/?format=api",
    "slug": "solar-orbiter-venus-flyby-3",
    "name": "Solar Orbiter Venus Flyby",
    "updates": [],
    "last_updated": "2024-03-05T17:23:49Z",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "Solar Orbiter, a partnership between ESA and NASA, will perform a gravity assist maneuver with Venus with its closest approach at a distance of 6400 km. Throughout its mission it also makes repeated gravity assist flybys of Venus to get closer to the Sun, and to change its orbital inclination, boosting it out of the ecliptic plane, to get the best – and first – views of the Sun’s poles.",
    "webcast_live": false,
    "location": "Venus",
    "news_url": "https://www.esa.int/ESA_Multimedia/Images/2020/01/Solar_Orbiter_journey_around_the_Sun",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "www.esa.int",
            "title": "Solar Orbiter: journey around the Sun",
            "description": "Solar Orbiter: journey around the Sun",
            "feature_image": null,
            "url": "https://www.esa.int/ESA_Multimedia/Images/2020/01/Solar_Orbiter_journey_around_the_Sun",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/solar_orbiter_v_image_20210930071353.png",
    "date": "2022-09-04T01:26:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}