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

{
    "id": 680,
    "url": "https://ll.thespacedevs.com/2.2.0/event/680/?format=api",
    "slug": "total-lunar-eclipse-2",
    "name": "Total Lunar Eclipse",
    "updates": [],
    "last_updated": "2024-03-05T17:25:53Z",
    "type": {
        "id": 11,
        "name": "Celestial Event"
    },
    "description": "The southern limb of the Moon will pass through the center of the Earth's shadow, causing a total lunar eclipse. The eclipse is completely visible over the Pacific and most of North America. It is seen on the rising moon in Australia, Asia and in the far north-east of Europe, and on the setting moon in South America and eastern North America.",
    "webcast_live": false,
    "location": "Pacific & America",
    "news_url": "https://moon.nasa.gov/news/185/what-you-need-to-know-about-the-lunar-eclipse/",
    "video_url": "https://www.youtube.com/watch?v=BjKUlaGmE2g",
    "info_urls": [
        {
            "priority": 10,
            "source": "moon.nasa.gov",
            "title": "What You Need to Know About the Lunar Eclipse –",
            "description": "On November 8 (depending on time zone), the Moon will pass into Earth’s shadow and turn red. Here’s what you need to know about the eclipse.",
            "feature_image": null,
            "url": "https://moon.nasa.gov/news/185/what-you-need-to-know-about-the-lunar-eclipse/",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "LIVE: Total Lunar Eclipse - November 7–8, 2022",
            "description": "Watch a recording of timeandate.com's live stream covering the total lunar eclipse on November 8, 2022, which was visible to residents of Asia, Australia, No...",
            "feature_image": "https://i.ytimg.com/vi/BjKUlaGmE2g/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=BjKUlaGmE2g",
            "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/total_lunar_ecl_image_20221108082109.jpeg",
    "date": "2022-11-08T10:16:39Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}