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

{
    "id": 94,
    "url": "https://ll.thespacedevs.com/2.3.0/events/94/?format=api",
    "name": "Mars 2020 Rover Name Reveal",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA to Reveal Name of Next Mars Rover, Hold Media Teleconference",
            "description": "NASA will unveil the name of the agency’s next Mars rover, currently known as Mars 2020, during a live event on NASA Television at 1:30 p.m. EST Thursday, March 5, followed by a media teleconference at 3:30 p.m. about the mission and the naming.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-to-reveal-name-of-next-mars-rover-hold-media-teleconference",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtu.be",
            "publisher": null,
            "title": "Mars Rover 2020's Name Reveal",
            "description": "Drum roll, please: You voted on names for our #Mars2020 rover. Find out which was selected!Our newest Mars rover's name – and the student behind it – will be...",
            "feature_image": "https://i.ytimg.com/vi/Zni3MLBHDaY/maxresdefault.jpg",
            "url": "https://youtu.be/Zni3MLBHDaY?t=279",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1070,
        "name": "[AUTO] Mars 2020 Rover Name Reveal - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mars_2020_rover_image_20200304085430.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191538.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2020-03-05T18:30:00Z",
    "slug": "mars-2020-rover-name-reveal",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will unveil the name of the agency’s next Mars rover, currently known as Mars 2020, during a live event on NASA Television at 1:30 p.m. EST Thursday, March 5, followed by a media teleconference at 3:30 p.m. about the mission and the naming.\r\n\r\nThe Mars 2020 rover was the subject of a nationwide naming contest in 2019 that drew more than 28,000 essays by K-12 students from every U.S. state and territory. Nearly 4,700 volunteer judges – educators, professionals, and space enthusiasts from around the country – helped narrow the pool down to 155 semifinalists. A second round of judging selected the nine finalist essays that were open to an online public poll before Thomas Zurbuchen, associate administrator of NASA's Science Mission Directorate, made the final selection.",
    "webcast_live": false,
    "location": "NASA HQ",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:29:07Z",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}