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

{
    "id": 597,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/597/?format=api",
    "slug": "jwst-image-release",
    "name": "JWST Image Release",
    "updates": [],
    "last_updated": "2024-03-05T17:31:31Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will reveal first full-color images and data from the James Webb Space Telescope.",
    "webcast_live": false,
    "location": null,
    "news_url": "https://www.nasa.gov/feature/goddard/2022/first-images-from-nasa-s-webb-space-telescope-coming-soon",
    "video_url": "https://www.youtube.com/watch?v=nmMRMIE3MGw",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "First Images From NASA’s Webb Space Telescope Coming Soon",
            "description": "NASA’s James Webb Space Telescope, a partnership with ESA (European Space Agency) and the Canadian Space Agency (CSA), will release its first full-color images and spectroscopic data on July 12, 2022.",
            "feature_image": null,
            "url": "https://www.nasa.gov/feature/goddard/2022/first-images-from-nasa-s-webb-space-telescope-coming-soon",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "First Images From the James Webb Space Telescope (Official NASA Broadcast)",
            "description": "It’s time to #UnfoldTheUniverse. Watch as the mission team reveals the long-awaited first images from the James Webb Space Telescope. Webb, an international ...",
            "feature_image": "https://i.ytimg.com/vi/nmMRMIE3MGw/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=nmMRMIE3MGw",
            "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/jwst_alignment__image_20220505152744.jpg",
    "date": "2022-07-12T14:30:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}