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

{
    "id": 674,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/674/?format=api",
    "slug": "spacex-crs-26-science-highlights-media-teleconfere",
    "name": "SpaceX CRS-26 Science Highlights Media Teleconference",
    "updates": [],
    "last_updated": "2024-03-13T13:41:39Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA and SpaceX will hold a teleconference about scientific payloads that will be launched to the International Space Station onboard the SpaceX CRS-26 mission.",
    "webcast_live": false,
    "location": null,
    "news_url": "https://www.nasa.gov/mission_pages/station/research/news/ng-18-science-highlights",
    "video_url": "https://www.youtube.com/watch?v=imQC7Aaa0Js",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "Resupply Mission for NASA Carries Scientific Experiments to ISS",
            "description": "The 18th Northrop Grumman commercial resupply services mission for NASA to the International Space Station carries scientific investigations of topics such as 3D printing of knee cartilage, plant mutations, and mudflow structure along with a demonstration of camera technology and small satellites fr...",
            "feature_image": null,
            "url": "https://www.nasa.gov/mission_pages/station/research/news/ng-18-science-highlights",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "SpaceX CRS-26 Science Media Teleconference",
            "description": "NASA discusses the hardware, technology demonstrations, and science experiments headed to the International Space Station aboard SpaceX’s 26th commercial res...",
            "feature_image": "https://i.ytimg.com/vi/imQC7Aaa0Js/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=imQC7Aaa0Js",
            "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/crs-28_dragon_d_image_20230530191602.jpeg",
    "date": "2022-11-09T18:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "id": 11,
            "url": "https://lldev.thespacedevs.com/2.2.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.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                {
                    "id": 257,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/257/?format=api",
                    "name": "Northrop Grumman Space Systems",
                    "type": "Commercial"
                },
                {
                    "id": 1020,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1020/?format=api",
                    "name": "Sierra Nevada Corporation",
                    "type": "Commercial"
                },
                {
                    "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_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",
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        }
    ]
}