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, expedition__ids, id, last_updated__gte, last_updated__lte, launch__ids, month, program, program__ids, slug, spacestation__ids, 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 - ll.thespacedevs.com/docs

GET /2.3.0/events/1286/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 1286,
  "url": "https://ll.thespacedevs.com/2.3.0/events/1286/?format=api",
  "name": "Hayabusa2 Asteroid 1998 KY26 Rendezvous",
  "info_urls": [],
  "vid_urls": [],
  "image": {
    "id": 1041,
    "name": "Hayabusa-2 render",
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hayabusa-22520sample2520returns2520to2520earth_image_20190729040322.jpg",
    "thumbnail_url": "https://thespacedevs-prod.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": "2031-07-31T00:00:00Z",
  "slug": "hayabusa2-asteroid-1998-ky26-rendezvous",
  "type": {
    "id": 6,
    "name": "Spacecraft Event"
  },
  "description": "As part of its mission extension, JAXA's Hayabusa2 spacecraft will rendezvous with asteroid 1998 KY26.",
  "webcast_live": false,
  "location": "1998 KY26",
  "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": 12184,
      "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
      "comment": "Adding event",
      "info_url": "https://www.hayabusa2.jaxa.jp/en/enjoy/material/press/Hayabusa_2_Press_20220629_ver13_en2.pdf",
      "created_by": "Nosu",
      "created_on": "2025-09-10T15:40:00Z"
    }
  ],
  "last_updated": "2025-09-10T15:40:42Z",
  "agencies": [
    {
      "response_mode": "list",
      "id": 37,
      "url": "https://ll.thespacedevs.com/2.3.0/agencies/37/?format=api",
      "name": "Japan Aerospace Exploration Agency",
      "abbrev": "JAXA",
      "type": {
        "id": 1,
        "name": "Government"
      }
    }
  ],
  "launches": [
    {
      "id": "d2b9e5ed-5009-476f-8aee-4d84c43e7cec",
      "url": "https://ll.thespacedevs.com/2.3.0/launches/d2b9e5ed-5009-476f-8aee-4d84c43e7cec/?format=api",
      "name": "H-IIA 202 | Hayabusa-2",
      "response_mode": "list",
      "slug": "h-iia-202-hayabusa-2",
      "launch_designator": "2014-076",
      "status": {
        "id": 3,
        "name": "Launch Successful",
        "abbrev": "Success",
        "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
      },
      "last_updated": "2023-06-14T03:53:09Z",
      "net": "2014-12-03T04:22:04Z",
      "net_precision": null,
      "window_end": "2014-12-03T04:22:04Z",
      "window_start": "2014-12-03T04:22:04Z",
      "image": {
        "id": 1482,
        "name": "H-IIA 202 liftoff (XRISM & SLIM)",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/h-iia_202_lifto_image_20240325123250.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/h-iia_202_lifto_image_thumbnail_20240325123250.jpeg",
        "credit": "Mitsubishi Heavy Industries",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": false,
        "variants": []
      },
      "infographic": null
    }
  ],
  "expeditions": [],
  "spacestations": [],
  "program": [],
  "astronauts": []
}