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

{
    "id": 1042,
    "url": "https://ll.thespacedevs.com/2.3.0/events/1042/?format=api",
    "name": "NASA ISS Mission Briefing",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "Astronauts to Discuss Mission from Space Station",
            "description": "Media are invited to hear from NASA astronauts Butch Wilmore and Suni Williams during an Earth to space call at 2:15 p.m. EDT, Friday, Sept. 13. The pair will",
            "feature_image": null,
            "url": "https://www.nasa.gov/news-release/nasa-astronauts-to-discuss-mission-from-space-station/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "NASA Video",
            "title": "NASA Astronauts Butch Wilmore and Suni Williams News Conference From Space Station",
            "description": "Live from the International Space Station, NASA astronauts Butch Wilmore and Suni Williams discuss their ongoing mission and answer questions from the media.\n \nWilmore and Williams launched to the orb...",
            "feature_image": "https://i.ytimg.com/vi/FvRH5hT2dWo/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=FvRH5hT2dWo",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-09-13T18:11:46Z",
            "end_time": "2024-09-13T18:53:23Z",
            "live": false
        }
    ],
    "image": {
        "id": 2196,
        "name": "Butch Wilmore and Suni Williams inside the International Space Station.",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/butch_wilmore_a_image_20240910114925.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/butch_wilmore_a_image_thumbnail_20240910114926.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": true,
        "variants": []
    },
    "date": "2024-09-13T18:15:00Z",
    "slug": "nasa-iss-mission-briefing",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA astronauts Butch Wilmore and Suni Williams participate in a news conference aboard the International Space Station in low Earth orbit.",
    "webcast_live": false,
    "location": "ISS",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": "PT41M37S",
    "updates": [
        {
            "id": 8569,
            "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=FvRH5hT2dWo",
            "created_by": "LL2",
            "created_on": "2024-09-13T18:12:00Z"
        },
        {
            "id": 8533,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-astronauts-to-discuss-mission-from-space-station/",
            "created_by": "hitura-nobad",
            "created_on": "2024-09-10T11:50:00Z"
        }
    ],
    "last_updated": "2024-09-13T18:53:33Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 44,
            "url": "https://ll.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": []
}