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

{
    "id": 486,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/486/?format=api",
    "slug": "jwst-post-deployment-news-conference",
    "name": "JWST Post-Deployment News Conference",
    "updates": [],
    "last_updated": "2024-03-05T17:30:33Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a news conference about the conclusion of the James Webb Space Telescope’s major spacecraft deployments.",
    "webcast_live": false,
    "location": "Space Telescope Science Institute, Baltimore, USA",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=hET2MS1tIjA",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "News Update on James Webb Space Telescope's Full Deployment",
            "description": "Experts from the James Webb Space Telescope team discuss the successful completion of the final stage of all major spacecraft deployments to prepare for scie...",
            "feature_image": "https://i.ytimg.com/vi/hET2MS1tIjA/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=hET2MS1tIjA",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jwst_pre-launch_image_20211213150440.jpeg",
    "date": "2022-01-08T19:30:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}