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

{
    "id": 823,
    "url": "https://ll.thespacedevs.com/2.3.0/events/823/?format=api",
    "name": "Psyche Independent Review Media Teleconference",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.jpl.nasa.gov",
            "title": "NASA to Discuss Conclusions of Psyche Mission Independent Review Board",
            "description": "Leaders from NASA, the agency’s Jet Propulsion Laboratory, and the board will discuss progress in addressing issues that led to the mission’s launch delay.",
            "feature_image": null,
            "url": "https://www.jpl.nasa.gov/news/nasa-to-discuss-conclusions-of-psyche-mission-independent-review-board",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Media Briefing: Final Assessment of Psyche Independent Review Board (June 5, 2023)",
            "description": "NASA discusses the follow-up report by the Psyche mission independent review board. The new assessment reviews corrective actions taken following the Novembe...",
            "feature_image": "https://i.ytimg.com/vi/kVsTaLcP7Mg/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=kVsTaLcP7Mg",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1215,
        "name": "[AUTO] Psyche Independent Review Media Teleconference - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/psyche_independ_image_20230531181924.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192041.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2023-06-05T20:00:00Z",
    "slug": "psyche-independent-review-media-teleconference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Leaders from NASA, the agency’s Jet Propulsion Laboratory, and the board will discuss progress in addressing issues that led to the mission’s launch delay.",
    "webcast_live": false,
    "location": null,
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": null,
    "updates": [
        {
            "id": 4288,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=kVsTaLcP7Mg",
            "created_by": "LL2",
            "created_on": "2023-06-05T19:59:06Z"
        }
    ],
    "last_updated": "2024-03-05T17:22:27Z",
    "agencies": [],
    "launches": [
        {
            "id": "66133437-db31-4098-8e3e-cf34c8125f9b",
            "url": "https://ll.thespacedevs.com/2.3.0/launches/66133437-db31-4098-8e3e-cf34c8125f9b/?format=api",
            "name": "Falcon Heavy | Psyche",
            "response_mode": "list",
            "slug": "falcon-heavy-psyche",
            "launch_designator": "2023-157",
            "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-03-05T18:23:37Z",
            "net": "2023-10-13T14:19:43Z",
            "net_precision": {
                "id": 0,
                "name": "Second",
                "abbrev": "SEC",
                "description": "The T-0 is accurate to the second."
            },
            "window_end": "2023-10-13T14:19:43Z",
            "window_start": "2023-10-13T14:19:43Z",
            "image": {
                "id": 1347,
                "name": "[AUTO] Falcon Heavy | Psyche - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520heav_image_20231014091714.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192458.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "infographic": null
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}