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

{
    "id": 60,
    "url": "https://ll.thespacedevs.com/2.2.0/event/60/?format=api",
    "slug": "70th-international-astronautical-congress",
    "name": "70th International Astronautical Congress",
    "updates": [],
    "last_updated": "2024-03-05T17:22:22Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "The International Astronautical Congress is a yearly conference where key figures in the space industry meet and showcase/discuss events in the spaceflight industry.\r\n\r\nThe event lasts starts on 21st October and lasts a week. Some of the panels will be live streamed for free on NASA TV.",
    "webcast_live": false,
    "location": "Washington D.C, United States",
    "news_url": "https://www.iac2019.org/",
    "video_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.iac2019.org",
            "title": "IAC2019 - News related Celebrity gossips, Net Worth, upcoming Entertaining Movies and Anime.",
            "description": "News related Celebrity gossips, Net Worth, upcoming Entertaining Movies and Anime.",
            "feature_image": null,
            "url": "https://www.iac2019.org/",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "NASA Live: Official Stream of NASA TV",
            "description": "Direct from America's space program to YouTube, watch NASA TV live streaming here to get the latest from our exploration of the universe and learn how we dis...",
            "feature_image": "https://i.ytimg.com/vi/21X5lGlDOfg/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "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/70th2520international2520astronautical2520congress_image_20191019002059.png",
    "date": "2019-10-25T21:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}