Modes

Levels of detail in the response - list, normal, detailed

Example - /events/?mode=list

Filters

Parameters - agency__ids, date__gt, date__gt__lt, date__gte, date__lte, day, id, last_updated__gte, last_updated__lte, month, program, slug, type, type__ids, video_url, year

Example - /events/?type__ids=2,8

Fields searched - name

Example - /events/?search=Flyby

Ordering

Fields - date, last_updated

Example - /events/?ordering=-last_updated

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /events/?limit=2

Format

Switch to JSON output - /events/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/events/1179/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 1179,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1179/?format=api",
    "name": "Firefly Blue Ghost Mission 1 End of Mission Press Conference",
    "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",
            "live": false
        },
        {
            "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",
            "live": false
        }
    ],
    "image": {
        "id": 2354,
        "name": "Blue Ghost lander during Sunset",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue_ghost_land_image_20250317154649.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/blue_ghost_land_image_thumbnail_20250317154649.jpeg",
        "credit": "Firefly Aerospace",
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2025-03-18T18:00:00Z",
    "slug": "firefly-blue-ghost-mission-1-end-of-mission-press",
    "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",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": "PT45M9S",
    "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",
    "agencies": [
        {
            "response_mode": "list",
            "id": 265,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/265/?format=api",
            "name": "Firefly Aerospace",
            "abbrev": "FA",
            "type": {
                "id": 3,
                "name": "Commercial"
            }
        },
        {
            "response_mode": "list",
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "abbrev": "NASA",
            "type": {
                "id": 1,
                "name": "Government"
            }
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}