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

{
    "id": 990,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/990/?format=api",
    "slug": "nasa-prefire-pre-launch-press-conference",
    "name": "NASA Prefire Pre-Launch Press Conference",
    "updates": [
        {
            "id": 7530,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-discuss-new-polar-climate-mission-during-media-teleconference/",
            "created_by": "hitura-nobad",
            "created_on": "2024-05-14T11:34:11Z"
        },
        {
            "id": 7541,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=qsnRgsRWjVc",
            "created_by": "LL2",
            "created_on": "2024-05-15T18:59:02Z"
        }
    ],
    "last_updated": "2024-05-15T19:29:20Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA is hosting a media call to discuss the agency’s PREFIRE (Polar Radiant Energy in the Far-InfraRed Experiment) mission, which aims to improve life on Earth by studying heat loss from Earth’s polar regions and provide information on our changing climate.\r\n\r\nParticipants include:\r\n\r\n- Karen St. Germain, director, Earth Science Division, NASA Headquarters in Washington\r\n- Mary White, project manager, PREFIRE, NASA’s Jet Propulsion Laboratory, Southern California\r\n- Tristan L’Ecuyer, principal investigator, PREFIRE, University of Wisconsin-Madison\r\n- Peter Beck, CEO and founder, Rocket Lab",
    "webcast_live": false,
    "location": "Online",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=qsnRgsRWjVc",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "NASA Video",
            "title": "NASA’s New Polar Climate Mission PREFIRE Pre-launch (May 15, 2024)",
            "description": "NASA is hosting a media call to discuss the agency’s PREFIRE (Polar Radiant Energy in the Far-InfraRed Experiment) mission, which aims to improve life on Ear...",
            "feature_image": "https://i.ytimg.com/vi/qsnRgsRWjVc/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=qsnRgsRWjVc",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-05-15T18:58:46Z",
            "end_time": "2024-05-15T19:28:34Z"
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/render_of_prefi_image_20240514113358.jpg",
    "date": "2024-05-15T19:00:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": "PT29M48S",
    "agencies": [
        {
            "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"
        },
        {
            "id": 147,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/147/?format=api",
            "name": "Rocket Lab",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "RL",
            "description": "Rocket Lab is an American aerospace manufacturer with a wholly owned New Zealand subsidiary. The company develops lightweight, cost-effective commercial rocket launch services. The Electron Program was founded on the premise that small payloads such as CubeSats require dedicated small launch vehicles and flexibility not currently offered by traditional rocket systems. Its rocket, the Electron, is a light-weight rocket and is now operating commercially. The company is also producing a variety of spacecrafts and spacecrafts components.",
            "administrator": "CEO: Peter Beck",
            "founding_year": "2006",
            "launchers": "Electron",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_image_20190207032456.jpeg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_logo_20220218075411.png"
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}