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

{
    "id": 31,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/31/?format=api",
    "slug": "progress-73-docking",
    "name": "Progress 73 Docking",
    "updates": [],
    "last_updated": "2024-03-05T17:28:37Z",
    "type": {
        "id": 2,
        "name": "Docking"
    },
    "description": "Live coverage of the resupply craft’s launch and docking will began at 7:45 a.m. EDT on NASA Television and the agency’s website.",
    "webcast_live": false,
    "location": "International Space Station",
    "news_url": "https://www.nasa.gov/press-release/nasa-tv-to-air-launch-docking-of-russian-space-station-cargo-ship",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA TV to Air Launch, Docking of Russian Space Station Cargo Ship",
            "description": "A Russian Progress cargo spacecraft is scheduled to launch to the International Space Station Wednesday, July 31. Live coverage of the resupply craft’s launch and docking will begin at 7:45 a.m. EDT on NASA Television and the agency’s website.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-tv-to-air-launch-docking-of-russian-space-station-cargo-ship",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress2520732520257c2520docking_image_20190725195520.jpg",
    "date": "2019-07-31T15:35:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}