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

{
  "id": 780,
  "url": "https://lldev.thespacedevs.com/2.3.0/events/780/?format=api",
  "name": "Chandrayaan-3 Lunar Landing",
  "info_urls": [],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "ISRO Official",
      "title": "Chandrayaan-3 Mission Soft-landing LIVE Telecast",
      "description": "Chandrayaan-3 Mission Soft-landing LIVE Telecast",
      "feature_image": "https://i.ytimg.com/vi/DLA_64yz8Ss/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=DLA_64yz8Ss",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2023-08-23T11:48:09Z",
      "end_time": "2023-08-23T12:59:12Z",
      "live": false
    }
  ],
  "image": {
    "id": 1051,
    "name": "[AUTO] Chandrayaan-3 Lunar Landing - image",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chandrayaan-3_l_image_20230522104942.jpg",
    "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191505.jpeg",
    "credit": null,
    "license": {
      "id": 1,
      "name": "Unknown",
      "priority": 9,
      "link": null
    },
    "single_use": true,
    "variants": []
  },
  "date": "2023-08-23T12:34:00Z",
  "slug": "chandrayaan-3-lunar-landing",
  "type": {
    "id": 7,
    "name": "Moon Landing"
  },
  "description": "The Chandrayaan-3 lander and rover have successfully landed on the lunar surface.",
  "webcast_live": false,
  "location": "Lunar Surface",
  "date_precision": {
    "id": 1,
    "name": "Minute",
    "abbrev": "MIN",
    "description": "The T-0 is accurate to the minute."
  },
  "response_mode": "detailed",
  "duration": "PT1H11M3S",
  "updates": [
    {
      "id": 4583,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
      "comment": "Updated landing time.",
      "info_url": "https://twitter.com/chethan_dash/status/1679676412608004096",
      "created_by": "Cosmic_Penguin",
      "created_on": "2023-07-14T04:55:41Z"
    },
    {
      "id": 4939,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
      "comment": "Tweaked landing time.",
      "info_url": "https://twitter.com/isro/status/1693181653273940240",
      "created_by": "Cosmic_Penguin",
      "created_on": "2023-08-20T12:54:24Z"
    },
    {
      "id": 4971,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
      "comment": "Livestream has started",
      "info_url": "https://www.youtube.com/watch?v=DLA_64yz8Ss",
      "created_by": "LL2",
      "created_on": "2023-08-23T11:48:34Z"
    }
  ],
  "last_updated": "2024-03-05T17:26:13Z",
  "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": []
}