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

{
    "id": 1283,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1283/?format=api",
    "name": "Hayabusa2 S-Type Asteroid (98943) Torifune Flyby",
    "info_urls": [],
    "vid_urls": [],
    "image": {
        "id": 1041,
        "name": "Hayabusa-2 render",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/hayabusa-22520sample2520returns2520to2520earth_image_20190729040322.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191449.jpeg",
        "credit": "JAXA",
        "license": {
            "id": 9,
            "name": "JAXA Image Usage Policy",
            "priority": 8,
            "link": "https://global.jaxa.jp/policy.html"
        },
        "single_use": false,
        "variants": []
    },
    "date": "2026-07-31T00:00:00Z",
    "slug": "hayabusa2-s-type-asteroid-98943-torifune-flyby",
    "type": {
        "id": 23,
        "name": "Flyby"
    },
    "description": "As part of its mission extension, JAXA's Hayabusa2 spacecraft will observe S-type asteroid (98943) Torifune during a high-speed fly-by.",
    "webcast_live": false,
    "location": "(98943) Torifune",
    "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": 12181,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.hayabusa2.jaxa.jp/en/topics/20240925_2001_CC21_e/",
            "created_by": "Nosu",
            "created_on": "2025-09-10T15:34:00Z"
        }
    ],
    "last_updated": "2025-09-10T15:34:21Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 37,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/37/?format=api",
            "name": "Japan Aerospace Exploration Agency",
            "abbrev": "JAXA",
            "type": {
                "id": 1,
                "name": "Government"
            }
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}