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

{
    "id": 1021,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/1021/?format=api",
    "slug": "nasa-exploration-science-program-update-teleconfer",
    "name": "NASA Exploration Science Program Update Teleconference",
    "updates": [
        {
            "id": 8090,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.nasa.gov/news-release/nasa-invites-media-to-discuss-exploration-science-program-update/",
            "created_by": "Nosu",
            "created_on": "2024-07-17T07:58:10Z"
        },
        {
            "id": 8093,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=Hd2ES2H6UQc",
            "created_by": "LL2",
            "created_on": "2024-07-17T19:58:34Z"
        }
    ],
    "last_updated": "2024-07-17T20:55:14Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a media teleconference to provide an update on a program within NASA’s Exploration Science Strategy and Integration Office. Participants in the teleconference include Nicola Fox, associate administrator, and Joel Kearns, deputy associate administrator for exploration of NASA's Science Mission Directorate.",
    "webcast_live": false,
    "location": "Online",
    "news_url": "https://www.nasa.gov/news-release/nasa-invites-media-to-discuss-exploration-science-program-update/",
    "video_url": "https://www.youtube.com/watch?v=Hd2ES2H6UQc",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "Invites Media to Discuss Exploration Science Program Update",
            "description": "NASA will hold a media teleconference at 4 p.m. EDT, Wednesday, July 17, to provide an update on a program within NASA’s Exploration Science Strategy and",
            "feature_image": null,
            "url": "https://www.nasa.gov/news-release/nasa-invites-media-to-discuss-exploration-science-program-update/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "NASA Video",
            "title": "YouTube",
            "description": "Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.",
            "feature_image": null,
            "url": "https://www.youtube.com/watch?v=Hd2ES2H6UQc",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-07-17T19:58:02Z",
            "end_time": "2024-07-17T20:54:51Z"
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/moon_2528apoll_image_20240402195408.jpg",
    "date": "2024-07-17T20:00:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": "PT56M49S",
    "agencies": [
        {
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "featured": true,
            "type": "Government",
            "country_code": "USA",
            "abbrev": "NASA",
            "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
            "administrator": "Acting Administrator:  James Free",
            "founding_year": "1958",
            "launchers": "Space Shuttle | SLS",
            "spacecraft": "Orion",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_logo_20190207032448.png"
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}