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

{
    "id": 754,
    "url": "https://ll.thespacedevs.com/2.3.0/events/754/?format=api",
    "name": "NASA TROPICS Teleconference",
    "info_urls": [
        {
            "priority": 10,
            "source": "www.nasa.gov",
            "title": "NASA, Rocket Lab Set Coverage for Tropical Cyclones Mission",
            "description": "NASA and Rocket Lab are targeting 9 p.m. EDT, Sunday, April 30 (1 p.m. New Zealand Standard Time, Monday, May 1), to launch two storm tracking CubeSats into orbit.",
            "feature_image": null,
            "url": "https://www.nasa.gov/press-release/nasa-rocket-lab-set-coverage-for-tropical-cyclones-mission",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "Avant d'accéder à YouTube",
            "description": "\n• Suivre les interruptions de service et protéger contre le spam, les fraudes et les abus\n• Mesurer l'engagement de l'audience et les statistiques des sites pour comprendre la façon dont nos services sont utilisés et pour améliorer leur qualité\n• Développer de nouveaux services et les améliorer\n• D...",
            "feature_image": null,
            "url": "https://www.youtube.com/live/O6C4BhRWacE",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1127,
        "name": "[AUTO] NASA TROPICS Teleconference - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/nasa_tropics_te_image_20230425070206.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191720.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2023-04-28T20:00:00Z",
    "slug": "nasa-tropics-teleconference",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "NASA will host a media teleconference ahead of the launch of its TROPICS mission.",
    "webcast_live": false,
    "location": null,
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:27:12Z",
    "agencies": [],
    "launches": [
        {
            "id": "e870fe28-c5d5-4c3d-be4f-aaddd061ea18",
            "url": "https://ll.thespacedevs.com/2.3.0/launches/e870fe28-c5d5-4c3d-be4f-aaddd061ea18/?format=api",
            "name": "Electron | Rocket Like A Hurricane (TROPICS-2)",
            "response_mode": "list",
            "slug": "electron-rocket-like-a-hurricane-tropics-2",
            "launch_designator": "2023-062",
            "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:09:00Z",
            "net": "2023-05-08T01:00:00Z",
            "net_precision": {
                "id": 1,
                "name": "Minute",
                "abbrev": "MIN",
                "description": "The T-0 is accurate to the minute."
            },
            "window_end": "2023-05-08T03:00:00Z",
            "window_start": "2023-05-08T01:00:00Z",
            "image": {
                "id": 1497,
                "name": "[AUTO] Electron | Rocket Like A Hurricane (TROPICS-2) - image",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/electron25202_image_20230824180537.jpeg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192943.jpeg",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "infographic": null
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}