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

{
    "id": 380,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/380/?format=api",
    "slug": "solar-orbiter-venus-flyby-2",
    "name": "Solar Orbiter Venus Flyby",
    "updates": [],
    "last_updated": "2024-03-05T17:25:43Z",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "Solar Orbiter, a partnership between ESA and NASA, flew by Venus on 27 December with a closest approach of 7500 km at 12:39 UTC. Throughout its mission it 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/Science_Exploration/Space_Science/Solar_Orbiter/Solar_Orbiter_prepares_for_festive_Venus_flyby",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "www.esa.int",
            "title": "Solar Orbiter prepares for festive Venus flyby",
            "description": "Solar Orbiter is getting ready for the first of many gravity assist flybys of Venus on 27 December, to start bringing it closer to the Sun and tilting its orbit in order to observe our star from different perspectives. ",
            "feature_image": null,
            "url": "https://www.esa.int/Science_Exploration/Space_Science/Solar_Orbiter/Solar_Orbiter_prepares_for_festive_Venus_flyby",
            "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": "2020-12-27T12:39:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}