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

{
  "id": 19,
  "url": "https://ll.thespacedevs.com/2.3.0/events/19/?format=api",
  "name": "Hayabusa2 Second sample collection from Ryugu",
  "info_urls": [
    {
      "priority": 10,
      "source": "www.hayabusa2.jaxa.jp",
      "title": "JAXA Hayabusa2 Project",
      "description": "Web site of the asteroid explorer Hayabusa2 project.",
      "feature_image": null,
      "url": "http://www.hayabusa2.jaxa.jp/en/",
      "type": {
        "id": 1,
        "name": "Official Page"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      }
    }
  ],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "JAXA相模原チャンネル",
      "title": "[Mission Control Live] \"Hayabusa2\"  2nd Touchdown  Operation(PPTD)",
      "description": "",
      "feature_image": "https://i.ytimg.com/vi/hnJX9obXzPU/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=hnJX9obXzPU",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2019-07-10T23:56:00Z",
      "end_time": "2019-07-11T03:15:34Z",
      "live": false
    }
  ],
  "image": {
    "id": 1248,
    "name": "[AUTO] Hayabusa2 Second sample collection from Ryugu - image",
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hayabusa22520second2520sample2520collection2520from2520ryugu_image_20190629002325.jpg",
    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192141.jpeg",
    "credit": null,
    "license": {
      "id": 1,
      "name": "Unknown",
      "priority": 9,
      "link": null
    },
    "single_use": true,
    "variants": []
  },
  "date": "2019-07-11T00:30:00Z",
  "slug": "hayabusa2-second-sample-collection-from-ryugu",
  "type": {
    "id": 6,
    "name": "Spacecraft Event"
  },
  "description": "On July 11 the second sample collection from the asteroid 'Ryugu' will occur.\r\n\r\nThe location is about 20m north of the artificial crater formed by the Small Carry-on Impactor earlier this year.",
  "webcast_live": false,
  "location": "162173 Ryugu",
  "date_precision": null,
  "response_mode": "detailed",
  "duration": null,
  "updates": [],
  "last_updated": "2024-03-05T17:28:34Z",
  "agencies": [],
  "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": []
}