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

{
    "id": 40,
    "url": "https://ll.thespacedevs.com/2.2.0/event/40/?format=api",
    "slug": "linkspace-rlv-t5-300m-hop",
    "name": "LinkSpace RLV-T5 | 300m Hop",
    "updates": [],
    "last_updated": "2024-03-05T17:28:39Z",
    "type": {
        "id": 14,
        "name": "Test Flight"
    },
    "description": "LinkSpace is a private Chinese spaceflight company developing re-usable first stages.\r\n\r\nThis flight of the RLV-T5 vehicle will fly to approximately 300 meters, then propulsively land. This follows the successful prior flight.\r\n\r\n\r\n\r\nImage Credit: Linkspace",
    "webcast_live": false,
    "location": "Cold Lake Town, Haixi County, Qinghai Province",
    "news_url": "https://www.douyu.com/cms/new_list/201908/08/11053.shtml",
    "video_url": "https://www.douyu.com/7305473",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.douyu.com",
            "title": "斗鱼超级火箭计划——中国首个公里级可回收火箭发射直播 - 斗鱼",
            "description": "",
            "feature_image": null,
            "url": "https://www.douyu.com/cms/new_list/201908/08/11053.shtml",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.douyu.com",
            "publisher": null,
            "title": "斗鱼超级火箭直播_直播_斗鱼直播",
            "description": "欢迎来到主播斗鱼超级火箭的斗鱼7305473直播间,本直播间提供最精彩的斗鱼超级火箭直播,斗鱼超级火箭带你领略最有趣的视频直播。",
            "feature_image": null,
            "url": "https://www.douyu.com/7305473",
            "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/linkspace2520rlv-t52520257c25201km2520hop_image_20190809101144.png",
    "date": "2019-08-10T02:35:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}