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

{
    "id": 488,
    "url": "https://lldev.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": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}