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

{
    "id": 706,
    "url": "https://ll.thespacedevs.com/2.2.0/event/706/?format=api",
    "slug": "rs-25-engine-test-10",
    "name": "RS-25 Engine Test",
    "updates": [],
    "last_updated": "2024-03-08T09:46:12Z",
    "type": {
        "id": 5,
        "name": "Static Fire"
    },
    "description": "NASA will begin a new series of hot fire testing at Stennis Space Center to support production of future RS-25 engines to help power the Space Launch System (SLS) rocket on Artemis missions to the Moon and beyond. The hot fire test is expected to run for 500 seconds.",
    "webcast_live": false,
    "location": "Stennis Space Center, Mississippi",
    "news_url": "https://www.nasa.gov/centers/stennis/news/releases/2022/NASA-Begins-New-RS-25-Engine-Testing-for-Future-Artemis-Missions",
    "video_url": "https://www.youtube.com/watch?v=L6iUDc3C3YI",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "Begins New RS-25 Engine Testing for Future Artemis Missions",
            "description": "NASA will begin a new series of hot fire testing Dec. 14 at Stennis Space Center near Bay St. Louis, Mississippi, to support production of future RS-25 engines to help power the Space Launch System (SLS) rocket on Artemis missions to the Moon and beyond.",
            "feature_image": null,
            "url": "https://www.nasa.gov/centers/stennis/news/releases/2022/NASA-Begins-New-RS-25-Engine-Testing-for-Future-Artemis-Missions",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "NASA Stennis Live Stream",
            "description": "",
            "feature_image": "https://i.ytimg.com/vi/L6iUDc3C3YI/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGBkgQSh_MA8=&rs=AOn4CLAc11Ln4Zc8P3ZaOPcpjXXS4AQTeg",
            "url": "https://www.youtube.com/watch?v=L6iUDc3C3YI",
            "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/rs-25_engine_te_image_20240308094539.jpg",
    "date": "2022-12-14T20:50:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "id": 15,
            "url": "https://ll.thespacedevs.com/2.2.0/program/15/?format=api",
            "name": "Artemis",
            "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
            "agencies": [
                {
                    "id": 44,
                    "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                    "name": "National Aeronautics and Space Administration",
                    "type": "Government"
                }
            ],
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
            "start_date": "2017-12-11T00:00:00Z",
            "end_date": null,
            "info_url": "https://www.nasa.gov/specials/artemis/",
            "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        }
    ]
}