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

{
    "id": 1136,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1136/?format=api",
    "name": "Europa Clipper Earth Flyby",
    "info_urls": [
        {
            "priority": 10,
            "source": "europa.nasa.gov",
            "title": "Timeline | Mission –",
            "description": "Earth’s first mission to conduct detailed reconnaissance of Jupiter’s moon, Europa. NASA’s Europa Clipper will determine if this ocean world has environments suitable for life to exist.",
            "feature_image": null,
            "url": "https://europa.nasa.gov/mission/timeline/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "image": {
        "id": 2344,
        "name": "Europa Clipper Earth flyby render",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/europa_clipper__image_20250228203626.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/europa_clipper__image_thumbnail_20250228203627.jpeg",
        "credit": "NASA/JPL-Caltech",
        "license": {
            "id": 4,
            "name": "NASA Image and Media Guidelines",
            "priority": 0,
            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": true,
        "variants": []
    },
    "date": "2026-12-31T00:00:00Z",
    "slug": "europa-clipper-earth-flyby",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "NASA’s Europa Clipper will fly by Earth for a second and final gravity assist on its way to Jupiter.",
    "webcast_live": false,
    "location": "Earth",
    "date_precision": {
        "id": 7,
        "name": "Month",
        "abbrev": "M",
        "description": "The T-0 is expected in the given month."
    },
    "response_mode": "detailed",
    "duration": null,
    "updates": [
        {
            "id": 10236,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://europa.nasa.gov/mission/timeline/",
            "created_by": "Nosu",
            "created_on": "2025-02-28T20:36:00Z"
        }
    ],
    "last_updated": "2025-02-28T20:36:46Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 1090,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1090/?format=api",
            "name": "Jet Propulsion Laboratory",
            "abbrev": "JPL",
            "type": {
                "id": 1,
                "name": "Government"
            }
        },
        {
            "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": [
        {
            "id": "59548105-347d-4477-8747-7fc3f91016c5",
            "url": "https://lldev.thespacedevs.com/2.3.0/launches/59548105-347d-4477-8747-7fc3f91016c5/?format=api",
            "name": "Falcon Heavy | Europa Clipper",
            "response_mode": "list",
            "slug": "falcon-heavy-europa-clipper",
            "launch_designator": "2024-182",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-10-20T09:35:10Z",
            "net": "2024-10-14T16:06:00Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "window_end": "2024-10-14T16:06:00Z",
            "window_start": "2024-10-14T16:05:45Z",
            "image": {
                "id": 2257,
                "name": "Falcon Heavy liftoff from LC-39A (Europa Clipper",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_heavy_li_image_20241020093505.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon_heavy_li_image_thumbnail_20241020093505.jpeg",
                "credit": "SpaceX",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "infographic": null
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}