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

{
  "id": 1031,
  "url": "https://lldev.thespacedevs.com/2.3.0/events/1031/?format=api",
  "name": "RockSat Sounding Rocket Launch",
  "info_urls": [],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "NASA Wallops",
      "title": "YouTube",
      "description": "Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.",
      "feature_image": null,
      "url": "https://www.youtube.com/watch?v=_uM-sn_xRUg",
      "type": {
        "id": 1,
        "name": "Official Webcast"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2024-08-13T09:46:02Z",
      "end_time": "2024-08-13T16:11:42Z",
      "live": false
    }
  ],
  "image": {
    "id": 2138,
    "name": "RockSat",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocksat_image_20240809080927.jpg",
    "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/rocksat_image_thumbnail_20240809080928.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": true,
    "variants": []
  },
  "date": "2024-08-13T10:00:00Z",
  "slug": "rocksat-sounding-rocket-launch",
  "type": {
    "id": 31,
    "name": "Sounding Rocket Launch"
  },
  "description": "RockOn! is a hands-on workshop teaching participants how to create a sounding rocket experiment from scratch over a 5-day period and then launching it into space on the 6th day of the workshop.  This is a team experience and takes place at Wallops.",
  "webcast_live": false,
  "location": "Wallops",
  "date_precision": {
    "id": 1,
    "name": "Minute",
    "abbrev": "MIN",
    "description": "The T-0 is accurate to the minute."
  },
  "response_mode": "detailed",
  "duration": null,
  "updates": [
    {
      "id": 8251,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
      "comment": "Added Event",
      "info_url": "https://twitter.com/NASAWallops/status/1821245647967633441?t=UhT0T5jIXen_ay9BfT0r8g&s=19",
      "created_by": "hitura-nobad",
      "created_on": "2024-08-09T08:10:13Z"
    },
    {
      "id": 8302,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
      "comment": "Official Webcast by NASA Wallops has started",
      "info_url": "https://www.youtube.com/watch?v=_uM-sn_xRUg",
      "created_by": "LL2",
      "created_on": "2024-08-13T09:46:26Z"
    }
  ],
  "last_updated": "2024-08-13T12:58:00Z",
  "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"
      }
    }
  ],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": [],
  "astronauts": []
}