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

{
  "id": 947,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/947/?format=api",
  "slug": "nova-c-im-1-post-landing-media-teleconference",
  "name": "Nova-C IM-1 Post Landing Media Teleconference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "NASA and Intuitive Machines will host a televised news conference at 5 p.m. EST Friday, Feb. 23, to detail the Odysseus lander’s historic soft Moon landing.\r\n\r\nParticipants in the news conference include:\r\n\r\n- Joel Kearns, Exploration, Science Mission Directorate\r\n- Prasun Desai, Space Technology Mission Directorate\r\n- Steve Altemus, CEO, Intuitive Machines\r\n- Tim Crain, CTO , Intuitive Machines",
  "location": "Online",
  "news_url": "https://www.nasa.gov/news-release/nasa-intuitive-machines-to-discuss-historic-moon-mission-today/",
  "video_url": "https://www.youtube.com/watch?v=ZWEwR8fscFY",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/nova-c_im-1_pos_image_20240223155229.jpeg",
  "date": "2024-02-23T22:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": [
    {
      "id": 24,
      "url": "https://lldev.thespacedevs.com/2.0.0/program/24/?format=api",
      "name": "Commercial Lunar Payload Services",
      "description": "Commercial Lunar Payload Services (CLPS) is a NASA program to contract transportation services able to send small robotic landers and rovers to the Moon's south polar region.",
      "agencies": [
        {
          "id": 1069,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1069/?format=api",
          "name": "Astrobotic Technology",
          "type": "Private"
        },
        {
          "id": 1067,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1067/?format=api",
          "name": "Intuitive Machines",
          "type": "Commercial"
        },
        {
          "id": 44,
          "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "type": "Government"
        }
      ],
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20231127193630.jpeg",
      "start_date": "2018-04-27T00:00:00Z",
      "end_date": null,
      "info_url": "https://www.nasa.gov/commercial-lunar-payload-services/",
      "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Lunar_Payload_Services"
    }
  ]
}