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

{
    "id": 484,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/484/?format=api",
    "slug": "james-webb-space-telescope-secondary-mirror-deploy",
    "name": "James Webb Space Telescope secondary mirror deployment",
    "updates": [],
    "last_updated": "2024-03-05T17:30:39Z",
    "type": {
        "id": 6,
        "name": "Spacecraft Event"
    },
    "description": "NASA will host a livestream during the deployment of James Webb Space Telescope's secondary mirror.",
    "webcast_live": false,
    "location": null,
    "news_url": null,
    "video_url": "https://youtube.com/watch?v=-EnlaXnFcGs",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": null,
            "title": "James Webb Space Telescope: Secondary Mirror Deployment - Mission Control Live",
            "description": "James Webb Space Telescope experts give real-time updates on deployment of the telescope’s secondary mirror.  The secondary mirror is one of the most importa...",
            "feature_image": "https://i.ytimg.com/vi/-EnlaXnFcGs/maxresdefault.jpg",
            "url": "https://youtube.com/watch?v=-EnlaXnFcGs",
            "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/jwst_pre-launch_image_20211213150440.jpeg",
    "date": "2022-01-05T15:20:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}