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

{
    "id": 705,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/705/?format=api",
    "slug": "nasa-swot-pre-launch-news-conference",
    "name": "NASA SWOT Pre-Launch News Conference",
    "updates": [],
    "last_updated": "2024-03-05T17:25:57Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a news conference ahead of the launch of the Surface Water and Ocean Topography (SWOT) satellite, built in cooperation with the french space agency CNES.",
    "webcast_live": false,
    "location": null,
    "news_url": "https://www.nasa.gov/press-release/nasa-sets-coverage-for-swot-water-survey-mission-launch",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA Sets Coverage for SWOT Water Survey Mission Launch",
            "description": "NASA will provide coverage of the upcoming prelaunch and launch activities for the international Surface Water and Ocean Topography (SWOT) mission.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-sets-coverage-for-swot-water-survey-mission-launch",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_swot_pre-l_image_20221110203209.jpg",
    "date": "2022-12-14T20:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}