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

{
    "id": 33,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/33/?format=api",
    "slug": "chandrayaan-2-lunar-landing",
    "name": "Chandrayaan-2 Lunar Landing",
    "updates": [],
    "last_updated": "2024-03-05T17:28:37Z",
    "type": {
        "id": 7,
        "name": "Moon Landing"
    },
    "description": "Chandrayaan-2 is India's second lunar exploration mission after Chandrayaan-1. Developed by the Indian Space Research Organisation, the mission was launched from the second launch pad at Satish Dhawan Space Centre on 22 July 2019 at 2.43 PM IST to the Moon by a Geosynchronous Satellite Launch Vehicle Mark III\r\n\r\nUnfortunately the lander portion of the mission ended in failure as the lander was lost on descent.",
    "webcast_live": false,
    "location": "Lunar Surface",
    "news_url": "https://en.wikipedia.org/wiki/Chandrayaan-2",
    "video_url": "https://www.youtube.com/watch?v=2srV-bEi_DU",
    "info_urls": [
        {
            "priority": 10,
            "source": "en.wikipedia.org",
            "title": "Chandrayaan-2 - Wikipedia",
            "description": "Chandrayaan-2 ( \"mooncraft\"; ) is the second lunar exploration mission developed by the Indian Space Research Organisation (ISRO), after Chandrayaan-1. It consists of a lunar orbiter, and formerly included the Vikram lander and the Pragyan rover, all of which were developed in India. The main scient...",
            "feature_image": null,
            "url": "https://en.wikipedia.org/wiki/Chandrayaan-2",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Chandrayaan 2 - Landing on Moon - LIVE from MOX-ISTRAC, Peenya, Bengaluru",
            "description": "#Chandrayaan2 #ISRO #Chandrayan2 #Chandrayan #ISROMissionsIndia to make history with the landing of the Chandrayaan 2 spacecraft by reaching Moon’s South Pol...",
            "feature_image": "https://i.ytimg.com/vi/2srV-bEi_DU/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=2srV-bEi_DU",
            "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/chandrayaan-22520lunar2520landing_image_20190726141737.jpg",
    "date": "2019-09-06T19:55:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}