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

{
    "id": 735,
    "url": "https://ll.thespacedevs.com/2.2.0/event/735/?format=api",
    "slug": "bill-nelson-state-of-nasa-address",
    "name": "Bill Nelson State of NASA Address",
    "updates": [],
    "last_updated": "2024-03-05T17:23:34Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Administrator Bill Nelson will broadcast his annual State of NASA remarks, highlighting the agency’s plans to explore the Moon and Mars, monitor and protect the planet, sustain U.S. leadership in aviation and aerospace innovation, drive economic growth and promote equity and diversity within the agency and across the nation, while inspiring the next generation of explorers for the benefit of humanity.",
    "webcast_live": false,
    "location": "NASA Headquarters, Washington DC",
    "news_url": "https://www.nasa.gov/press-release/nasa-sets-coverage-for-annual-address-budget-media-call-in-march",
    "video_url": "https://www.youtube.com/watch?v=yTVxELrVfB0",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA Sets Coverage for Annual Address, Budget Media Call in March",
            "description": "Administrator Bill Nelson will broadcast his annual State of NASA remarks at 3 p.m. EST on Thursday, March 9. The event will air on NASA Television, the NASA app, and the agency’s website.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-sets-coverage-for-annual-address-budget-media-call-in-march",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "2023 ‘State of NASA’ Address from Administrator Bill Nelson",
            "description": "NASA Administrator Bill Nelson delivers the State of NASA address for 2023. Learn about our plans to explore the Moon and Mars, monitor and protect the plane...",
            "feature_image": "https://i.ytimg.com/vi/yTVxELrVfB0/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=yTVxELrVfB0",
            "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/bill_nelson_sta_image_20230309063345.jpeg",
    "date": "2023-03-09T20:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}