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

{
    "id": 752,
    "url": "https://ll.thespacedevs.com/2.2.0/event/752/?format=api",
    "slug": "total-solar-eclipse-in-australia",
    "name": "Total Solar Eclipse in Australia",
    "updates": [
        {
            "id": 3847,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Webcast live",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-04-20T02:35:30Z"
        }
    ],
    "last_updated": "2024-03-05T17:26:55Z",
    "type": {
        "id": 11,
        "name": "Celestial Event"
    },
    "description": "NASA will broadcast live views of the total solar eclipse in Australia.",
    "webcast_live": false,
    "location": "Australia",
    "news_url": null,
    "video_url": null,
    "info_urls": [],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/total_solar_ecl_image_20201206083620.jpeg",
    "date": "2023-04-20T01:58:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}