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

{
    "id": 849,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/849/?format=api",
    "slug": "rockon-launch",
    "name": "RockOn Launch",
    "updates": [
        {
            "id": 4883,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added event",
            "info_url": "https://twitter.com/nasa_wallops/status/1691899966527070328",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-17T03:31:16Z"
        },
        {
            "id": 4890,
            "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=f2kmaYtW_7s",
            "created_by": "LL2",
            "created_on": "2023-08-17T09:46:03Z"
        }
    ],
    "last_updated": "2024-08-20T18:54:09Z",
    "type": {
        "id": 31,
        "name": "Sounding Rocket Launch"
    },
    "description": "NASA's Wallops Flight Facility is scheduled to launch a sounding rocket for the RockOn mission on Thursday, Aug. 17, with a window of 10:00-14:00 UTC The rockets will carry multiple student experiments to suborbital space.\r\n\r\nThe mission had been postponed following an anomaly that occurred on the RockSat-X student sounding rocket launch on Wednesday, Aug. 16. Initial investigation shows that there was an issue with the RockSat-X second stage. The RockOn launch vehicle uses a different second stage, which has been cleared for flight.",
    "webcast_live": false,
    "location": "NASA's Wallops Flight Facility, Virginia",
    "news_url": "https://www.nasa.gov/feature/wallops/2023/double-header-nasa-sounding-rockets-to-launch-student-experiments",
    "video_url": "https://www.youtube.com/watch?v=f2kmaYtW_7s",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "Double Header: Sounding Rockets to Launch Student Experiments",
            "description": "NASA's Wallops Flight Facility is scheduled to launch two sounding rockets carrying student developed experiments for RockSat-X and RockOn/RockSat-C missions on Aug. 15.",
            "feature_image": null,
            "url": "https://www.nasa.gov/feature/wallops/2023/double-header-nasa-sounding-rockets-to-launch-student-experiments",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "RockOn Student Sounding Rocket Launch - Aug. 17, 2023",
            "description": "NASA's Wallops Flight Facility is scheduled to a sounding rocket for the RockOn student mission Wednesday, Aug. 16. The rockets will carry multiple student e...",
            "feature_image": "https://i.ytimg.com/vi/f2kmaYtW_7s/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=f2kmaYtW_7s",
            "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/rocksat-x_2526_image_20230810183225.jpeg",
    "date": "2023-08-17T10:00:00Z",
    "date_precision": {
        "id": 3,
        "name": "Morning",
        "abbrev": "AM",
        "description": "The T-0 is expected in the morning (local time)."
    },
    "duration": "PT18M10S",
    "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"
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}