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

{
    "id": 39,
    "url": "https://ll.thespacedevs.com/2.2.0/event/39/?format=api",
    "slug": "rocket-lab-announcement",
    "name": "Rocket Lab Announcement",
    "updates": [],
    "last_updated": "2024-03-05T17:22:07Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "New Zealand launch provider Rocket Lab will livestream an announcement about the future of the company and its endeavours in the smallsat market.",
    "webcast_live": false,
    "location": "SmallSat Conference - Logan, UT",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=joONWIGtcdY",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Rocket Lab Unveils Plans For Reusability",
            "description": "On August 6, 2019, Rocket Lab Founder and CEO Peter Beck announced plans to make Electron a reusable launch vehicle.",
            "feature_image": "https://i.ytimg.com/vi/joONWIGtcdY/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=joONWIGtcdY",
            "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/rocket2520lab2520announcement_image_20190803011751.jpeg",
    "date": "2019-08-06T21:55:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}