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

{
    "id": 685,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/685/?format=api",
    "slug": "jwst-early-results-media-teleconference",
    "name": "JWST Early Results Media Teleconference",
    "updates": [],
    "last_updated": "2024-03-05T17:28:21Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Experts from NASA and other institutions will answer media questions about early science results from the agency’s James Webb Space Telescope.",
    "webcast_live": false,
    "location": null,
    "news_url": "https://www.nasa.gov/press-release/experts-available-to-discuss-nasa-webb-telescope-science-results",
    "video_url": "https://www.youtube.com/watch?v=eocPdOdGK5g",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "Experts Available to Discuss NASA Webb Telescope Science Results",
            "description": "Experts from NASA and other institutions will be available by teleconference at 11 a.m. EST on Thursday, Nov. 17, to answer media questions about early science results from the agency’s James Webb Space Telescope.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/experts-available-to-discuss-nasa-webb-telescope-science-results",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Media Briefing: Expert Availability on NASA Webb Science Results (Nov. 17, 2022)",
            "description": "Experts will be available by teleconference to answer media questions about early science results from NASA’s James Webb Space Telescope.Teleconference parti...",
            "feature_image": "https://i.ytimg.com/vi/eocPdOdGK5g/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=eocPdOdGK5g",
            "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-11-17T16:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}