Modes

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

Example - /events/?mode=list

Filters

Parameters - agency__ids, date__gt, date__gte, date__lt, 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-dev.nyc3.digitaloceanspaces.com/media/images/europa_clipper__image_20250228203626.jpg",
        "thumbnail_url": "https://thespacedevs-dev.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-dev.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": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}