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

{
    "id": 952,
    "url": "https://ll.thespacedevs.com/2.2.0/event/952/?format=api",
    "slug": "solar-eclipse-sounding-rocket-launches",
    "name": "Solar Eclipse Sounding Rocket Launches",
    "updates": [
        {
            "id": 7231,
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Wallops has started",
            "info_url": "https://www.youtube.com/watch?v=eqzUSLUAGE0",
            "created_by": "LL2",
            "created_on": "2024-04-08T18:30:45Z"
        },
        {
            "id": 6821,
            "profile_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": null,
            "created_by": "hitura-nobad",
            "created_on": "2024-02-28T10:25:55Z"
        }
    ],
    "last_updated": "2024-04-09T02:51:40Z",
    "type": {
        "id": 31,
        "name": "Sounding Rocket Launch"
    },
    "description": "NASA will launch three sounding rockets for the Atmospheric Perturbations around the Eclipse Path (APEP) mission from NASA's Wallops Flight Facility during the April 8 total solar eclipse. The mission will study how the sudden drop in sunlight affects our upper atmosphere during the eclipse.",
    "webcast_live": false,
    "location": "Wallops Flight Facility, Virginia",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=eqzUSLUAGE0",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "NASA Wallops",
            "title": "Solar Eclipse Sounding Rocket Launches from NASA Wallops Flight Facility (Official Broadcast)",
            "description": "NASA will launch three sounding rockets for the Atmospheric Perturbations around the Eclipse Path (APEP) mission from NASA's Wallops Flight Facility during t...",
            "feature_image": "https://i.ytimg.com/vi/eqzUSLUAGE0/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=eqzUSLUAGE0",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-04-08T18:29:47Z",
            "end_time": "2024-04-09T02:50:49Z"
        }
    ],
    "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/solar_eclipse_s_image_20240228102551.jpeg",
    "date": "2024-04-08T18:40:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": "PT8H21M2S",
    "agencies": [
        {
            "id": 44,
            "url": "https://ll.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": "Administrator: Bill Nelson",
            "founding_year": "1958",
            "launchers": "Space Shuttle | SLS",
            "spacecraft": "Orion",
            "parent": null,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
            "logo_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}