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

{
    "id": 440,
    "url": "https://ll.thespacedevs.com/2.2.0/event/440/?format=api",
    "slug": "2021-nasa-astronaut-candidates-announcement",
    "name": "2021 NASA Astronaut Candidates Announcement",
    "updates": [],
    "last_updated": "2024-03-05T17:30:35Z",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "After evaluating more than 12,000 applications, NASA will introduce its 2021 astronaut candidates from Ellington Field near NASA’s Johnson Space Center in Houston. After completing training, these individuals could be eligible for a variety of flight assignments including missions on and around the Moon under the Artemis program.",
    "webcast_live": false,
    "location": "Ellington Field Joint Reserve Base, TX, USA",
    "news_url": "https://www.nasa.gov/press-release/nasa-to-announce-america-s-next-class-of-astronaut-candidates",
    "video_url": "https://www.youtube.com/watch?v=UGpZxV9AJKM",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA to Announce America’s Next Class of Astronaut Candidates",
            "description": "After evaluating more than 12,000 applications, NASA will introduce its 2021 astronaut candidates at 12:30 p.m. EST Monday, Dec. 6, from Ellington Field near NASA’s Johnson Space Center in Houston.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-to-announce-america-s-next-class-of-astronaut-candidates",
            "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 Announces 2021 Class of Astronaut Candidates",
            "description": "After evaluating more than 12,000 applications, we’ll introduce our 2021 astronaut candidates live at a ceremony at Ellington Field near NASA’s Johnson Space...",
            "feature_image": "https://i.ytimg.com/vi/UGpZxV9AJKM/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=UGpZxV9AJKM",
            "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/2021_nasa_astro_image_20211202132624.jpeg",
    "date": "2021-12-06T17:30:00Z",
    "date_precision": null,
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}