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

{
    "id": 855,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/855/?format=api",
    "slug": "h-2a-rocket-f47-rollout",
    "name": "H-2A Rocket F47 Rollout",
    "type": {
        "id": 27,
        "name": "Rollout"
    },
    "description": "The H-IIA launch vehicle is moved from the Vehicle Assembly Building to the launch pad.\r\nThe launch vehicle, which is approximately 53 meters long, is moved 500 meters to the launch pad in about 20 minutes from a standing position.",
    "location": "Tanegashima Space Center, Japan",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=3MbWoojn3fs",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/h-2a_rocket_f47_image_20230822142651.jpeg",
    "date": "2023-08-27T09:30:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}