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

{
  "id": 1107,
  "url": "https://lldev.thespacedevs.com/2.3.0/events/1107/?format=api",
  "name": "SpaDeX Docking Test",
  "info_urls": [],
  "vid_urls": [],
  "image": {
    "id": 2300,
    "name": "SpaDEx Chaser (SDX01) and Target (SDX02) spacecrafts during testing",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spadex_chaser__image_20241228193355.png",
    "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spadex_chaser__image_thumbnail_20241228193356.png",
    "credit": "ISRO",
    "license": {
      "id": 11,
      "name": "Government Open Data License - India (GODL)",
      "priority": 3,
      "link": "https://data.gov.in/sites/default/files/Gazette_Notification_OGDL.pdf"
    },
    "single_use": false,
    "variants": []
  },
  "date": "2025-01-16T00:49:00Z",
  "slug": "spadex-docking-test",
  "type": {
    "id": 2,
    "name": "Docking"
  },
  "description": "India's first attempt at docking in low earth orbit.",
  "webcast_live": false,
  "location": null,
  "date_precision": {
    "id": 1,
    "name": "Minute",
    "abbrev": "MIN",
    "description": "The T-0 is accurate to the minute."
  },
  "response_mode": "detailed",
  "duration": null,
  "updates": [
    {
      "id": 9704,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
      "comment": "Added Event",
      "info_url": "https://x.com/isro/status/1876191202967785774",
      "created_by": "hitura-nobad",
      "created_on": "2025-01-06T10:45:00Z"
    },
    {
      "id": 9716,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
      "comment": "Setting start time of event",
      "info_url": "https://www.youtube.com/watch?v=UCs1UWAo2I0",
      "created_by": "Nosu",
      "created_on": "2025-01-07T13:11:00Z"
    },
    {
      "id": 9731,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
      "comment": "Docking delayed due to higher then expected drift, new date to be determined.",
      "info_url": "https://x.com/isro/status/1877015368230650167",
      "created_by": "hitura-nobad",
      "created_on": "2025-01-08T15:36:00Z"
    }
  ],
  "last_updated": "2025-01-21T13:32:11Z",
  "agencies": [
    {
      "response_mode": "list",
      "id": 31,
      "url": "https://lldev.thespacedevs.com/2.3.0/agencies/31/?format=api",
      "name": "Indian Space Research Organization",
      "abbrev": "ISRO",
      "type": {
        "id": 1,
        "name": "Government"
      }
    }
  ],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": [],
  "astronauts": []
}