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

{
    "id": 708,
    "url": "https://ll.thespacedevs.com/2.2.0/event/708/?format=api",
    "slug": "spaceport-esrange-inauguration",
    "name": "Spaceport Esrange Inauguration",
    "updates": [],
    "last_updated": "2024-03-05T17:22:01Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Officials from Sweden and the EU Commission will visit Europe's first mainland spaceport, Spaceport Esrange to cut the ribbon.",
    "webcast_live": false,
    "location": "Spaceport Esrange, Sweden",
    "news_url": "https://sscspace.com/inauguration-of-mainland-europes-first-satellite-launch-complex/",
    "video_url": "https://www.youtube.com/watch?v=S5wRsAYzVmw",
    "info_urls": [
        {
            "priority": 10,
            "source": "sscspace.com",
            "title": "Inauguration of Mainland Europe’s first satellite launch complex",
            "description": "In January, the King of Sweden and European politicians will inaugurate European mainland’s first orbital launch complex; Spaceport Esrange.",
            "feature_image": null,
            "url": "https://sscspace.com/inauguration-of-mainland-europes-first-satellite-launch-complex/",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Inauguration of Spaceport Esrange",
            "description": "Mainland Europe’s first facility for satellite launches will be inaugurated by H.M. the King of Sweden, the Swedish Prime Minister, and the President of the ...",
            "feature_image": "https://i.ytimg.com/vi/S5wRsAYzVmw/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=S5wRsAYzVmw",
            "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/spaceport_esran_image_20221225143213.jpeg",
    "date": "2023-01-13T09:10:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}