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

{
    "id": 915,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/915/?format=api",
    "slug": "nova-c-im-1-lunar-landing",
    "name": "Nova-C IM-1 Lunar Landing",
    "updates": [
        {
            "id": 6193,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing.",
            "info_url": "https://twitter.com/wapodavenport/status/1743391354510561518",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-06T16:06:09Z"
        },
        {
            "id": 6533,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Landing planned on February 22 for the February launch window.",
            "info_url": "https://twitter.com/SpcPlcyOnline/status/1752796570494394538",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-31T23:29:24Z"
        },
        {
            "id": 6713,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing time.",
            "info_url": "https://twitter.com/int_machines/status/1759775095889756420",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-20T03:02:55Z"
        },
        {
            "id": 6763,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing time.",
            "info_url": "https://twitter.com/int_machines/status/1760442834329473383",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-21T23:33:50Z"
        },
        {
            "id": 6767,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing time.",
            "info_url": "https://twitter.com/Int_Machines/status/1760703551766933872",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-22T16:49:13Z"
        },
        {
            "id": 6769,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing time.",
            "info_url": "https://twitter.com/int_machines/status/1760748848991903878",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-22T19:35:23Z"
        },
        {
            "id": 6770,
            "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=Dg2ffigGcYM",
            "created_by": "LL2",
            "created_on": "2024-02-22T21:56:24Z"
        }
    ],
    "last_updated": "2024-03-05T17:27:33Z",
    "type": {
        "id": 7,
        "name": "Moon Landing"
    },
    "description": "Intuitive Machines Nova-C IM-1 lunar lander will attempt to land on the surface of the Moon.",
    "webcast_live": false,
    "location": "Moon",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=Dg2ffigGcYM",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "NASA",
            "title": "Intuitive Machines-1 Lunar Landing (Official NASA Broadcast)",
            "description": "NASA science is set to land on the Moon aboard Odysseus, Intuitive Machines’ uncrewed autonomous lander. Touchdown is now targeted for 6:24 p.m. EST (2324 UT...",
            "feature_image": "https://i.ytimg.com/vi/Dg2ffigGcYM/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=Dg2ffigGcYM",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-02-22T21:55:58Z",
            "end_time": "2024-02-22T23:43:18Z"
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nova-c_im-1_lun_image_20240123174657.jpeg",
    "date": "2024-02-22T23:24:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": "PT1H47M20S",
    "agencies": [
        {
            "id": 1067,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1067/?format=api",
            "name": "Intuitive Machines",
            "featured": false,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "IM",
            "description": "Intuitive Machines, Inc. is aAmerican company headquartered in Houston, Texas.\r\n\r\nThe company is completing its lunar program which will provide lunar surface access, lunar orbit delivery, and communications at lunar distance.",
            "administrator": "President: Steve Altemus",
            "founding_year": "2013",
            "launchers": "",
            "spacecraft": "Nova-C",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/intuitive2520machines_logo_20230820172043.png"
        },
        {
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "featured": true,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "NASA",
            "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
            "administrator": "Acting Administrator:  James Free",
            "founding_year": "1958",
            "launchers": "Space Shuttle | SLS",
            "spacecraft": "Orion",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "id": 24,
            "url": "https://lldev.thespacedevs.com/2.2.0/program/24/?format=api",
            "name": "Commercial Lunar Payload Services",
            "description": "Commercial Lunar Payload Services (CLPS) is a NASA program to contract transportation services able to send small robotic landers and rovers to the Moon's south polar region.",
            "agencies": [
                {
                    "id": 1069,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1069/?format=api",
                    "name": "Astrobotic Technology",
                    "type": "Private"
                },
                {
                    "id": 1067,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1067/?format=api",
                    "name": "Intuitive Machines",
                    "type": "Commercial"
                },
                {
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20231127193630.jpeg",
            "start_date": "2018-04-27T00:00:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/commercial-lunar-payload-services/",
            "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Lunar_Payload_Services",
            "mission_patches": [],
            "type": {
                "id": 5,
                "name": "Exploration"
            }
        }
    ]
}