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

{
    "id": 131,
    "url": "https://ll.thespacedevs.com/2.2.0/event/131/?format=api",
    "slug": "rocket-lab-smallsat-update-and-qa",
    "name": "Rocket Lab SmallSat Update and Q&A",
    "updates": [],
    "last_updated": "2024-03-05T17:23:13Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Rocket Lab’s CEO and founder Peter Beck will host an update on Rocket Lab’s launch activity, reusability, and satellite programs. A Q&A will also take place with questions from live viewers.",
    "webcast_live": false,
    "location": null,
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=zhqzSVEGVxw",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Rocket Lab SmallSat Update and Q&A",
            "description": "Tune in to a live webcast with Rocket Lab’s CEO and founder Peter Beck to hear an update on Rocket Lab’s launch activity, reusability, and satellite programs...",
            "feature_image": "https://i.ytimg.com/vi/zhqzSVEGVxw/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=zhqzSVEGVxw",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket_lab_smal_image_20200805003005.jpg",
    "date": "2020-08-05T22:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}