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

{
    "id": 1121,
    "url": "https://ll.thespacedevs.com/2.2.0/event/1121/?format=api",
    "slug": "total-lunar-eclipse-3",
    "name": "Total Lunar Eclipse",
    "updates": [
        {
            "id": 10431,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by Griffith Observatory has started",
            "info_url": "https://www.youtube.com/watch?v=BguB5KSBYd0",
            "created_by": "LL2",
            "created_on": "2025-03-14T03:50:00Z"
        },
        {
            "id": 10038,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://science.nasa.gov/solar-system/moon/what-you-need-to-know-about-the-march-2025-total-lunar-eclipse/",
            "created_by": "Nosu",
            "created_on": "2025-02-07T16:26:00Z"
        }
    ],
    "last_updated": "2025-03-14T10:02:22Z",
    "type": {
        "id": 11,
        "name": "Celestial Event"
    },
    "description": "The Moon will pass into Earth’s shadow and appear to turn red on the night of March 13 or early in the morning of March 14, depending on time zone.",
    "webcast_live": false,
    "location": "Pacific and America",
    "news_url": "https://science.nasa.gov/solar-system/moon/what-you-need-to-know-about-the-march-2025-total-lunar-eclipse/",
    "video_url": "https://www.youtube.com/watch?v=BguB5KSBYd0",
    "info_urls": [
        {
            "priority": 10,
            "source": "science.nasa.gov",
            "title": "What You Need To Know About the March 2025 Total Lunar Eclipse",
            "description": "A total lunar eclipse will tint the Moon red-orange on the night of March 13 or early in the morning of March 14, depending on your time zone.",
            "feature_image": null,
            "url": "https://science.nasa.gov/solar-system/moon/what-you-need-to-know-about-the-march-2025-total-lunar-eclipse/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "Griffith Observatory",
            "title": "TOTAL LUNAR ECLIPSE | MARCH 13, 2025 | GRIFFITH OBSERVATORY",
            "description": "Griffith Observatory is hosting a live online broadcast of the total lunar eclipse on March 13-14 from 8:50 p.m. to 3:05 a.m., PDT, weather permitting. A total lunar eclipse occurs when the Moon passe...",
            "feature_image": "https://i.ytimg.com/vi/BguB5KSBYd0/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=BguB5KSBYd0",
            "type": {
                "id": 3,
                "name": "Unofficial Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2025-03-14T03:50:01Z",
            "end_time": "2025-03-14T10:01:47Z"
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/total_lunar_ecl_image_20221108082109.jpeg",
    "date": "2025-03-14T03:57:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": "PT6H3M",
    "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": []
}