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

{
    "id": 31,
    "url": "https://ll.thespacedevs.com/2.3.0/events/31/?format=api",
    "name": "Progress 73 Docking",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA TV to Air Launch, Docking of Russian Space Station Cargo Ship",
            "description": "A Russian Progress cargo spacecraft is scheduled to launch to the International Space Station Wednesday, July 31. Live coverage of the resupply craft’s launch and docking will begin at 7:45 a.m. EDT on NASA Television and the agency’s website.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-tv-to-air-launch-docking-of-russian-space-station-cargo-ship",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "image": {
        "id": 1189,
        "name": "[AUTO] Progress 73 Docking - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/progress2520732520257c2520docking_image_20190725195520.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191943.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2019-07-31T15:35:00Z",
    "slug": "progress-73-docking",
    "type": {
        "id": 2,
        "name": "Docking"
    },
    "description": "Live coverage of the resupply craft’s launch and docking will began at 7:45 a.m. EDT on NASA Television and the agency’s website.",
    "webcast_live": false,
    "location": "International Space Station",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:28:37Z",
    "agencies": [],
    "launches": [
        {
            "id": "99023b75-fa3e-4aeb-94ab-03016b38b171",
            "url": "https://ll.thespacedevs.com/2.3.0/launches/99023b75-fa3e-4aeb-94ab-03016b38b171/?format=api",
            "name": "Soyuz 2.1a | Progress MS-12 (73P)",
            "response_mode": "list",
            "slug": "soyuz-21a-progress-ms-12-73p",
            "launch_designator": "2019-047",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-06-14T03:41:14Z",
            "net": "2019-07-31T12:10:46Z",
            "net_precision": null,
            "window_end": "2019-07-31T12:10:46Z",
            "window_start": "2019-07-31T12:10:46Z",
            "image": {
                "id": 1828,
                "name": "[AUTO] Soyuz 2.1a - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_2.1a_image_20230805184309.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193857.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/soyuz25202.1a_infographic_20200806035407.png"
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}