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

{
    "id": 202,
    "url": "https://ll.thespacedevs.com/2.2.0/event/202/?format=api",
    "slug": "total-solar-eclipse-in-south-america",
    "name": "Total Solar Eclipse in South America",
    "updates": [],
    "last_updated": "2024-03-05T17:24:17Z",
    "type": {
        "id": 11,
        "name": "Celestial Event"
    },
    "description": "Camera views of the total solar eclipse in South America will be broadcasted on NASA TV.",
    "webcast_live": false,
    "location": "South America",
    "news_url": "https://en.wikipedia.org/wiki/Solar_eclipse_of_December_14,_2020",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "en.wikipedia.org",
            "title": "Solar eclipse of December 14, 2020 - Wikipedia",
            "description": "A total solar eclipse took place on Monday, December 14, 2020, when the Moon passed between Earth and the Sun, thereby totally or partly obscuring the image of the Sun for a viewer on Earth. Totality occurred in a narrow path across Earth's surface across parts of the South Pacific Ocean, southern S...",
            "feature_image": null,
            "url": "https://en.wikipedia.org/wiki/Solar_eclipse_of_December_14,_2020",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/total_solar_ecl_image_20201206083620.jpeg",
    "date": "2020-12-14T15:30:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}