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

{
  "id": 515,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/515/?format=api",
  "slug": "axiom-1-crew-press-conference",
  "name": "Axiom-1 Crew Press Conference",
  "type": {
    "id": 20,
    "name": "Press Event"
  },
  "description": "Axiom Space are holding a press conference with the Ax-1 crew.",
  "location": null,
  "news_url": null,
  "video_url": "https://www.youtube.com/watch?v=B-ep_mhPE7o",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/axiom-1_crew_pr_image_20220401171605.jpeg",
  "date": "2022-04-01T18:00:00Z",
  "launches": [
    {
      "id": "a3eeb03b-a209-4255-91b5-772dc0d2150e",
      "url": "https://lldev.thespacedevs.com/2.0.0/launch/a3eeb03b-a209-4255-91b5-772dc0d2150e/?format=api",
      "launch_library_id": 2048,
      "slug": "falcon-9-block-5-axiom-space-mission-1",
      "name": "Falcon 9 Block 5 | Axiom Space Mission 1",
      "status": {
        "id": 3,
        "name": "Success"
      },
      "net": "2022-04-08T15:17:11Z",
      "window_end": "2022-04-08T15:17:11Z",
      "window_start": "2022-04-08T15:17:11Z",
      "inhold": false,
      "tbdtime": false,
      "tbddate": false,
      "probability": 90,
      "holdreason": "",
      "failreason": "",
      "hashtag": "#AX1",
      "launch_service_provider": {
        "id": 121,
        "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
        "name": "SpaceX",
        "type": "Commercial"
      },
      "rocket": {
        "id": 2693,
        "configuration": {
          "id": 164,
          "launch_library_id": 188,
          "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/164/?format=api",
          "name": "Falcon 9",
          "family": "Falcon",
          "full_name": "Falcon 9 Block 5",
          "variant": "Block 5"
        }
      },
      "mission": {
        "id": 1099,
        "launch_library_id": 1296,
        "name": "Axiom Space Mission 1",
        "description": "This is a Crew Dragon flight for a private company Axiom Space. The mission will carry a commander professionally trained by Axiom alongside three private astronauts to and from the International Space Station. This crew will stay aboard space station for  at least eight days.",
        "launch_designator": null,
        "type": "Tourism",
        "orbit": {
          "id": 8,
          "name": "Low Earth Orbit",
          "abbrev": "LEO"
        }
      },
      "pad": {
        "id": 87,
        "url": "https://lldev.thespacedevs.com/2.0.0/pad/87/?format=api",
        "agency_id": 121,
        "name": "Launch Complex 39A",
        "info_url": null,
        "wiki_url": "https://en.wikipedia.org/wiki/Kennedy_Space_Center_Launch_Complex_39#Launch_Pad_39A",
        "map_url": "https://www.google.com/maps?q=28.60822681,-80.60428186",
        "latitude": "28.60822681",
        "longitude": "-80.60428186",
        "location": {
          "id": 27,
          "url": "https://lldev.thespacedevs.com/2.0.0/location/27/?format=api",
          "name": "Kennedy Space Center, FL, USA",
          "country_code": "USA",
          "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/location_27_20200803142447.jpg",
          "total_launch_count": 281,
          "total_landing_count": 0
        },
        "map_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/map_images/pad_87_20200803143537.jpg",
        "total_launch_count": 222
      },
      "webcast_live": false,
      "image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20220407135314.jpg",
      "infographic": null,
      "program": [
        {
          "id": 32,
          "url": "https://lldev.thespacedevs.com/2.0.0/program/32/?format=api",
          "name": "Axiom Private Spaceflight",
          "description": "Axiom Space provides human spaceflight missions to the International Space Station. \r\nThe company sent its first commercial astronauts into orbit in 2022. It also plans human spaceflight for government-funded and commercial astronauts engaging in in-space research, in-space manufacturing, and space exploration.",
          "agencies": [
            {
              "id": 1022,
              "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1022/?format=api",
              "name": "Axiom Space",
              "type": "Private"
            }
          ],
          "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/axiom2520priva_program_20231231100427.jpeg",
          "start_date": "2022-04-08T00:00:00Z",
          "end_date": null,
          "info_url": "https://www.axiomspace.com/missions/",
          "wiki_url": "https://en.wikipedia.org/wiki/Axiom_Space#Missions"
        }
      ]
    }
  ],
  "expeditions": [],
  "spacestations": [],
  "program": []
}