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

{
  "id": 586,
  "url": "https://lldev.thespacedevs.com/2.3.0/events/586/?format=api",
  "name": "SpaceX CRS-25 Science Highlights Media Teleconference",
  "info_urls": [],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NASA Video",
      "title": "SpaceX CRS-25 Science Highlights",
      "description": "",
      "feature_image": "https://i.ytimg.com/vi/s_RPCYriPMU/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=s_RPCYriPMU",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2022-06-02T16:53:51Z",
      "end_time": "2022-06-02T17:55:37Z",
      "live": false
    }
  ],
  "image": {
    "id": 1086,
    "name": "Cargo Dragon docking",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg",
    "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191606.jpeg",
    "credit": "NASA",
    "license": {
      "id": 4,
      "name": "NASA Image and Media Guidelines",
      "priority": 0,
      "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
    },
    "single_use": false,
    "variants": []
  },
  "date": "2022-06-02T17:00:00Z",
  "slug": "spacex-crs-25-science-highlights-media-teleconfere",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA and SpaceX will hold a teleconference about scientific payloads that will be launched to the International Space Station onboard the SpaceX CRS-25 mission.",
  "webcast_live": false,
  "location": null,
  "date_precision": null,
  "response_mode": "detailed",
  "duration": null,
  "updates": [],
  "last_updated": "2024-03-13T13:41:35Z",
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": [
    {
      "response_mode": "normal",
      "id": 11,
      "url": "https://lldev.thespacedevs.com/2.3.0/programs/11/?format=api",
      "name": "Commercial Resupply Services",
      "image": {
        "id": 1878,
        "name": "[AUTO] Commercial Resupply Services - image",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194021.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/Commercial_Resupply_Services#Commercial_Resupply_Services",
      "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
      "agencies": [
        {
          "response_mode": "list",
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "abbrev": "NASA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        {
          "response_mode": "list",
          "id": 257,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/257/?format=api",
          "name": "Northrop Grumman Space Systems",
          "abbrev": "NGSS",
          "type": {
            "id": 3,
            "name": "Commercial"
          }
        },
        {
          "response_mode": "list",
          "id": 1020,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1020/?format=api",
          "name": "Sierra Nevada Corporation",
          "abbrev": "SNC",
          "type": {
            "id": 3,
            "name": "Commercial"
          }
        },
        {
          "response_mode": "list",
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
          "name": "SpaceX",
          "abbrev": "SpX",
          "type": {
            "id": 3,
            "name": "Commercial"
          }
        }
      ],
      "start_date": "2008-12-23T00:00:00Z",
      "end_date": null,
      "mission_patches": [],
      "type": {
        "id": 2,
        "name": "Human Spaceflight"
      }
    }
  ],
  "astronauts": []
}