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

{
    "id": 425,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/425/?format=api",
    "slug": "junos-new-findings-press-conference",
    "name": "Juno's New Findings Press Conference",
    "updates": [],
    "last_updated": "2024-03-05T17:26:35Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a virtual media briefing to discuss the latest results from the agency’s Juno spacecraft. The science team will reveal new findings that provide the first 3D look at how the planet’s roiling atmosphere operates underneath the top layers of clouds, and how these revelations offer insight into the atmospheres of giant planets elsewhere in the universe.",
    "webcast_live": false,
    "location": null,
    "news_url": "https://www.nasa.gov/press-release/nasa-to-host-briefing-to-reveal-new-findings-from-jupiter-s-atmosphere",
    "video_url": "https://www.youtube.com/watch?v=PeQ7JEkBxLE",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA to Host Briefing to Reveal New Findings from Jupiter’s Atmosphere",
            "description": "NASA will hold a virtual media briefing at 3 p.m. EDT Thursday, Oct. 28, to discuss the latest results from the agency’s Juno spacecraft.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-to-host-briefing-to-reveal-new-findings-from-jupiter-s-atmosphere",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Jupiter’s 3D Atmosphere Revealed by NASA’s Juno Spacecraft (Media Briefing)",
            "description": "The science team for our Juno spacecraft at Jupiter will reveal new findings that provide the first 3D look at how the planet’s roiling atmosphere operates u...",
            "feature_image": "https://i.ytimg.com/vi/PeQ7JEkBxLE/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=PeQ7JEkBxLE",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/juno2527s_new__image_20211026090437.jpeg",
    "date": "2021-10-28T19:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}