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

{
  "id": 864,
  "url": "https://lldev.thespacedevs.com/2.0.0/event/864/?format=api",
  "slug": "ariane-6-full-duration-static-fire",
  "name": "Ariane 6 Full-Duration Static Fire",
  "type": {
    "id": 5,
    "name": "Static Fire"
  },
  "description": "The Ariane 6 combined tests article will perform a full 8-minutes duration static fire of its core stage as part of the launcher's qualification campaign.",
  "location": "Guiana Space Centre, French Guiana",
  "news_url": "https://www.esa.int/Enabling_Support/Space_Transportation/Ariane/Watch_live_Ariane_6_eight-minute_hot-fire_test",
  "video_url": "https://www.youtube.com/watch?v=HGoQhepVUio",
  "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_6_image_20240125142128.jpeg",
  "date": "2023-11-23T20:00:00Z",
  "launches": [],
  "expeditions": [],
  "spacestations": [],
  "program": []
}