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

{
  "id": 1120,
  "url": "https://lldev.thespacedevs.com/2.3.0/events/1120/?format=api",
  "name": "SPHEREx Live Q+A",
  "info_urls": [],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NASA Jet Propulsion Laboratory",
      "title": "See the Spacecraft: SPHEREx Nears Launch (LIVE Q+A)",
      "description": "We are less than 15 days away from launching SPHEREx, a mission that will observe hundreds of millions of stars and galaxies in infrared light, a range of wavelengths not visible to the human eye. Wit...",
      "feature_image": "https://i.ytimg.com/vi/6o0q86RKL14/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=6o0q86RKL14",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2025-02-12T18:56:36Z",
      "end_time": "2025-02-12T19:34:50Z",
      "live": false
    }
  ],
  "image": {
    "id": 2314,
    "name": "SPHEREx in the clean room",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spherex_in_the__image_20250128085828.jpg",
    "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/spherex_in_the__image_thumbnail_20250128085828.jpeg",
    "credit": "NASA/JPL-Caltech/BAE Systems",
    "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": "2025-02-12T19:00:00Z",
  "slug": "spherex-live-qa",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Q+A with experts from the mission, both at Vandenberg Space Force Base and NASA's Jet Propulsion Laboratory in California.\r\n\r\nYou'll hear from:\r\n\r\n- Jenn Rocca, SPHEREx project systems engineer, JPL\r\n- Phil Korngut, SPHEREx instrument scientist and inflation scientist, Caltech",
  "webcast_live": false,
  "location": "Vandenberg Space Force Base",
  "date_precision": {
    "id": 1,
    "name": "Minute",
    "abbrev": "MIN",
    "description": "The T-0 is accurate to the minute."
  },
  "response_mode": "detailed",
  "duration": "PT38M14S",
  "updates": [
    {
      "id": 10095,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
      "comment": "Official Webcast by NASA Jet Propulsion Laboratory has started",
      "info_url": "https://www.youtube.com/watch?v=6o0q86RKL14",
      "created_by": "LL2",
      "created_on": "2025-02-12T18:56:00Z"
    },
    {
      "id": 10036,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
      "comment": "Added Event",
      "info_url": "https://www.youtube.com/live/6o0q86RKL14",
      "created_by": "hitura-nobad",
      "created_on": "2025-02-07T14:56:00Z"
    }
  ],
  "last_updated": "2025-02-12T19:35:10Z",
  "agencies": [
    {
      "response_mode": "list",
      "id": 1090,
      "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1090/?format=api",
      "name": "Jet Propulsion Laboratory",
      "abbrev": "JPL",
      "type": {
        "id": 1,
        "name": "Government"
      }
    },
    {
      "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"
      }
    }
  ],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": [],
  "astronauts": []
}