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

{
    "id": 1179,
    "url": "https://ll.thespacedevs.com/2.2.0/event/1179/?format=api",
    "slug": "firefly-blue-ghost-mission-1-end-of-mission-press",
    "name": "Firefly Blue Ghost Mission 1 End of Mission Press Conference",
    "updates": [
        {
            "id": 10489,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=xSy69T0HuZ4",
            "created_by": "LL2",
            "created_on": "2025-03-18T17:59:00Z"
        },
        {
            "id": 10470,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-firefly-invite-media-to-discuss-end-of-blue-ghost-moon-mission/",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-17T15:47:00Z"
        }
    ],
    "last_updated": "2025-03-18T18:44:39Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA and Firefly Aerospace will host a news conference to discuss the company’s successful Blue Ghost Mission 1 on the Moon’s surface.",
    "webcast_live": false,
    "location": "Johnson Space Center , Houston",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=xSy69T0HuZ4",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 9,
            "source": "youtube.com",
            "publisher": "NASA Video",
            "title": "NASA and Firefly Final Update on Blue Ghost Moon Mission",
            "description": "NASA and Firefly Aerospace will host a news conference from NASA’s Johnson Space Center in Houston to discuss the company’s successful Blue Ghost Mission 1.\n\nFirefly’s Blue Ghost lunar lander touched ...",
            "feature_image": "https://i.ytimg.com/vi/xSy69T0HuZ4/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=xSy69T0HuZ4",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2025-03-18T17:58:21Z",
            "end_time": "2025-03-18T18:43:30Z"
        },
        {
            "priority": 10,
            "source": "plus.nasa.gov",
            "publisher": "NASA",
            "title": "NASA and Firefly Final Update on Blue Ghost Moon Mission",
            "description": "NASA and Firefly Blue Ghost Lunar Mission Wrap Up Briefing.",
            "feature_image": "https://plus.nasa.gov/wp-content/uploads/2025/03/nasa-and-firefly-final-update-on-blue-ghost-moon-mission.jpg",
            "url": "https://plus.nasa.gov/scheduled-video/nasa-and-firefly-final-update-on-blue-ghost-moon-mission/",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2025-03-18T18:00:00Z",
            "end_time": "2025-03-18T18:43:00Z"
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue_ghost_land_image_20250317154649.jpg",
    "date": "2025-03-18T18:00:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": "PT45M9S",
    "agencies": [
        {
            "id": 265,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/265/?format=api",
            "name": "Firefly Aerospace",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "FA",
            "description": "Firefly Aerospace is an American private aerospace firm based in Austin, Texas, that develops small and medium-sized launch vehicles for commercial launches to orbit.",
            "administrator": "CEO: Peter Schumacher",
            "founding_year": "2014",
            "launchers": "",
            "spacecraft": "",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/firefly2520aerospace_logo_20220826094423.jpg"
        },
        {
            "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": []
}