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

{
    "id": 180,
    "url": "https://ll.thespacedevs.com/2.2.0/event/180/?format=api",
    "slug": "elon-musk-at-the-2020-mars-society-convention",
    "name": "Elon Musk at the 2020 Mars Society Convention",
    "updates": [],
    "last_updated": "2024-03-05T17:23:42Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Elon Musk will be kicking-off the 2020 International Mars Society Convention virtually by providing a special update about SpaceX and its 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/15/breaking-news-spacex-ceo-elon-musk-to-speak-virtually-at-2020-mars-society-convention/",
    "video_url": "https://www.youtube.com/watch?v=y5Aw6WG4Dww",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.marssociety.org",
            "title": "Breaking News: SpaceX CEO Elon Musk to Speak Virtually at 2020 Mars Society Convention",
            "description": "There’s no better way to kick-off Day 1 of the 2020 International Mars Society Convention than with a big announcement: SpaceX CEO and founder Elon Musk will be joining us virtually tomorrow (Friday, October 16th) at 3:00 pm PDT (6:00 pm EDT) [PLEASE NOTE NEW TIME] to provide our global audience wit...",
            "feature_image": null,
            "url": "https://www.marssociety.org/news/2020/10/15/breaking-news-spacex-ceo-elon-musk-to-speak-virtually-at-2020-mars-society-convention/",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Elon Musk - 2020 Mars Society Virtual Convention",
            "description": "Elon Musk spoke at the 2020 Mars Society Virtual Convention from the Tesla factory in Fremont, CA.  His comments included questions relayed from the Mars Soc...",
            "feature_image": "https://i.ytimg.com/vi/y5Aw6WG4Dww/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=y5Aw6WG4Dww",
            "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/2020_mars_socie_image_20201015203440.jpeg",
    "date": "2020-10-16T22:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}