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

{
    "id": 1299,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/1299/?format=api",
    "slug": "nasa-interstellar-comet-3iatlas-images-press-confe",
    "name": "NASA Interstellar Comet 3I/ATLAS Images Press Conference",
    "updates": [
        {
            "id": 12927,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-share-comet-3i-atlas-images-from-spacecraft-telescopes/",
            "created_by": "hitura-nobad",
            "created_on": "2025-11-17T20:35:00Z"
        }
    ],
    "last_updated": "2025-11-19T21:01:56Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Live event to share imagery of the interstellar comet 3I/ATLAS collected by a number of the agency’s missions.",
    "webcast_live": false,
    "location": "Online",
    "news_url": null,
    "video_url": "https://plus.nasa.gov/scheduled-video/nasa-shares-interstellar-comet-3i-atlas-images/",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "plus.nasa.gov",
            "publisher": "NASA",
            "title": "NASA Shares Interstellar Comet 3I/ATLAS Images",
            "description": "Live event to share imagery of the interstellar comet 3I/ATLAS collected by a number of the agency’s missions.",
            "feature_image": "https://plus.nasa.gov/wp-content/uploads/2025/11/nasa-shares-comet-3i-atlas-images-key-art-r3-horizontal-program-tile-16-9-without-title.jpg",
            "url": "https://plus.nasa.gov/scheduled-video/nasa-shares-interstellar-comet-3i-atlas-images/",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2025-11-19T20:00:00Z",
            "end_time": "2025-11-19T21:00:00Z"
        }
    ],
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/interstellar_co_image_20251117203418.jpg",
    "date": "2025-11-19T20:00:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": "PT1H30M",
    "agencies": [
        {
            "id": 44,
            "url": "https://lldev.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": "Administrator: Jared Isaacman",
            "founding_year": "1958",
            "launchers": "Space Shuttle | SLS",
            "spacecraft": "Orion",
            "parent": null,
            "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
            "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}