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

{
    "count": 1001,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.3.0/events/?format=api&limit=10&offset=990&ordering=-last_updated",
    "results": [
        {
            "id": 725,
            "url": "https://ll.thespacedevs.com/2.3.0/events/725/?format=api",
            "name": "Boeing Starliner CFT Mission Overview Teleconference",
            "info_urls": [
                {
                    "priority": 10,
                    "source": "www.nasa.gov",
                    "title": "NASA, Boeing to Host Media Call on First Crewed Starliner Flight Test",
                    "description": "NASA and Boeing will host a mission overview media teleconference at 11 a.m. EST Friday, Feb. 17, to provide a status update on the first astronaut flight test of the company’s CST-100 Starliner to the International Space Station. Launch is targeted for no earlier than April to the microgravity labo...",
                    "feature_image": null,
                    "url": "https://www.nasa.gov/press-release/nasa-boeing-to-host-media-call-on-first-crewed-starliner-flight-test",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    }
                }
            ],
            "vid_urls": [
                {
                    "priority": 10,
                    "source": "www.youtube.com",
                    "publisher": null,
                    "title": "NASA, Boeing Crew Flight Test Progress Media Teleconference",
                    "description": "NASA, Boeing Crew Flight Test Progress Media Teleconference. Briefing participants included:• Steve Stich, manager, NASA’s Commercial Crew Program• Dina Cont...",
                    "feature_image": "https://i.ytimg.com/vi/1RWCd2owAfg/maxresdefault.jpg",
                    "url": "https://www.youtube.com/watch?v=1RWCd2owAfg",
                    "type": null,
                    "language": {
                        "id": 1,
                        "name": "English",
                        "code": "en"
                    },
                    "start_time": null,
                    "end_time": null,
                    "live": false
                }
            ],
            "image": {
                "id": 1190,
                "name": "Boeing Starliner render",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/boeing2520starliner2520docking_image_20191210170411.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191945.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": false,
                "variants": []
            },
            "date": "2023-02-17T16:00:00Z",
            "slug": "boeing-starliner-cft-mission-overview-teleconferen",
            "type": {
                "id": 20,
                "name": "Press Event"
            },
            "description": "NASA and Boeing will host a mission overview media teleconference to provide a status update on the first astronaut flight test of the company’s CST-100 Starliner to the International Space Station.",
            "webcast_live": false,
            "location": null,
            "date_precision": null,
            "response_mode": "normal",
            "duration": null,
            "updates": [],
            "last_updated": "2024-03-05T17:21:30Z"
        }
    ]
}