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

{
  "id": 586,
  "url": "https://lldev.thespacedevs.com/2.2.0/event/586/?format=api",
  "slug": "spacex-crs-25-science-highlights-media-teleconfere",
  "name": "SpaceX CRS-25 Science Highlights Media Teleconference",
  "updates": [],
  "last_updated": "2024-03-13T13:41:35Z",
  "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,
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=s_RPCYriPMU",
  "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"
    }
  ],
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg",
  "date": "2022-06-02T17:00:00Z",
  "date_precision": null,
  "duration": null,
  "agencies": [],
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": [
    {
      "id": 11,
      "url": "https://lldev.thespacedevs.com/2.2.0/program/11/?format=api",
      "name": "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": [
        {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        {
          "id": 257,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/257/?format=api",
          "name": "Northrop Grumman Space Systems",
          "type": "Commercial"
        },
        {
          "id": 1020,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1020/?format=api",
          "name": "Sierra Nevada Corporation",
          "type": "Commercial"
        },
        {
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
          "name": "SpaceX",
          "type": "Commercial"
        }
      ],
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
      "start_date": "2008-12-23T00:00:00Z",
      "end_date": null,
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
      "mission_patches": [],
      "type": {
        "id": 2,
        "name": "Human Spaceflight"
      }
    }
  ]
}