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

{
    "id": 146,
    "url": "https://ll.thespacedevs.com/2.2.0/event/146/?format=api",
    "slug": "starship-hopper-wet-dress-rehearsal-3",
    "name": "Starship Hopper Wet Dress Rehearsal",
    "updates": [],
    "last_updated": "2024-03-05T17:21:48Z",
    "type": {
        "id": 22,
        "name": "Wet Dress Rehearsal"
    },
    "description": "The Starhopper prototype has successfully performed a wet dress rehearsal.",
    "webcast_live": false,
    "location": "Boca Chica, Texas",
    "news_url": null,
    "video_url": "https://youtu.be/vOUrIPebGlI",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtu.be",
            "publisher": null,
            "title": "SpaceX's StarHopper Venting - April 1, 2019",
            "description": "Via @BocaChicaGal (uploaded on her behalf)UPDATES:https://forum.nasaspaceflight.com/index.php?topic=47120.0",
            "feature_image": "https://i.ytimg.com/vi/vOUrIPebGlI/maxresdefault.jpg",
            "url": "https://youtu.be/vOUrIPebGlI",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/starship_hopper_image_20200821071216.png",
    "date": "2019-04-01T21:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "id": 1,
            "url": "https://ll.thespacedevs.com/2.2.0/program/1/?format=api",
            "name": "SpaceX Starship",
            "description": "The SpaceX Starship is a fully reusable super heavy-lift launch vehicle under development by SpaceX since 2012, as a self-funded private spaceflight project.  The second stage of the Starship — is designed as a long-duration cargo and passenger-carrying spacecraft. It is expected to be initially used without any booster stage at all, as part of an extensive development program to prove out launch-and-landing and iterate on a variety of design details, particularly with respect to the vehicle's atmospheric reentry.",
            "agencies": [
                {
                    "id": 121,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
                    "name": "SpaceX",
                    "type": "Commercial"
                }
            ],
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/spacex2520star_program_20201129204513.png",
            "start_date": "2019-03-01T05:00:00Z",
            "end_date": null,
            "info_url": "https://www.spacex.com/vehicles/starship/",
            "wiki_url": "https://en.wikipedia.org/wiki/SpaceX_Starship",
            "mission_patches": [],
            "type": {
                "id": 7,
                "name": "Technology"
            }
        }
    ]
}