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

{
    "id": 13,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/13/?format=api",
    "slug": "beresheet-moon-landing",
    "name": "Beresheet Moon Landing",
    "updates": [],
    "last_updated": "2024-03-05T17:28:32Z",
    "type": {
        "id": 7,
        "name": "Moon Landing"
    },
    "description": "The Israeli spacecraft's main engine failed during descent, leading to a crash on the Moon surface.",
    "webcast_live": false,
    "location": "Moon",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=HMdUcchBYRA&feature=youtu.be",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "LIVE broadcast - Beresheet lands on the Moon Fasten your seatbelts, we are about to land.",
            "description": "Landing the 1st Israeli spacecraft on the moon",
            "feature_image": "https://i.ytimg.com/vi/HMdUcchBYRA/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=HMdUcchBYRA&feature=youtu.be",
            "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/beresheet2520moon2520landing_image_20190408132015.jpg",
    "date": "2019-04-11T19:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}