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

{
    "id": 780,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/780/?format=api",
    "slug": "chandrayaan-3-lunar-landing",
    "name": "Chandrayaan-3 Lunar Landing",
    "updates": [
        {
            "id": 4583,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing time.",
            "info_url": "https://twitter.com/chethan_dash/status/1679676412608004096",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-07-14T04:55:41Z"
        },
        {
            "id": 4939,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked landing time.",
            "info_url": "https://twitter.com/isro/status/1693181653273940240",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-08-20T12:54:24Z"
        },
        {
            "id": 4971,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=DLA_64yz8Ss",
            "created_by": "LL2",
            "created_on": "2023-08-23T11:48:34Z"
        }
    ],
    "last_updated": "2024-03-05T17:26:13Z",
    "type": {
        "id": 7,
        "name": "Moon Landing"
    },
    "description": "The Chandrayaan-3 lander and rover have successfully landed on the lunar surface.",
    "webcast_live": false,
    "location": "Lunar Surface",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=DLA_64yz8Ss",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Chandrayaan-3 Mission Soft-landing LIVE Telecast",
            "description": "Chandrayaan-3 Mission Soft-landing LIVE Telecast",
            "feature_image": "https://i.ytimg.com/vi/DLA_64yz8Ss/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=DLA_64yz8Ss",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chandrayaan-3_l_image_20230522104942.jpg",
    "date": "2023-08-23T12:34:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": "PT1H11M3S",
    "agencies": [
        {
            "id": 31,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/31/?format=api",
            "name": "Indian Space Research Organization",
            "featured": true,
            "type": "Government",
            "country_code": "IND",
            "abbrev": "ISRO",
            "description": "The Indian Space Research Organisation (ISRO) is the space agency of the Government of India headquartered in the city of Bangalore. Its vision is to \"harness space technology for national development while pursuing space science research and planetary exploration.\"",
            "administrator": "Chairman: V. Narayanan",
            "founding_year": "1969",
            "launchers": "PSLV | GSLV",
            "spacecraft": "Gaganyaan",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_image_20190215225409.jpeg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/indian2520space2520research2520organization_logo_20190215225409.png"
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}