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

{
    "id": 919,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/919/?format=api",
    "slug": "axiom-3-prelaunch-news-conference",
    "name": "Axiom-3 Prelaunch News Conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "The prelaunch news conference will focus on final preparations for the Ax-3 mission. It will discuss the results of the Launch Readiness Review, which evaluates the mission hardware and its readiness for launch.\r\n\r\nParticipants include:\r\n\r\n- Dana Weigel, deputy manager, NASA’s International Space Station Program\r\n- Angela Hart, manager, NASA’s Commercial Low Earth Orbit Development Program-\r\n- Derek Hassmann, chief of mission integration and operations, Axiom Space\r\n- Benji Reed, senior director, Human Spaceflight Programs, SpaceX\r\n- Arlena Moses, launch weather officer, 45th Weather Squadron, U.S. Space Force",
    "location": "Online",
    "news_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-axiom-mission-3-briefing-events-broadcast/",
    "video_url": "https://www.youtube.com/watch?v=yoi7TETIo2c",
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/axiom_mission_3_image_20231209144949.jpeg",
    "date": "2024-01-17T01:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "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"
        }
    ]
}