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

{
    "id": 19,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/19/?format=api",
    "slug": "hayabusa2-second-sample-collection-from-ryugu",
    "name": "Hayabusa2 Second sample collection from Ryugu",
    "updates": [],
    "last_updated": "2024-03-05T17:28:34Z",
    "type": {
        "id": 6,
        "name": "Spacecraft Event"
    },
    "description": "On July 11 the second sample collection from the asteroid 'Ryugu' will occur.\r\n\r\nThe location is about 20m north of the artificial crater formed by the Small Carry-on Impactor earlier this year.",
    "webcast_live": false,
    "location": "162173 Ryugu",
    "news_url": "http://www.hayabusa2.jaxa.jp/en/",
    "video_url": "https://www.youtube.com/watch?v=hnJX9obXzPU&",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.hayabusa2.jaxa.jp",
            "title": "JAXA Hayabusa2 Project",
            "description": "Web site of the asteroid explorer Hayabusa2 project.",
            "feature_image": null,
            "url": "http://www.hayabusa2.jaxa.jp/en/",
            "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\" 2nd Touchdown Operation(PPTD)",
            "description": "",
            "feature_image": "https://i.ytimg.com/vi/hnJX9obXzPU/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=hnJX9obXzPU&",
            "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/hayabusa22520second2520sample2520collection2520from2520ryugu_image_20190629002325.jpg",
    "date": "2019-07-11T00:30:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}