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

{
    "id": 35,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/35/?format=api",
    "slug": "hayabusa-2-sample-returns-to-earth",
    "name": "Hayabusa-2 Sample Returns to Earth",
    "updates": [],
    "last_updated": "2024-03-05T17:29:27Z",
    "type": {
        "id": 9,
        "name": "Spacecraft Landing"
    },
    "description": "When Hayabusa-2 flies past Earth in December 2020, it will release the capsule spinning at one revolution per three seconds. The capsule will re-enter the Earth's atmosphere at 12 km/s and it will deploy a radar-reflective parachute at an altitude of about 10 km, and eject its heat-shield, while transmitting a position beacon signal. The sample capsule will land at the Woomera Test Range in Australia.",
    "webcast_live": false,
    "location": "Earth",
    "news_url": "https://en.wikipedia.org/wiki/Hayabusa2",
    "video_url": "https://www.youtube.com/watch?v=Dq_6FRV91Hs",
    "info_urls": [
        {
            "priority": 10,
            "source": "en.wikipedia.org",
            "title": "Hayabusa2 - Wikipedia",
            "description": "Hayabusa2 (Japanese: はやぢさ2, 'Peregrine falcon 2') is an asteroid sample-return mission operated by the Japanese state space agency JAXA. It is a successor to the Hayabusa mission, which returned asteroid samples for the first time in June 2010.[10] Hayabusa2 was launched on 3 December 2014 and rende...",
            "feature_image": null,
            "url": "https://en.wikipedia.org/wiki/Hayabusa2",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Mission Control Live:Hayabusa2 Capsule Reentry Operation",
            "description": "",
            "feature_image": "https://i.ytimg.com/vi/Dq_6FRV91Hs/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=Dq_6FRV91Hs",
            "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/hayabusa-22520sample2520returns2520to2520earth_image_20190729040322.jpg",
    "date": "2020-12-05T17:52:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}