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

{
    "id": 944,
    "url": "https://ll.thespacedevs.com/2.3.0/events/944/?format=api",
    "name": "Total Solar Eclipse in North America",
    "info_urls": [
        {
            "priority": 10,
            "source": "science.nasa.gov",
            "title": "2024 Total Eclipse - NASA Science",
            "description": "On April 8, 2024, a total solar eclipse will cross North America, passing over Mexico, the United States, and Canada. A total solar eclipse happens when the Moon passes between the Sun and Earth, completely blocking the face of the Sun. The sky will darken as if it were dawn or dusk. Safety is the [...",
            "feature_image": null,
            "url": "https://science.nasa.gov/eclipses/future-eclipses/eclipse-2024/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 8,
            "source": "youtube.com",
            "publisher": "NASA",
            "title": "2024 Total Solar Eclipse: Through the Eyes of NASA (Official Broadcast)",
            "description": "Watch live with us as a total solar eclipse moves across North America on April 8, 2024, traveling through Mexico, across the United States from Texas to Mai...",
            "feature_image": "https://i.ytimg.com/vi/2MJY_ptQW1o/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=2MJY_ptQW1o",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-04-08T16:51:07Z",
            "end_time": "2024-04-08T20:01:39Z",
            "live": false
        },
        {
            "priority": 9,
            "source": "youtube.com",
            "publisher": "NASA",
            "title": "2024 Total Solar Eclipse: Through the Eyes of NASA (Telescope Feed)",
            "description": "Watch a telescope feed of a total solar eclipse moving across North America on April 8, 2024, traveling through Mexico, across the United States from Texas t...",
            "feature_image": "https://i.ytimg.com/vi/J5j95RUSLd8/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=J5j95RUSLd8",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-04-08T17:00:00Z",
            "end_time": null,
            "live": false
        },
        {
            "priority": 10,
            "source": "plus.nasa.gov",
            "publisher": "",
            "title": "2024 Total Solar Eclipse: Through the Eyes of NASA - NASA+",
            "description": "Watch with us as a total solar eclipse moves across Mexico, the United States and Canada. Weather permitting, people throughout most of North and Central",
            "feature_image": "https://plus.nasa.gov/wp-content/uploads/2024/02/2024_COVER_ARTWORK_1920x1080.png",
            "url": "https://plus.nasa.gov/scheduled-video/2024-total-solar-eclipse-through-the-eyes-of-nasa/",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 994,
        "name": "Total solar eclipse",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/total_solar_ecl_image_20201206083620.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191332.jpeg",
        "credit": "NASA",
        "license": {
            "id": 4,
            "name": "NASA Image and Media Guidelines",
            "priority": 0,
            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": false,
        "variants": []
    },
    "date": "2024-04-08T15:42:07Z",
    "slug": "total-solar-eclipse-in-north-america",
    "type": {
        "id": 11,
        "name": "Celestial Event"
    },
    "description": "NASA will broadcast live views of the total solar eclipse in North America.",
    "webcast_live": false,
    "location": "North America",
    "date_precision": {
        "id": 0,
        "name": "Second",
        "abbrev": "SEC",
        "description": "The T-0 is accurate to the second."
    },
    "response_mode": "detailed",
    "duration": "PT5H10M7S",
    "updates": [
        {
            "id": 7229,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=2MJY_ptQW1o",
            "created_by": "LL2",
            "created_on": "2024-04-08T16:51:24Z"
        }
    ],
    "last_updated": "2024-04-08T20:02:56Z",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}