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

{
    "id": 377,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/377/?format=api",
    "slug": "bepicolombo-venus-flyby-2",
    "name": "BepiColombo Venus Flyby",
    "updates": [],
    "last_updated": "2024-03-05T17:23:45Z",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "The ESA-JAXA BepiColombo mission made a close approach of Venus on 10 August at 13:51 UTC at a distance of approximately 552 km. Gravity assist flybys are needed to set the spacecraft on course for Mercury orbit.",
    "webcast_live": false,
    "location": "Venus",
    "news_url": "https://www.esa.int/Science_Exploration/Space_Science/Sights_and_sounds_of_a_Venus_flyby",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "www.esa.int",
            "title": "Sights and sounds of a Venus flyby",
            "description": "ESA’s Solar Orbiter and BepiColombo spacecraft made a historic Venus flyby earlier this week, passing by the planet within 33 hours of each other and capturing unique imagery and data during the encounter.",
            "feature_image": null,
            "url": "https://www.esa.int/Science_Exploration/Space_Science/Sights_and_sounds_of_a_Venus_flyby",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bepicolombo25e_image_20201008073530.jpg",
    "date": "2021-08-10T13:51:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}