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

{
    "id": 735,
    "url": "https://ll.thespacedevs.com/2.3.0/events/735/?format=api",
    "name": "Bill Nelson State of NASA Address",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA Sets Coverage for Annual Address, Budget Media Call in March",
            "description": "Administrator Bill Nelson will broadcast his annual State of NASA remarks at 3 p.m. EST on Thursday, March 9. The event will air on NASA Television, the NASA app, and the agency’s website.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-sets-coverage-for-annual-address-budget-media-call-in-march",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "2023 ‘State of NASA’ Address from Administrator Bill Nelson",
            "description": "NASA Administrator Bill Nelson delivers the State of NASA address for 2023. Learn about our plans to explore the Moon and Mars, monitor and protect the plane...",
            "feature_image": "https://i.ytimg.com/vi/yTVxELrVfB0/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=yTVxELrVfB0",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1251,
        "name": "[AUTO] Bill Nelson State of NASA Address - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bill_nelson_sta_image_20230309063345.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192147.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2023-03-09T20:00:00Z",
    "slug": "bill-nelson-state-of-nasa-address",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Administrator Bill Nelson will broadcast his annual State of NASA remarks, highlighting the agency’s plans to explore the Moon and Mars, monitor and protect the planet, sustain U.S. leadership in aviation and aerospace innovation, drive economic growth and promote equity and diversity within the agency and across the nation, while inspiring the next generation of explorers for the benefit of humanity.",
    "webcast_live": false,
    "location": "NASA Headquarters, Washington DC",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:23:34Z",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}