Modes

Levels of detail in the response - list, normal, detailed

Example - /events/?mode=list

Filters

Parameters - agency__ids, date__gt, date__gt__lt, date__gte, date__lte, day, id, last_updated__gte, last_updated__lte, month, program, slug, type, type__ids, video_url, year

Example - /events/?type__ids=2,8

Fields searched - name

Example - /events/?search=Flyby

Ordering

Fields - date, last_updated

Example - /events/?ordering=-last_updated

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /events/?limit=2

Format

Switch to JSON output - /events/?format=json

Help

Find all the FAQs and support links on the documentation homepage - ll.thespacedevs.com/docs

GET /2.3.0/events/440/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 440,
    "url": "https://ll.thespacedevs.com/2.3.0/events/440/?format=api",
    "name": "2021 NASA Astronaut Candidates Announcement",
    "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,
            "live": false
        }
    ],
    "image": {
        "id": 988,
        "name": "[AUTO] 2021 NASA Astronaut Candidates Announcement - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/2021_nasa_astro_image_20211202132624.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191322.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2021-12-06T17:30:00Z",
    "slug": "2021-nasa-astronaut-candidates-announcement",
    "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",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:30:35Z",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}