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

{
    "id": 685,
    "url": "https://ll.thespacedevs.com/2.3.0/events/685/?format=api",
    "name": "JWST Early Results Media Teleconference",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "Experts Available to Discuss NASA Webb Telescope Science Results",
            "description": "Experts from NASA and other institutions will be available by teleconference at 11 a.m. EST on Thursday, Nov. 17, to answer media questions about early science results from the agency’s James Webb Space Telescope.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/experts-available-to-discuss-nasa-webb-telescope-science-results",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Media Briefing: Expert Availability on NASA Webb Science Results (Nov. 17, 2022)",
            "description": "Experts will be available by teleconference to answer media questions about early science results from NASA’s James Webb Space Telescope.Teleconference parti...",
            "feature_image": "https://i.ytimg.com/vi/eocPdOdGK5g/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=eocPdOdGK5g",
            "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-11-17T16:00:00Z",
    "slug": "jwst-early-results-media-teleconference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Experts from NASA and other institutions will answer media questions about early science results from the agency’s James Webb Space Telescope.",
    "webcast_live": false,
    "location": null,
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:28:21Z",
    "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": []
}