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

{
    "id": 570,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/570/?format=api",
    "slug": "ax-1-post-mission-press-conference",
    "name": "Ax-1 Post Mission Press Conference",
    "updates": [],
    "last_updated": "2024-03-05T20:38:09Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Axiom Space leadership and the Ax-1 astronauts will discuss mission highlights, including a recap of the robust research activities, training, and what the crew learned during their time in space. The event will then open to questions from the press and social media.",
    "webcast_live": false,
    "location": null,
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=XbtbqnGAtrc",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "YouTube",
            "description": "Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.",
            "feature_image": null,
            "url": "https://www.youtube.com/watch?v=XbtbqnGAtrc",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ax-1_crew_in_th_image_20240305203710.jpg",
    "date": "2022-05-13T15:00:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}