API endpoint that allows all Events to be viewed.

FILTERS: 'type', 'type__ids', 'program', 'agency__ids', 'last_updated'

GET: Return a list of all Events

SEARCH EXAMPLE: /2.2.0/event/?search=Dragon Searches through name

ORDERING: Fields - 'date', 'last_updated' Example - /2.2.0/event/?ordering=-date

GET /2.2.0/event/560/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 560,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/560/?format=api",
    "slug": "boeing-starliner-oft-2-media-teleconference",
    "name": "Boeing Starliner OFT-2 Media Teleconference",
    "updates": [],
    "last_updated": "2024-03-05T17:30:57Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA and Boeing will hold a joint media teleconference to discuss the OFT-2 mission and provide an update on spacecraft readiness. The teleconference will include the following participants: Kathryn Lueders, associate administrator of NASA’s Space Operations Mission Directorate, Steve Stich, manager of the Commercial Crew Program, Joel Montalbano, manager of NASA’s International Space Station Program, Dr. Michelle Parker, vice president and deputy general manager of Space and Launch at Boeing, Mark Nappi, vice president and program manager of the CST-100 Starliner at Boeing.",
    "webcast_live": false,
    "location": null,
    "news_url": "https://www.nasa.gov/press-release/nasa-invites-media-to-cover-boeing-s-orbital-flight-test-2-mission",
    "video_url": "https://www.youtube.com/watch?v=-Jd6q1q1-T8",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "Invites Media to Cover Boeing’s Orbital Flight Test-2 Mission",
            "description": "Media accreditation is open for prelaunch and launch activities for NASA’s Boeing Orbital Flight Test-2 (OFT-2) mission to the International Space Station, the second uncrewed flight test of the company’s CST-100 Starliner spacecraft for the agency’s Commercial Crew Program.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-invites-media-to-cover-boeing-s-orbital-flight-test-2-mission",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Media Briefing: NASA-Boeing Orbital Flight Test-2 Mission Overview",
            "description": "",
            "feature_image": "https://i.ytimg.com/vi/-Jd6q1q1-T8/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=-Jd6q1q1-T8",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boeing_starline_image_20210721065053.jpeg",
    "date": "2022-05-03T16:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "id": 5,
            "url": "https://lldev.thespacedevs.com/2.2.0/program/5/?format=api",
            "name": "Commercial Crew Program",
            "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
            "agencies": [
                {
                    "id": 80,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/80/?format=api",
                    "name": "Boeing",
                    "type": "Commercial"
                },
                {
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                {
                    "id": 121,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "type": "Commercial"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
            "start_date": "2011-04-18T00:00:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program",
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        }
    ]
}