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

{
    "id": 181,
    "url": "https://ll.thespacedevs.com/2.2.0/event/181/?format=api",
    "slug": "jim-bridenstine-at-the-2020-mars-society-conventio",
    "name": "Jim Bridenstine at the 2020 Mars Society Convention",
    "updates": [],
    "last_updated": "2024-03-05T17:23:36Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Jim Bridenstine will be joining the 2020 International Mars Society Convention virtually by providing a special update on NASA’s plans for the Moon and Mars.\r\n\r\nOnline registration for the International Mars Society Convention is free of charge.",
    "webcast_live": false,
    "location": "2020 International Mars Society Convention",
    "news_url": "https://www.marssociety.org/news/2020/10/05/breaking-news-nasa-administrator-jim-bridenstine-to-address-2020-mars-society-convention/",
    "video_url": "https://www.marssociety.org/conventions/2020/",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.marssociety.org",
            "title": "Breaking News: NASA Administrator Jim Bridenstine to Address 2020 Mars Society Convention",
            "description": "The Mars Society is very pleased to announce that Jim Bridenstine, NASA Administrator, will be joining us virtually during the 23rd Annual International Mars Society Convention on Saturday, October 17th at 10:00 am PST (1:00 pm EST, 18:00 GMT) to give an update on “NASA’s plans for the Moon and Mars...",
            "feature_image": null,
            "url": "https://www.marssociety.org/news/2020/10/05/breaking-news-nasa-administrator-jim-bridenstine-to-address-2020-mars-society-convention/",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.marssociety.org",
            "publisher": null,
            "title": "The 23rd Annual International Mars Society Convention",
            "description": "The Mars Society is pleased to announce that the 23rd Annual International Mars Society Convention will be convened Thursday-Sunday, October 15-18, 2020, all over the world via the Internet!\n\nThrough the use of unique technology, it will be possible to not only hold presentations, panel discussions ...",
            "feature_image": "https://www.marssociety.org/wp-content/uploads/2020/04/2020-Convention-Poster-Web-e1597023705106.jpg",
            "url": "https://www.marssociety.org/conventions/2020/",
            "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/jim_bridenstine_image_20201016062246.jpeg",
    "date": "2020-10-17T17:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}