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

{
    "id": 990,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/990/?format=api",
    "name": "NASA Prefire Pre-Launch Press Conference",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "NASA Video",
            "title": "NASA’s New Polar Climate Mission PREFIRE Pre-launch (May 15, 2024)",
            "description": "NASA is hosting a media call to discuss the agency’s PREFIRE (Polar Radiant Energy in the Far-InfraRed Experiment) mission, which aims to improve life on Ear...",
            "feature_image": "https://i.ytimg.com/vi/qsnRgsRWjVc/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=qsnRgsRWjVc",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-05-15T18:58:46Z",
            "end_time": "2024-05-15T19:28:34Z",
            "live": false
        }
    ],
    "image": {
        "id": 2092,
        "name": "Render of Prefire Cubesats in orbit",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/render_of_prefi_image_20240514113358.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/render_of_prefi_image_thumbnail_20240514113358.jpeg",
        "credit": "NASA/JPL-Caltech",
        "license": {
            "id": 4,
            "name": "NASA Image and Media Guidelines",
            "priority": 0,
            "link": "https://www.nasa.gov/nasa-brand-center/images-and-media/"
        },
        "single_use": true,
        "variants": []
    },
    "date": "2024-05-15T19:00:00Z",
    "slug": "nasa-prefire-pre-launch-press-conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA is hosting a media call to discuss the agency’s PREFIRE (Polar Radiant Energy in the Far-InfraRed Experiment) mission, which aims to improve life on Earth by studying heat loss from Earth’s polar regions and provide information on our changing climate.\r\n\r\nParticipants include:\r\n\r\n- Karen St. Germain, director, Earth Science Division, NASA Headquarters in Washington\r\n- Mary White, project manager, PREFIRE, NASA’s Jet Propulsion Laboratory, Southern California\r\n- Tristan L’Ecuyer, principal investigator, PREFIRE, University of Wisconsin-Madison\r\n- Peter Beck, CEO and founder, Rocket Lab",
    "webcast_live": false,
    "location": "Online",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": "PT29M48S",
    "updates": [
        {
            "id": 7530,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-discuss-new-polar-climate-mission-during-media-teleconference/",
            "created_by": "hitura-nobad",
            "created_on": "2024-05-14T11:34:11Z"
        },
        {
            "id": 7541,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=qsnRgsRWjVc",
            "created_by": "LL2",
            "created_on": "2024-05-15T18:59:02Z"
        }
    ],
    "last_updated": "2024-05-15T19:29:20Z",
    "agencies": [
        {
            "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": 147,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/147/?format=api",
            "name": "Rocket Lab",
            "abbrev": "RL",
            "type": {
                "id": 3,
                "name": "Commercial"
            }
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}