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 - lldev.thespacedevs.com/docs

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

{
  "id": 329,
  "url": "https://lldev.thespacedevs.com/2.3.0/events/329/?format=api",
  "name": "Tianzhou-3 Docking",
  "info_urls": [],
  "vid_urls": [],
  "image": {
    "id": 1235,
    "name": "[AUTO] Tianzhou-2 Docking - image",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou-2_dock_image_20210510181619.jpg",
    "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192114.jpeg",
    "credit": null,
    "license": {
      "id": 1,
      "name": "Unknown",
      "priority": 9,
      "link": null
    },
    "single_use": false,
    "variants": []
  },
  "date": "2021-09-20T14:16:00Z",
  "slug": "tianzhou-3-docking",
  "type": {
    "id": 2,
    "name": "Docking"
  },
  "description": "Tianzhou 3 will dock to the rear docking port of the CSS Tianhe Core Module to bring supplies and equipment to the Chinese Space Station (CSS) for its next crew.",
  "webcast_live": false,
  "location": "Chinese Space Station",
  "date_precision": null,
  "response_mode": "detailed",
  "duration": null,
  "updates": [
    {
      "id": 830,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
      "comment": "Confirmed docking time.",
      "info_url": "https://twitter.com/segeryu/status/1439858437555253251?s=21",
      "created_by": "Cosmic_Penguin",
      "created_on": "2021-09-20T08:00:36Z"
    }
  ],
  "last_updated": "2024-03-05T17:23:43Z",
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [
    {
      "id": 18,
      "url": "https://lldev.thespacedevs.com/2.3.0/space_stations/18/?format=api",
      "name": "Tiangong space station",
      "image": {
        "id": 1941,
        "name": "[AUTO] Tiangong space station - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194211.png",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "status": {
        "id": 1,
        "name": "Active"
      },
      "founded": "2021-04-29",
      "deorbited": null,
      "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface. It will be roughly one-fifth the mass of the International Space Station and about the size of the Mir space station.",
      "orbit": "Low Earth Orbit",
      "type": {
        "id": 2,
        "name": "Government"
      }
    }
  ],
  "program": [
    {
      "response_mode": "normal",
      "id": 19,
      "url": "https://lldev.thespacedevs.com/2.3.0/programs/19/?format=api",
      "name": "Tiangong space station",
      "image": {
        "id": 1893,
        "name": "[AUTO] Tiangong space station - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194050.png",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station",
      "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
      "agencies": [
        {
          "response_mode": "list",
          "id": 88,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/88/?format=api",
          "name": "China Aerospace Science and Technology Corporation",
          "abbrev": "CASC",
          "type": {
            "id": 1,
            "name": "Government"
          }
        }
      ],
      "start_date": "2021-04-29T03:23:00Z",
      "end_date": null,
      "mission_patches": [],
      "type": {
        "id": 2,
        "name": "Human Spaceflight"
      }
    }
  ],
  "astronauts": []
}