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

{
    "id": 1135,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1135/?format=api",
    "name": "Europa Clipper Mars Flyby",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.jpl.nasa.gov",
            "title": "NASA’s Europa Clipper Uses Mars to Go the Distance",
            "description": "The orbiter bound for Jupiter’s moon Europa will investigate whether the moon is habitable, but it first will get the help of Mars’ gravitational force to get to deep space.",
            "feature_image": null,
            "url": "https://www.jpl.nasa.gov/news/nasas-europa-clipper-uses-mars-to-go-the-distance/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "image": {
        "id": 2341,
        "name": "Europa Clipper Mars flyby render",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/europa_clipper__image_20250228202458.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/europa_clipper__image_thumbnail_20250228202459.png",
        "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": "2025-03-01T17:57:00Z",
    "slug": "europa-clipper-mars-flyby",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "NASA’s Europa Clipper will streak just 550 miles (884 kilometers) above the surface of Mars for what’s known as a gravity assist — a maneuver to bend the spacecraft’s trajectory and position it for a critical leg of its long voyage to the Jupiter system. The close flyby offers a bonus opportunity for mission scientists, who will test their radar instrument and thermal imager.",
    "webcast_live": false,
    "location": "Mars",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": null,
    "updates": [
        {
            "id": 10235,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.jpl.nasa.gov/news/nasas-europa-clipper-uses-mars-to-go-the-distance/",
            "created_by": "Nosu",
            "created_on": "2025-02-28T20:25:00Z"
        }
    ],
    "last_updated": "2025-02-28T20:25:16Z",
    "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": []
}