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

{
    "id": 301,
    "url": "https://ll.thespacedevs.com/2.3.0/events/301/?format=api",
    "name": "New Shepard First Seat Auction",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.blueorigin.com",
            "title": "Home",
            "description": "Blue Origin was founded by Jeff Bezos with the vision of enabling a future where millions of people are living and working in space for the benefit of Earth.",
            "feature_image": null,
            "url": "https://www.blueorigin.com/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Replay - New Shepard First Seat Auction",
            "description": "On Saturday, June 12, Blue Origin concluded the online auction for the very first seat on New Shepard with a winning bid of $28 million. Nearly 7,600 people ...",
            "feature_image": "https://i.ytimg.com/vi/JUcQmETFmds/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=JUcQmETFmds",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1078,
        "name": "[AUTO] New Shepard First Seat Auction - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new_sheppard_fi_image_20210608131927.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191553.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2021-06-12T16:45:00Z",
    "slug": "new-shepard-first-seat-auction",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "On July 20th, New Shepard will fly its first astronaut crew to space. Blue Origin is offering one seat on this first flight to the winning bidder of an online auction.\r\n\r\nThe winning bid amount will be donated to Blue Origin’s foundation, Club for the Future, to inspire future generations to pursue careers in STEM and help invent the future of life in space.",
    "webcast_live": false,
    "location": null,
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:30:10Z",
    "agencies": [],
    "launches": [
        {
            "id": "d0f9cb4e-8efe-4b70-a675-3f087acd6f74",
            "url": "https://ll.thespacedevs.com/2.3.0/launches/d0f9cb4e-8efe-4b70-a675-3f087acd6f74/?format=api",
            "name": "New Shepard | NS-16",
            "response_mode": "list",
            "slug": "new-shepard-ns-16",
            "launch_designator": null,
            "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-14T09:55:45Z",
            "net": "2021-07-20T13:12:00Z",
            "net_precision": null,
            "window_end": "2021-07-20T13:12:00Z",
            "window_start": "2021-07-20T13:12:00Z",
            "image": {
                "id": 1795,
                "name": "[AUTO] New Shepard - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/new2520shepard_image_20190207032624.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193803.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/new2520shepard_infographic_20210716202126.jpeg"
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}