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

{
    "id": 175,
    "url": "https://ll.thespacedevs.com/2.2.0/event/175/?format=api",
    "slug": "dynetics-to-the-moon-presentation",
    "name": "Dynetics \"To The Moon\" Presentation",
    "updates": [],
    "last_updated": "2024-03-05T17:23:34Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Dynetics will present their 'To the Moon with Dynetics: The Importance of Lunar Exploration and Utilization' webinar which will explain the development of their HLS vehicle.",
    "webcast_live": false,
    "location": null,
    "news_url": "https://aiaa.zoom.us/webinar/register/WN_HuD3hm89QqaoAZ0bmVQDdg",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "aiaa.zoom.us",
            "title": "Video Conferencing, Web Conferencing, Webinars, Screen Sharing",
            "description": "Zoom is the leader in modern enterprise video communications, with an easy, reliable cloud platform for video and audio conferencing, chat, and webinars across mobile, desktop, and room systems. Zoom Rooms is the original software-based conference room solution used around the world in board, confer...",
            "feature_image": null,
            "url": "https://aiaa.zoom.us/webinar/register/WN_HuD3hm89QqaoAZ0bmVQDdg",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dynetics_2522t_image_20200915165746.jpg",
    "date": "2020-09-15T17:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}