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

{
    "id": 824,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/824/?format=api",
    "slug": "spacex-ax-2-post-mission-press-conference",
    "name": "SpaceX AX-2 Post Mission Press Conference",
    "updates": [
        {
            "id": 4254,
            "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=rNFBI3dJEbs",
            "created_by": "LL2",
            "created_on": "2023-06-01T20:07:37Z"
        }
    ],
    "last_updated": "2024-03-05T17:22:22Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "After returning to Earth from a 10-day mission in space, the astronauts of the Axiom Mission 2 (Ax-2) will participate in a press conference to share their experience and highlight the work conducted during the second all-private astronaut mission to the International Space Station (ISS). \r\n\r\nThe Ax-2 crew includes Axiom Space’s Director of Human Spaceflight and Commander Peggy Whitson, a former NASA astronaut, Pilot John Shoffner, and Mission Specialists Ali Alqarni and Rayyanah Barnawi, from the Saudi Space Commission (SSC). Both are members of the inaugural Saudi national astronaut class.",
    "webcast_live": false,
    "location": null,
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=rNFBI3dJEbs",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Ax-2 Post-Return Crew Press Conference",
            "description": "After returning to Earth from a 10-day mission in space, the astronauts of the Axiom Mission 2 (Ax-2) will participate in a press conference to share their e...",
            "feature_image": "https://i.ytimg.com/vi/rNFBI3dJEbs/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=rNFBI3dJEbs",
            "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-06-01T20: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": [
        {
            "id": 17,
            "url": "https://lldev.thespacedevs.com/2.2.0/program/17/?format=api",
            "name": "International Space Station",
            "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
            "agencies": [
                {
                    "id": 16,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/16/?format=api",
                    "name": "Canadian Space Agency",
                    "type": "Government"
                },
                {
                    "id": 27,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/27/?format=api",
                    "name": "European Space Agency",
                    "type": "Multinational"
                },
                {
                    "id": 37,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/37/?format=api",
                    "name": "Japan Aerospace Exploration Agency",
                    "type": "Government"
                },
                {
                    "id": 44,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                },
                {
                    "id": 63,
                    "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
                    "name": "Russian Federal Space Agency (ROSCOSMOS)",
                    "type": "Government"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
            "start_date": "1998-11-20T06:40:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
            "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        }
    ]
}