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

{
    "id": 1010,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/1010/?format=api",
    "slug": "change-6-sample-returns-to-earth",
    "name": "Chang'e 6 Sample Returns to Earth",
    "updates": [
        {
            "id": 7932,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing per landing zone NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2602177#msg2602177",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-24T19:14:44Z"
        },
        {
            "id": 7935,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by CGTN has started",
            "info_url": "https://www.youtube.com/watch?v=WLmKmo5WmWg",
            "created_by": "LL2",
            "created_on": "2024-06-25T05:31:21Z"
        }
    ],
    "last_updated": "2024-06-25T06:57:39Z",
    "type": {
        "id": 9,
        "name": "Spacecraft Landing"
    },
    "description": "The Chang'e 6 sample-return capsule will enter the Earth's atmosphere and land in Dorbod Banner, Inner Mongolia.",
    "webcast_live": false,
    "location": "Dorbod Banner, Inner Mongolia, China",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=WLmKmo5WmWg",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "CGTN",
            "title": "Live: Special coverage of Chang'e-6 lunar probe’s return",
            "description": "The Chang’e-6 mission has entered the final stretch of its 53-day quest to collect samples from the far side of the moon. Join CGTN’s special live coverage o...",
            "feature_image": "https://i.ytimg.com/vi/WLmKmo5WmWg/hqdefault.jpg",
            "url": "https://www.youtube.com/watch?v=WLmKmo5WmWg",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-06-25T05:30:22Z",
            "end_time": "2024-06-25T06:57:26Z"
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chang2527e_5_s_image_20201122182407.png",
    "date": "2024-06-25T05:50:00Z",
    "date_precision": {
        "id": 2,
        "name": "Hour",
        "abbrev": "HR",
        "description": "The T-0 is accurate to the hour."
    },
    "duration": "PT1H27M4S",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "id": 18,
            "url": "https://lldev.thespacedevs.com/2.2.0/program/18/?format=api",
            "name": "Chinese Lunar Exploration Program",
            "description": "The Chinese Lunar Exploration Program also known as the Chang'e Project after the Chinese moon goddess Chang'e, is an ongoing series of robotic Moon missions by the China National Space Administration (CNSA). The program incorporates lunar orbiters, landers, rovers and sample return spacecraft, launched using Long March rockets.",
            "agencies": [
                {
                    "id": 17,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/17/?format=api",
                    "name": "China National Space Administration",
                    "type": "Government"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chinese2520lun_program_20201129190923.png",
            "start_date": "2003-01-01T00:00:00Z",
            "end_date": null,
            "info_url": null,
            "wiki_url": "https://en.wikipedia.org/wiki/Chinese_Lunar_Exploration_Program",
            "mission_patches": [],
            "type": {
                "id": 5,
                "name": "Exploration"
            }
        }
    ]
}