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

{
    "id": 920,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/920/?format=api",
    "slug": "peregrine-mission-one-status-teleconference",
    "name": "Peregrine Mission One Status Teleconference",
    "updates": [
        {
            "id": 6423,
            "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=_8r6gTFXH1k",
            "created_by": "LL2",
            "created_on": "2024-01-19T17:59:21Z"
        }
    ],
    "last_updated": "2024-03-13T13:37:38Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Astrobotic will hold a media teleconference to discuss updates on their Peregrine Mission One, which is carrying payloads as part of NASA0s Commercial Lunar Provider Services (CLPS) initiative.",
    "webcast_live": false,
    "location": "Online",
    "news_url": "https://www.nasa.gov/news-release/nasa-to-join-astrobotics-media-call-on-peregrine-mission-one-status/",
    "video_url": "https://www.youtube.com/watch?v=_8r6gTFXH1k",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "to Join Astrobotic’s Media Call on Peregrine Mission One Status",
            "description": "NASA will join an Astrobotic media teleconference at 12 p.m. EST, Thursday, Jan. 18, to discuss updates on their Peregrine Mission One, which is carrying",
            "feature_image": null,
            "url": "https://www.nasa.gov/news-release/nasa-to-join-astrobotics-media-call-on-peregrine-mission-one-status/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "NASA Video",
            "title": "Astrobotic Peregrine Mission One Update (Jan. 19, 2024)",
            "description": "Astrobotic holds a virtual audio-only media teleconference with NASA participation for an update on Astrobotic’s Peregrine Mission One as part of the agency’...",
            "feature_image": "https://i.ytimg.com/vi/_8r6gTFXH1k/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=_8r6gTFXH1k",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-01-19T17:58:21Z",
            "end_time": "2024-01-19T19:17:31Z"
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/peregrine_scien_image_20231228153027.jpg",
    "date": "2024-01-19T18:15:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": "PT1H19M10S",
    "agencies": [
        {
            "id": 1069,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/1069/?format=api",
            "name": "Astrobotic Technology",
            "featured": false,
            "type": "Private",
            "country_code": "USA",
            "abbrev": "Astrobotic",
            "description": "Astrobotic Technology is an American private company that is developing space robotics technology for lunar and planetary missions.",
            "administrator": "CEO:  John Thornton",
            "founding_year": "2007",
            "launchers": "",
            "spacecraft": "Peregrine",
            "parent": null,
            "image_url": null,
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astrobotic2520technology_logo_20230820172908.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"
            }
        }
    ]
}