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

{
    "id": 656,
    "url": "https://ll.thespacedevs.com/2.2.0/event/656/?format=api",
    "slug": "nasa-commercial-space-opportunities-study-media-te",
    "name": "NASA Commercial Space Opportunities Study Media Teleconference",
    "updates": [],
    "last_updated": "2024-03-05T17:30:19Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a media teleconference to discuss a new study exploring potential commercial space opportunities for NASA science missions.",
    "webcast_live": false,
    "location": null,
    "news_url": "https://www.nasa.gov/press-release/nasa-invites-media-to-discuss-new-science-commercial-study-today",
    "video_url": "https://www.youtube.com/watch?v=LDpERNu-TIk",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA Invites Media to Discuss New Science, Commercial Study Today",
            "description": "NASA will hold a media teleconference today at 4:30 p.m. EDT, Thursday, Sept. 29, to discuss a new study exploring potential commercial space opportunities for NASA science missions. The agency will livestream audio of the teleconference on its website.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-invites-media-to-discuss-new-science-commercial-study-today",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "New Science, Commercial Study (Sept. 29, 2022)",
            "description": "NASA held a media teleconference at 4:30 p.m. EDT, Thursday, Sept. 29, to discuss a new study exploring potential commercial space opportunities for NASA sci...",
            "feature_image": "https://i.ytimg.com/vi/LDpERNu-TIk/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=LDpERNu-TIk",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_commercial_image_20220929174753.jpg",
    "date": "2022-09-29T20:30:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}