Modes

Levels of detail in the response - list, normal, detailed

Example - /events/?mode=list

Filters

Parameters - agency__ids, date__gt, date__gte, date__lt, 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/225/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 225,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/225/?format=api",
    "name": "SLS 2nd Hot Fire Test",
    "info_urls": [
        {
            "priority": 10,
            "source": "blogs.nasa.gov",
            "title": "Green Run Update: NASA Proceeds With Plans for Second Hot Fire Test – Artemis",
            "description": "NASA plans to conduct a second Green Run hot fire test as early as the fourth week in February with the Space Launch System (SLS) rocket’s core stage that will launch the Artemis I mission to the Moon. The Green Run is a comprehensive assessment of the rocket’s core stage prior to launching Artemis ...",
            "feature_image": null,
            "url": "https://blogs.nasa.gov/artemis/2021/01/29/green-run-update-nasa-proceeds-with-plans-for-second-hot-fire-test/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "NASA",
            "title": "NASA's Second Hot Fire Test for the Artemis Moon Rocket",
            "description": "We are targeting 3:45 p.m. EDT on Thursday, March 18 for the second hot fire test of the core stage for the Space Launch System rocket at NASA’s Stennis Space Center near Bay St. Louis, Mississippi.\n\n...",
            "feature_image": "https://i.ytimg.com/vi/XGRE_7yz_kM/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=XGRE_7yz_kM",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2021-03-18T19:45:36Z",
            "end_time": "2021-03-18T21:00:19Z",
            "live": false
        }
    ],
    "image": {
        "id": 1232,
        "name": "SLS first stage testing at NASA Stennis",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20240307091235.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240307091235.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": "2021-03-18T20:37:00Z",
    "slug": "sls-2nd-hot-fire-test",
    "type": {
        "id": 5,
        "name": "Static Fire"
    },
    "description": "NASA successfully conducted a second Green Run hot fire with the Space Launch System (SLS) rocket’s core stage that will launch the Artemis I mission to the Moon. \r\n\r\nThe four RS-25 engines were fired for 8 minutes, demonstrating performance similar to an actual launch.",
    "webcast_live": false,
    "location": "Stennis Space Center, Mississippi",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:29:40Z",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "response_mode": "normal",
            "id": 15,
            "url": "https://lldev.thespacedevs.com/2.3.0/programs/15/?format=api",
            "name": "Artemis",
            "image": {
                "id": 1884,
                "name": "[AUTO] Artemis - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194033.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "info_url": "https://www.nasa.gov/specials/artemis/",
            "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
            "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region by 2024.",
            "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"
                    }
                }
            ],
            "start_date": "2017-12-11T00:00:00Z",
            "end_date": null,
            "mission_patches": [],
            "type": {
                "id": 2,
                "name": "Human Spaceflight"
            }
        }
    ],
    "astronauts": []
}