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

{
    "id": 396,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/396/?format=api",
    "name": "Lucy Earth Flyby",
    "info_urls": [
        {
            "priority": 9,
            "source": "svs.gsfc.nasa.gov",
            "title": "Lucy Earth Gravity Assist 2 Trajectory Visualizations",
            "description": "Ride-along view of Lucy’s second Earth gravity assist (EGA). The camera follows Lucy as the spacecraft approaches the sunlit side of Earth before crossing into Earth’s shadow as it slingshots around the planet. || lucy_ega2_pov-full.02400_print.jpg (1024x576) [73.5 KB] || lucy_ega2_pov-full.02400_se...",
            "feature_image": null,
            "url": "https://svs.gsfc.nasa.gov/5429",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        },
        {
            "priority": 10,
            "source": "lucy.swri.edu",
            "title": "Lucy Mission",
            "description": "\n• Construction and testing of the L'LORRI Instrument is completed at APL and it is delivered to Lockheed Martin\n• Construction and testing of the L'TES Instrument is completed at ASU and it is delivered to Lockheed Martin\n• Construction and testing of the L'Ralph Instrument is completed at NASA God...",
            "feature_image": null,
            "url": "http://lucy.swri.edu/timeline.html",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "image": {
        "id": 1004,
        "name": "Lucy in space render",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/lucy_earth_flyb_image_20210930111825.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191348.jpeg",
        "credit": "NASA",
        "license": {
            "id": 4,
            "name": "NASA Image and Media Guidelines",
            "priority": 0,
            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": false,
        "variants": []
    },
    "date": "2024-12-13T04:15:00Z",
    "slug": "lucy-earth-flyby-2",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "Second of three Earth flybys of NASA's Lucy mission to the Trojan asteroids.",
    "webcast_live": false,
    "location": "Earth",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": null,
    "updates": [
        {
            "id": 9459,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Updated closest approach time",
            "info_url": "https://svs.gsfc.nasa.gov/5429",
            "created_by": "hitura-nobad",
            "created_on": "2024-12-09T20:52:00Z"
        }
    ],
    "last_updated": "2024-12-09T20:52:07Z",
    "agencies": [
        {
            "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": []
}