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

{
    "id": 184,
    "url": "https://ll.thespacedevs.com/2.3.0/events/184/?format=api",
    "name": "NASA Announcement about the Moon",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA to Announce New Science Results About Moon",
            "description": "NASA will announce an exciting new discovery about the Moon from the Stratospheric Observatory for Infrared Astronomy (SOFIA) at a media teleconference at 12 p.m. EDT Monday, Oct. 26.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-to-announce-new-science-results-about-moon",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtu.be",
            "publisher": null,
            "title": "NASA Live: Official Stream of NASA TV",
            "description": "Direct from America's space program to YouTube, watch NASA TV live streaming here to get the latest from our exploration of the universe and learn how we dis...",
            "feature_image": "https://i.ytimg.com/vi/21X5lGlDOfg/maxresdefault_live.jpg",
            "url": "https://youtu.be/21X5lGlDOfg",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1233,
        "name": "[AUTO] NASA Announcement about the Moon - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_announceme_image_20201022083024.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192111.png",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2020-10-26T16:00:00Z",
    "slug": "nasa-announcement-about-the-moon",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will announce an exciting new discovery about the Moon from the Stratospheric Observatory for Infrared Astronomy (SOFIA) at a media teleconference at 16pm UTC Monday, Oct. 26.\r\n\r\nAudio of the teleconference will stream live on the agency’s website.",
    "webcast_live": false,
    "location": "NASA HQ, Washington",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:23:52Z",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}