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

{
    "id": 381,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/381/?format=api",
    "slug": "solar-orbiter-earth-flyby",
    "name": "Solar Orbiter Earth Flyby",
    "updates": [],
    "last_updated": "2024-03-05T17:26:44Z",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "Solar Orbiter, a partnership between ESA and NASA, will perform a gravity assist maneuver with Earth on November 27. 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": "Earth",
    "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": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/solar_orbiter_e_image_20210930094846.png",
    "date": "2021-11-27T04:30:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}