API endpoint that allows all Events to be viewed.

GET: Return a list of all Events

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

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

{
  "id": 586,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/586/?format=api",
  "slug": "spacex-crs-25-science-highlights-media-teleconfere",
  "name": "SpaceX CRS-25 Science Highlights Media Teleconference",
  "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.",
  "location": null,
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=s_RPCYriPMU",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/crs-28_dragon_d_image_20230530191602.jpeg",
  "date": "2022-06-02T17:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": [
    {
      "id": 11,
      "url": "https://lldev.thespacedevs.com/2.0.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.0.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        },
        {
          "id": 257,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/257/?format=api",
          "name": "Northrop Grumman Space Systems",
          "type": "Commercial"
        },
        {
          "id": 1020,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1020/?format=api",
          "name": "Sierra Nevada Corporation",
          "type": "Commercial"
        },
        {
          "id": 121,
          "url": "https://lldev.thespacedevs.com/2.0.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"
    }
  ]
}