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

{
    "id": 1145,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1145/?format=api",
    "name": "Crew-10 Arrival Event at KSC",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "NASA's Kennedy Space Center",
            "title": "NASA's SpaceX Crew-10 Crew Arrival at Kennedy Space Center",
            "description": "Join us in welcoming the Crew-10 crew members to NASA's Kennedy Space Center as they prepare for launch. The SpaceX Dragon spacecraft will carry NASA astronauts Anne McClain, commander; and Nichole Ay...",
            "feature_image": "https://i.ytimg.com/vi/1r92-8Jl4hM/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=1r92-8Jl4hM",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2025-03-07T19:30:16Z",
            "end_time": "2025-03-07T20:08:56Z",
            "live": false
        }
    ],
    "image": {
        "id": 2348,
        "name": "Crew-10 crew in Dragon",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crew-10_crew_in_image_20250306075802.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/crew-10_crew_in_image_thumbnail_20250306075802.jpeg",
        "credit": "SpaceX",
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": false,
        "variants": []
    },
    "date": "2025-03-07T20:00:00Z",
    "slug": "crew-10-arrival-event-at-ksc",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Crew-10 arrives at Kennedy Space Center in preparation for launch.",
    "webcast_live": false,
    "location": "Kennedy Space Center",
    "date_precision": {
        "id": 2,
        "name": "Hour",
        "abbrev": "HR",
        "description": "The T-0 is accurate to the hour."
    },
    "response_mode": "detailed",
    "duration": "PT38M40S",
    "updates": [
        {
            "id": 10324,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA's Kennedy Space Center has started",
            "info_url": "https://www.youtube.com/watch?v=1r92-8Jl4hM",
            "created_by": "LL2",
            "created_on": "2025-03-07T19:47:00Z"
        },
        {
            "id": 10323,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/live/1r92-8Jl4hM?si=OLEQAO_9xI-8Leas",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-07T19:47:00Z"
        }
    ],
    "last_updated": "2025-03-07T20:09:32Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 37,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/37/?format=api",
            "name": "Japan Aerospace Exploration Agency",
            "abbrev": "JAXA",
            "type": {
                "id": 1,
                "name": "Government"
            }
        },
        {
            "response_mode": "list",
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "abbrev": "NASA",
            "type": {
                "id": 1,
                "name": "Government"
            }
        },
        {
            "response_mode": "list",
            "id": 63,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "abbrev": "RFSA",
            "type": {
                "id": 1,
                "name": "Government"
            }
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}