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 - lldev.thespacedevs.com/docs

GET /2.3.0/events/56/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 56,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/56/?format=api",
    "name": "NASA Administrator Visit at SpaceX Headquarters",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA Administrator to Visit SpaceX Headquarters",
            "description": "NASA Administrator Jim Bridenstine will tour SpaceX headquarters in Hawthorne, California, on Thursday, Oct. 10, to see the progress the company is making to fly astronauts to and from the International Space Station from American soil as part of the agency’s Commercial Crew Program.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-administrator-to-visit-spacex-headquarters",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.pscp.tv",
            "publisher": null,
            "title": "undefined @undefined",
            "description": "undefined (@undefined) from , , . undefined",
            "feature_image": null,
            "url": "https://www.pscp.tv/w/cG-UPXR3LTcwMDYxNzc4Mzg0MzgxNTQyNHwxT3lLQWVuZ1pBTUti16j3_UV4tyl1szgMUeMUvfmGTIw8ZlVBHuk9_u9jMGI=",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1149,
        "name": "[AUTO] NASA Administrator Visit at SpaceX Headquarters - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa2520administrator2520visit2520at2520spacex2520headquarters_image_20191010080759.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191809.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2019-10-10T21:00:00Z",
    "slug": "nasa-administrator-visit-at-spacex-headquarters",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA Administrator Jim Bridenstine will tour SpaceX headquarters in Hawthorne, California, on Thursday, Oct. 10, to see the progress the company is making to fly astronauts to and from the International Space Station from American soil as part of the agency’s Commercial Crew Program.\r\n\r\nFollowing the tour, SpaceX will host a media availability with Bridenstine, SpaceX Chief Engineer Elon Musk, and NASA astronauts Bob Behnken and Doug Hurley – the crew for the Demo-2 flight test to the space station.\r\n\r\nThe media availability will be streamed live on Bridenstine’s Twitter account.",
    "webcast_live": false,
    "location": "SpaceX Headquarters, Hawthorne, CA, USA",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:28:44Z",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}