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

{
  "id": 987,
  "url": "https://lldev.thespacedevs.com/2.3.0/events/987/?format=api",
  "name": "Polaris Dawn EVA-Suit Announcment and Discussion",
  "info_urls": [],
  "vid_urls": [],
  "image": {
    "id": 2088,
    "name": "Polaris Dawn crew with EVA suit displayed",
    "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/polaris_dawn_cr_image_20240504183425.jpeg",
    "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/polaris_dawn_cr_image_thumbnail_20240504183427.jpeg",
    "credit": "SpaceX",
    "license": {
      "id": 5,
      "name": "CC BY-NC 2.0",
      "priority": 1,
      "link": "https://creativecommons.org/licenses/by-nc/2.0/"
    },
    "single_use": false,
    "variants": []
  },
  "date": "2024-05-04T19:00:00Z",
  "slug": "polaris-dawn-eva-suit-announcment-and-discussion",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "The Crew of Polaris Dawn will discuss the EVA Spacesuit.",
  "webcast_live": false,
  "location": "SpaceX HQ",
  "date_precision": {
    "id": 1,
    "name": "Minute",
    "abbrev": "MIN",
    "description": "The T-0 is accurate to the minute."
  },
  "response_mode": "detailed",
  "duration": null,
  "updates": [
    {
      "id": 7456,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
      "comment": "Added Event",
      "info_url": "https://twitter.com/SpaceX/status/1786759813440897490",
      "created_by": "hitura-nobad",
      "created_on": "2024-05-04T18:35:20Z"
    }
  ],
  "last_updated": "2024-05-04T18:48:33Z",
  "agencies": [
    {
      "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"
      }
    }
  ],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": [],
  "astronauts": []
}