API endpoint that allows all Events to be viewed.

FILTERS: 'type', 'type__ids', 'program', 'agency__ids', 'last_updated'

GET: Return a list of all Events

SEARCH EXAMPLE: /2.2.0/event/?search=Dragon Searches through name

ORDERING: Fields - 'date', 'last_updated' Example - /2.2.0/event/?ordering=-date

GET /2.2.0/event/260/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 260,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/260/?format=api",
  "slug": "tianzhou-2-docking",
  "name": "Tianzhou-2 Docking",
  "updates": [
    {
      "id": 526,
      "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
      "comment": "Updated docking time (~midnight UTC) per various reports, confirmation pending.",
      "info_url": null,
      "created_by": "Cosmic_Penguin",
      "created_on": "2021-05-18T09:37:36Z"
    }
  ],
  "last_updated": "2024-03-05T17:25:18Z",
  "type": {
    "id": 2,
    "name": "Docking"
  },
  "description": "The Tianzhou-2 resupply cargo ship successfully docked to the new Chinese Space Station, bringing supplies necessary for the arrival of the first crew onboard Shenzhou-12.",
  "webcast_live": false,
  "location": "Chinese Space Station",
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=rqUfY7LsFnI",
  "info_urls": [],
  "vid_urls": [
    {
      "priority": 10,
      "source": "youtube.com",
      "publisher": "CGTN",
      "title": "China's Tianzhou-2 cargo spacecraft docks with space station module",
      "description": "For  more:\nhttps://www.cgtn.com/video\n\nChina's #Tianzhou-2 cargo spacecraft docked with Tianhe, the core module of the country's space station, at 5:01 a.m. (Beijing Time) on Sunday, bringing supplies...",
      "feature_image": "https://i.ytimg.com/vi/rqUfY7LsFnI/maxresdefault.jpg",
      "url": "https://www.youtube.com/watch?v=rqUfY7LsFnI",
      "type": {
        "id": 6,
        "name": "Recap"
      },
      "language": {
        "id": 1,
        "name": "English",
        "code": "en"
      },
      "start_time": "2021-05-30T04:08:41Z",
      "end_time": "2021-05-30T04:09:22Z"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tianzhou-2_dock_image_20210510181619.jpg",
  "date": "2021-05-29T21:01:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [
    {
      "id": 18,
      "url": "https://lldev.thespacedevs.com/2.2.0/spacestation/18/?format=api",
      "name": "Tiangong space station",
      "status": {
        "id": 1,
        "name": "Active"
      },
      "founded": "2021-04-29",
      "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface. It will be roughly one-fifth the mass of the International Space Station and about the size of the Mir space station.",
      "orbit": "Low Earth Orbit",
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/tiangong_space__image_20231031004146.png"
    }
  ],
  "program": [
    {
      "id": 19,
      "url": "https://lldev.thespacedevs.com/2.2.0/program/19/?format=api",
      "name": "Tiangong space station",
      "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
      "agencies": [
        {
          "id": 88,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/88/?format=api",
          "name": "China Aerospace Science and Technology Corporation",
          "type": "Government"
        }
      ],
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
      "start_date": "2021-04-29T03:23:00Z",
      "end_date": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station",
      "mission_patches": [],
      "type": {
        "id": 2,
        "name": "Human Spaceflight"
      }
    }
  ]
}