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

{
    "id": 655,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/655/?format=api",
    "slug": "juno-europa-flyby",
    "name": "Juno Europa Flyby",
    "updates": [],
    "last_updated": "2024-03-05T17:25:15Z",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "NASA’s Juno spacecraft will come within 358 kilometers (222 miles) of the surface of Jupiter’s ice-covered moon, Europa. The solar-powered spacecraft is expected to obtain some of the highest-resolution images ever taken of portions of Europa’s surface, as well as collect valuable data on the moon’s interior, surface composition, and ionosphere, along with its interaction with Jupiter’s magnetosphere.",
    "webcast_live": false,
    "location": "Europa",
    "news_url": "https://www.nasa.gov/feature/jpl/nasa-s-juno-will-perform-close-flyby-of-jupiter-s-icy-moon-europa",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA’s Juno Will Perform Close Flyby of Jupiter’s Icy Moon Europa",
            "description": "As the spacecraft makes a close approach of the moon, it is expected to provide valuable science – and remarkable imagery – for NASA’s upcoming Europa Clipper mission.",
            "feature_image": null,
            "url": "https://www.nasa.gov/feature/jpl/nasa-s-juno-will-perform-close-flyby-of-jupiter-s-icy-moon-europa",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/juno_europa_fly_image_20220928075952.jpg",
    "date": "2022-09-29T09:36:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}