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

{
    "id": 502,
    "url": "https://ll.thespacedevs.com/2.3.0/events/502/?format=api",
    "name": "JWST Mirror Alignment Virtual Media Briefing",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA to Discuss Progress as Webb Telescope’s Mirrors Align",
            "description": "NASA will hold a virtual media briefing at noon EDT Wednesday, March 16, to provide an update on the James Webb Space Telescope’s mirror alignment.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-to-discuss-progress-as-webb-telescope-s-mirrors-align",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "image": {
        "id": 965,
        "name": "JWST render from below",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jwst_pre-launch_image_20211213150440.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191243.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": "2022-03-16T16:00:00Z",
    "slug": "jwst-mirror-alignment-virtual-media-briefing",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a virtual media briefing at noon EDT Wednesday, March 16, to provide an update on the James Webb Space Telescope’s mirror alignment. The briefing will air live on NASA TV, the NASA app, and the agency’s website.\r\n\r\nParticipants will share progress made in aligning Webb’s mirrors, resulting in a fully focused image of a single star. NASA will make imagery demonstrating the completion of this milestone available on the agency’s website at 11:30 a.m., prior to the briefing.",
    "webcast_live": false,
    "location": "Goddard Space Flight Center",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:26:54Z",
    "agencies": [],
    "launches": [
        {
            "id": "d0fa4bb2-80ea-4808-af08-7785dde53bf6",
            "url": "https://ll.thespacedevs.com/2.3.0/launches/d0fa4bb2-80ea-4808-af08-7785dde53bf6/?format=api",
            "name": "Ariane 5 ECA+ | James Webb Space Telescope (JWST)",
            "response_mode": "list",
            "slug": "ariane-5-eca-james-webb-space-telescope-jwst",
            "launch_designator": "2021-130",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2024-06-15T14:13:15Z",
            "net": "2021-12-25T12:20:07Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "window_end": "2021-12-25T12:52:00Z",
            "window_start": "2021-12-25T12:20:00Z",
            "image": {
                "id": 1288,
                "name": "Ariane 5 ECA+ on ELA-3 by day (JWST)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ariane2520525_image_20211224103958.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192305.jpeg",
                "credit": "ESA/S. Corvaja",
                "license": {
                    "id": 2,
                    "name": "ESA Standard Licence",
                    "priority": 2,
                    "link": "https://www.esa.int/ESA_Multimedia/Terms_and_conditions_of_use_of_images_and_videos_available_on_the_esa_website"
                },
                "single_use": true,
                "variants": []
            },
            "infographic": null
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}