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 - lldev.thespacedevs.com/docs

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

{
    "id": 1113,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1113/?format=api",
    "name": "OSIRIS-Rex science results media call",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "to Brief Media on Asteroid Sample Mission Findings",
            "description": "NASA will brief media at 11 a.m. EST Wednesday, Jan. 29, to provide an update on science results from NASA’s OSIRIS-REx (Origins, Spectral Interpretation,",
            "feature_image": null,
            "url": "https://www.nasa.gov/news-release/nasa-to-brief-media-on-asteroid-sample-mission-findings/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "NASA Video",
            "title": "Discoveries from the Asteroid Bennu Sample Media Teleconference",
            "description": "Members of NASA’s OSIRIS-REx mission share discoveries from the analysis of the asteroid Bennu sample, delivered to Earth on Sept. 24, 2023. The OSIRIS-REx mission collected 4.29 ounces (121.6 grams) ...",
            "feature_image": "https://i.ytimg.com/vi/TLmJYgUHTD8/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=TLmJYgUHTD8",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2025-01-29T16:00:21Z",
            "end_time": "2025-01-29T16:56:49Z",
            "live": false
        }
    ],
    "image": {
        "id": 1002,
        "name": "[AUTO] OSIRIS-Rex Prelanding media call - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/osiris-rex_prel_image_20230919080942.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191345.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2025-01-29T16:00:00Z",
    "slug": "osiris-rex-science-results-media-call",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will brief media to provide an update on science results from NASA’s OSIRIS-REx (Origins, Spectral Interpretation, Resource Identification, and Security – Regolith Explorer) mission, which delivered a sample of asteroid Bennu to Earth in September 2023.\r\n\r\nParticipants in the teleconference include\r\n- Nicky Fox, associate administrator, Science Mission Directorate, NASA Headquarters, Washington\r\n- Danny Glavin, senior scientist for sample return, NASA’s Goddard Space Flight Center Greenbelt, Maryland\r\n- Jason Dworkin, OSIRIS-REx project scientist, NASA Goddard\r\n- Tim McCoy, curator of meteorites, Smithsonian Natural History Museum, Washington \r\n- Sara Russell, cosmic mineralogist, Natural History Museum, London",
    "webcast_live": false,
    "location": "Online",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": "PT56M28S",
    "updates": [
        {
            "id": 9920,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-brief-media-on-asteroid-sample-mission-findings/",
            "created_by": "Nosu",
            "created_on": "2025-01-27T07:42:00Z"
        },
        {
            "id": 9948,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=TLmJYgUHTD8",
            "created_by": "LL2",
            "created_on": "2025-01-29T16:00:00Z"
        }
    ],
    "last_updated": "2025-01-29T16:57:33Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "abbrev": "NASA",
            "type": {
                "id": 1,
                "name": "Government"
            }
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}