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

{
    "id": 488,
    "url": "https://ll.thespacedevs.com/2.3.0/events/488/?format=api",
    "name": "JWST Science Live",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA to Discuss Webb’s Arrival at Final Destination, Next Steps",
            "description": "Scientists and engineers operating NASA’s James Webb Space Telescope will answer questions about the mission’s latest milestones in a NASA Science Live broadcast at 3 p.m. EST Monday, Jan. 24, followed by a media teleconference at 4 p.m.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-to-discuss-webb-s-arrival-at-final-destination-next-steps",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "NASA Science Live: What’s Next for the James Webb Space Telescope?",
            "description": "The past month has been an exciting one for NASA’s James Webb Space Telescope — from launch in tropical French Guiana, to the two-week unfolding of this intr...",
            "feature_image": "https://i.ytimg.com/vi/pWklR2PBfQU/hqdefault.jpg",
            "url": "https://www.youtube.com/watch?v=pWklR2PBfQU",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1224,
        "name": "JWST render from above",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jwst_alignment__image_20220505152744.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192056.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-01-24T20:00:00Z",
    "slug": "jwst-science-live",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will hold a Science Live episode providing updates on primary mirror movements and L2 insertion burn.",
    "webcast_live": false,
    "location": "Goddard Space Flight Center",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [
        {
            "id": 1184,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Adding event.",
            "info_url": "https://www.nasa.gov/press-release/nasa-to-discuss-webb-s-arrival-at-final-destination-next-steps/",
            "created_by": "Jay",
            "created_on": "2022-01-20T22:29:57Z"
        }
    ],
    "last_updated": "2024-03-07T09:35:42Z",
    "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": []
}