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

{
    "id": 777,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/777/?format=api",
    "slug": "ax-2-crew-press-conference",
    "name": "Ax-2 Crew Press Conference",
    "updates": [
        {
            "id": 4047,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=jgcFuYF23uU",
            "created_by": "LL2",
            "created_on": "2023-05-16T15:01:25Z"
        }
    ],
    "last_updated": "2024-03-05T17:25:30Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Axiom will hold a press conference with the Ax-2 crew.",
    "webcast_live": false,
    "location": null,
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=jgcFuYF23uU",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Ax-2 All Crew Press Conference",
            "description": "The press conference will give the Ax-2 crew an opportunity to highlight their experiences leading up to the mission, preparedness, and important mission obj...",
            "feature_image": "https://i.ytimg.com/vi/jgcFuYF23uU/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=jgcFuYF23uU",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ax-2_crew_press_image_20230515161930.png",
    "date": "2023-05-16T15:00:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}