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

{
    "count": 991,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.2.0/event/?format=api&limit=10&offset=980&ordering=last_updated",
    "results": [
        {
            "id": 1188,
            "url": "https://ll.thespacedevs.com/2.2.0/event/1188/?format=api",
            "slug": "jared-isaacman-senate-nomination-hearing-for-nasa",
            "name": "Jared Isaacman Senate Nomination Hearing for NASA Administrator",
            "updates": [
                {
                    "id": 10629,
                    "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
                    "comment": "Adding event",
                    "info_url": "https://www.youtube.com/watch?v=tqejrlbfB84",
                    "created_by": "Nosu",
                    "created_on": "2025-04-05T08:06:00Z"
                }
            ],
            "last_updated": "2025-04-05T08:06:26Z",
            "type": {
                "id": 28,
                "name": "Public Hearing"
            },
            "description": "Jared Isaacman is set to participate in his confirmation hearing to become the next NASA administrator. The hearing will take place before Sen. Ted Cruz, and the U.S. Senate Committee on Commerce, Science, and Transportation in the Russell Building in Washington.",
            "webcast_live": false,
            "location": "US Senate",
            "news_url": null,
            "video_url": "https://www.youtube.com/watch?v=tqejrlbfB84",
            "info_urls": [],
            "vid_urls": [
                {
                    "priority": 9,
                    "source": "youtube.com",
                    "publisher": "NASA",
                    "title": "Jared Isaacman Senate Nomination Hearing for NASA Administrator",
                    "description": "Jared Isaacman is set to participate in his confirmation hearing to become the next NASA administrator. The hearing will take place before Sen. Ted Cruz, and the U.S. Senate Committee on Commerce, Sci...",
                    "feature_image": "https://i.ytimg.com/vi/tqejrlbfB84/maxresdefault_live.jpg",
                    "url": "https://www.youtube.com/watch?v=tqejrlbfB84",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2025-04-09T14:00:00Z",
                    "end_time": null
                },
                {
                    "priority": 10,
                    "source": "plus.nasa.gov",
                    "publisher": "NASA",
                    "title": "Jared Isaacman Senate Nomination Hearing for NASA Administrator",
                    "description": "Jared Isaacman Senate Nomination Hearing for NASA Administrator.",
                    "feature_image": "https://plus.nasa.gov/wp-content/uploads/2025/04/jared-isaacman-senate-nomination-hearing-key-art-r2-op-c-horizontal-program-tile-16-9-without-title.jpg",
                    "url": "https://plus.nasa.gov/scheduled-video/jared-isaacman-senate-nomination-hearing-for-nasa-administrator/",
                    "type": {
                        "id": 1,
                        "name": "Official Webcast"
                    },
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": "2025-04-09T14:00:00Z",
                    "end_time": "2025-04-09T17:00:00Z"
                }
            ],
            "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_logo_place_image_20240926071724.png",
            "date": "2025-04-09T14:00:00Z",
            "date_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "duration": null,
            "agencies": [
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "featured": true,
                    "type": "Government",
                    "country_code": "USA",
                    "abbrev": "NASA",
                    "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
                    "administrator": "Acting Administrator:  James Free",
                    "founding_year": "1958",
                    "launchers": "Space Shuttle | SLS",
                    "spacecraft": "Orion",
                    "parent": null,
                    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
                    "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
                }
            ],
            "launches": [],
            "expeditions": [],
            "spacestations": [],
            "program": []
        }
    ]
}