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

{
    "id": 112,
    "url": "https://ll.thespacedevs.com/2.2.0/event/112/?format=api",
    "slug": "virgin-galactic-spaceship-cabin-reveal",
    "name": "Virgin Galactic Spaceship Cabin Reveal",
    "updates": [],
    "last_updated": "2024-03-05T17:28:42Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Virgin Galactic will unveil the cabin interior design of their spaceship during a live-streamed event featuring a virtual walkthrough.",
    "webcast_live": false,
    "location": null,
    "news_url": "https://www.virgingalactic.com/articles/virgin-galactic-announces-date-for-worlds-first-virtual-reveal-of-spaceship-cabin-design/",
    "video_url": "https://youtu.be/LC286Dnq4M4",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.virgingalactic.com",
            "title": "Virgin Galactic",
            "description": "Virgin Galactic is launching a new space age, where all are invited along for the ride.",
            "feature_image": null,
            "url": "https://www.virgingalactic.com/articles/virgin-galactic-announces-date-for-worlds-first-virtual-reveal-of-spaceship-cabin-design/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtu.be",
            "publisher": null,
            "title": "Virgin Galactic Spaceship Cabin Design Reveal",
            "description": "Join a virtual walkthrough of SpaceShipTwo Unity's cabin, curated by our design team.Want to fly to space with us? Join our community of Spacefarers to take ...",
            "feature_image": "https://i.ytimg.com/vi/LC286Dnq4M4/maxresdefault.jpg",
            "url": "https://youtu.be/LC286Dnq4M4",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/virgin_galactic_image_20200707144137.jpeg",
    "date": "2020-07-28T17:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}