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

{
    "id": 925,
    "url": "https://lldev.thespacedevs.com/2.0.0/event/925/?format=api",
    "slug": "ng-20-science-media-briefing",
    "name": "NG-20 Science Media Briefing",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "The International Space Station National Lab will host a science webinar with the following participants:\r\n\r\n- Lisa Carnell, director, NASA’s Biological and Physical Sciences Division\r\n- Meg Everett, deputy scientist, NASA’s International Space Station Program\r\n- Shane Farritor, co-founder and chief scientific officer, Virtual Incision Corporation\r\n- Mark Fernandez, principal investigator of Spaceborne Computer-2, Hewlett Packard Enterprise\r\n- Mary Murphy, director of programs, Nanoracks\r\n- Michael Roberts, chief scientific officer, International Space Station National Lab\r\n- Nicole Wagner, chief executive officer, LambdaVision\r\n- Abba Zubair, medical director, Mayo Clinic",
    "location": null,
    "news_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-northrop-grumman-cargo-space-station-mission/",
    "video_url": "https://www.youtube.com/watch?v=Hh7C3AdkNNU",
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ng-20_science_m_image_20240125082159.jpeg",
    "date": "2024-01-26T18:00:00Z",
    "launches": [],
    "expeditions": [],
    "spacestations": [
        {
            "id": 4,
            "url": "https://lldev.thespacedevs.com/2.0.0/spacestation/4/?format=api",
            "name": "International Space Station",
            "status": {
                "id": 1,
                "name": "Active"
            },
            "founded": "1998-11-20",
            "description": "The International Space Station (ISS) is a space station, or a habitable artificial satellite, in low Earth orbit. Its first component was launched into orbit in 1998, with the first long-term residents arriving in November 2000. It has been inhabited continuously since that date. The last pressurised module was fitted in 2011, and an experimental inflatable space habitat was added in 2016. The station is expected to operate until 2030. Development and assembly of the station continues, with several new elements scheduled for launch in 2019. The ISS is the largest human-made body in low Earth orbit and can often be seen with the naked eye from Earth. The ISS consists of pressurised habitation modules, structural trusses, solar arrays, radiators, docking ports, experiment bays and robotic arms. ISS components have been launched by Russian Proton and Soyuz rockets, and American Space Shuttles.",
            "orbit": "Low Earth Orbit",
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2520space2520station_image_20190220215716.jpeg"
        }
    ],
    "program": [
        {
            "id": 11,
            "url": "https://lldev.thespacedevs.com/2.0.0/program/11/?format=api",
            "name": "Commercial Resupply Services",
            "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
            "agencies": [
                {
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                {
                    "id": 257,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/257/?format=api",
                    "name": "Northrop Grumman Space Systems",
                    "type": "Commercial"
                },
                {
                    "id": 1020,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1020/?format=api",
                    "name": "Sierra Nevada Corporation",
                    "type": "Commercial"
                },
                {
                    "id": 121,
                    "url": "https://lldev.thespacedevs.com/2.0.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "type": "Commercial"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20201129212219.png",
            "start_date": "2008-12-23T00:00:00Z",
            "end_date": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services"
        }
    ]
}