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

{
    "id": 437,
    "url": "https://ll.thespacedevs.com/2.3.0/events/437/?format=api",
    "name": "IXPE Pre-Launch News Conference",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA TV to Air IXPE Prelaunch Activities, Launch",
            "description": "NASA will provide coverage of the upcoming prelaunch and launch activities for the Imaging X-ray Polarimetry Explorer (IXPE) mission, the first satellite dedicated to measuring the polarization of X-rays from a variety of cosmic sources, such as black holes and neutron stars.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-tv-to-air-ixpe-prelaunch-activities-launch",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "image": {
        "id": 1049,
        "name": "[AUTO] IXPE Pre-Launch News Conference - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/ixpe_pre-launch_image_20211201070800.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191502.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2021-12-07T22:30:00Z",
    "slug": "ixpe-pre-launch-news-conference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will host a media briefing about the upcoming launch of the Imaging X-ray Polarimetry Explorer (IXPE) mission.",
    "webcast_live": false,
    "location": "Kennedy Space Center",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:30:36Z",
    "agencies": [],
    "launches": [
        {
            "id": "dfb2cc3b-8cd8-41b6-a83a-22b2a742ba4b",
            "url": "https://ll.thespacedevs.com/2.3.0/launches/dfb2cc3b-8cd8-41b6-a83a-22b2a742ba4b/?format=api",
            "name": "Falcon 9 Block 5 | X-Ray Polarimetry Explorer (IXPE)",
            "response_mode": "list",
            "slug": "falcon-9-block-5-x-ray-polarimetry-explorer-ixpe",
            "launch_designator": "2021-121",
            "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-05T17:59:43Z",
            "net": "2021-12-09T06:00:00Z",
            "net_precision": null,
            "window_end": "2021-12-09T07:30:00Z",
            "window_start": "2021-12-09T06:00:00Z",
            "image": {
                "id": 1416,
                "name": "[AUTO] Falcon 9 Block 5 | X-Ray Polarimetry Explorer (IXPE) - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/falcon2520925_image_20211208191703.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192708.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "infographic": null
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}