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

{
    "id": 641,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/641/?format=api",
    "slug": "dart-technologies-media-teleconference",
    "name": "DART Technologies Media Teleconference",
    "updates": [],
    "last_updated": "2024-03-05T17:29:41Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "DART mission experts explain some of the key technologies enabling the DART spacecraft to autonomously navigate to and impact its target asteroid as humanity’s first planetary defense test work.",
    "webcast_live": false,
    "location": null,
    "news_url": null,
    "video_url": "https://youtu.be/Z9eGVV4B5UA",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtu.be",
            "publisher": null,
            "title": "Media Briefing: Behind the Technologies Enabling NASA’s DART Mission (Sept. 12, 2022)",
            "description": "Listen as mission experts from NASA’s Double Asteroid Redirection Test (DART) explain how some of the key technologies enabling the DART spacecraft to autono...",
            "feature_image": "https://i.ytimg.com/vi/Z9eGVV4B5UA/maxresdefault.jpg",
            "url": "https://youtu.be/Z9eGVV4B5UA",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dart_pre-launch_image_20211116204913.jpeg",
    "date": "2022-09-12T13:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}