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

{
    "id": 77,
    "url": "https://ll.thespacedevs.com/2.3.0/events/77/?format=api",
    "name": "2017 NASA Astronaut class graduation ceremony",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA’s Astronaut Candidates to Graduate with Eye on Artemis Missions",
            "description": "NASA will honor the first class of astronaut candidates to graduate under the Artemis program at 10:30 a.m. EST Friday, Jan. 10, at the agency’s Johnson Space Center in Houston. After completing more than two years of basic training, these candidates will become eligible for spaceflight, including a...",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-s-astronaut-candidates-to-graduate-with-eye-on-artemis-missions",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Newest Astronauts Graduate with Eye on Artemis Missions",
            "description": "It’s graduation season for our #NewAstronauts! 👩‍🚀🎓👨‍🚀An class of 11 Americans and two Canadians became astronauts on Friday, increasing the number of t...",
            "feature_image": "https://i.ytimg.com/vi/xo58EoT987M/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=xo58EoT987M",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1144,
        "name": "[AUTO] 2017 NASA Astronaut class graduation ceremony - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/20172520nasa2520astronaut2520class2520graduation2520ceremony_image_20191228100802.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191801.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2020-01-10T15:30:00Z",
    "slug": "2017-nasa-astronaut-class-graduation-ceremony",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will honor the first class of astronaut candidates to graduate under the Artemis program at 10:30 a.m. EST Friday, Jan. 10, at the agency’s Johnson Space Center in Houston. After completing more than two years of basic training, these candidates will become eligible for spaceflight, including assignments to the International Space Station, Artemis missions to the Moon, and ultimately, missions to Mars.",
    "webcast_live": false,
    "location": "NASA's Johnson Space Center, Houston, TX, USA",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:22:46Z",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}