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

{
    "id": 74,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/74/?format=api",
    "slug": "osiris-rex-sample-collection-site-announcement",
    "name": "OSIRIS-Rex Sample Collection Site Announcement",
    "updates": [],
    "last_updated": "2024-03-05T17:22:31Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will announce the selected site on asteroid Bennu where OSIRIS-REx will collect a sample before bringing back to Earth.",
    "webcast_live": false,
    "location": "Asteroid Bennu",
    "news_url": null,
    "video_url": "https://www.nasa.gov/nasalive",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "publisher": null,
            "title": "NASA Live",
            "description": "NASA launches, landings, and events. Watch live broadcasts from NASA Television and NASA's social media channels, and a schedule of upcoming live events including news briefings, launches and landings.",
            "feature_image": "http://www.nasa.gov/sites/default/files/files/nasa_insignia_300.jpg",
            "url": "https://www.nasa.gov/nasalive",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/osiris-rex2520sample2520collection_image_20190729035954.jpg",
    "date": "2019-12-12T18:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}