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

{
    "id": 963,
    "url": "https://ll.thespacedevs.com/2.3.0/events/963/?format=api",
    "name": "2024 State of NASA Address",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "to Highlight Artemis, US Space Leadership During Annual Address",
            "description": "NASA Administrator Bill Nelson will discuss the agency’s goals for the benefit of humanity during the annual State of NASA address on Monday, March 11. The",
            "feature_image": null,
            "url": "https://www.nasa.gov/news-release/nasa-to-highlight-artemis-us-space-leadership-during-annual-address/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "NASA",
            "title": "2024 State of NASA Address from Administrator Bill Nelson",
            "description": "NASA Administrator Bill Nelson discusses the agency’s goals for the benefit of humanity during the annual State of NASA address on Monday, March 11. Learn ab...",
            "feature_image": "https://i.ytimg.com/vi/Xx4kJ2tOZlg/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=Xx4kJ2tOZlg",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-03-11T16:57:01Z",
            "end_time": "2024-03-11T18:00:12Z",
            "live": false
        }
    ],
    "image": {
        "id": 1015,
        "name": "NASA Logo Placeholder",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_logo_place_image_20240926071724.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_logo_place_image_thumbnail_20240926071725.png",
        "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-03-11T17:00:00Z",
    "slug": "2024-state-of-nasa-address",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA Administrator Bill Nelson discusses the agency’s goals for the benefit of humanity during the annual State of NASA address on Monday, March 11.\r\n\r\nSenior leaders from each of NASA’s mission directorates also will discuss advancements in their areas ranging from aeronautics and science research to space operations.",
    "webcast_live": false,
    "location": null,
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": "PT1H3M11S",
    "updates": [
        {
            "id": 6943,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=Xx4kJ2tOZlg",
            "created_by": "LL2",
            "created_on": "2024-03-11T16:57:49Z"
        },
        {
            "id": 6922,
            "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-to-highlight-artemis-us-space-leadership-during-annual-address/",
            "created_by": "hitura-nobad",
            "created_on": "2024-03-09T15:43:31Z"
        }
    ],
    "last_updated": "2024-03-11T18:00:29Z",
    "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": []
}