Modes

Levels of detail in the response - list, normal, detailed

Example - /events/?mode=list

Filters

Parameters - agency__ids, date__gt, date__gte, date__lt, 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/1102/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 1102,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/1102/?format=api",
    "name": "Sentinel-1C Pre-Launch Media Briefing",
    "info_urls": [],
    "vid_urls": [],
    "image": {
        "id": 1861,
        "name": "Vega-C liftoff on its maiden flight (LARES-2)",
        "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/vega-c_image_20220713154437.jpg",
        "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305193950.jpeg",
        "credit": "ESA/CNES/Arianespace/Optique vidéo du CSG–S. Martin",
        "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": false,
        "variants": []
    },
    "date": "2024-11-27T14:00:00Z",
    "slug": "sentinel-1c-pre-launch-media-briefing",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "Pre-launch media briefing for the Sentinel-1C mission which will be launched aboard a Vega-C rocket in early December from Europe’s Spaceport in Kourou, French Guiana.",
    "webcast_live": false,
    "location": "Online",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": "PT1H",
    "updates": [
        {
            "id": 9354,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.esa.int/ESA_Multimedia/ESA_Web_TV",
            "created_by": "Nosu",
            "created_on": "2024-11-27T12:53:00Z"
        }
    ],
    "last_updated": "2024-11-29T07:27:39Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 27,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
            "name": "European Space Agency",
            "abbrev": "ESA",
            "type": {
                "id": 2,
                "name": "Multinational"
            }
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [
        {
            "response_mode": "normal",
            "id": 22,
            "url": "https://lldev.thespacedevs.com/2.3.0/programs/22/?format=api",
            "name": "Copernicus",
            "image": {
                "id": 1879,
                "name": "[AUTO] Copernicus - image",
                "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/copernicus_program_20221129162831.png",
                "thumbnail_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194023.png",
                "credit": null,
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": true,
                "variants": []
            },
            "info_url": "https://www.copernicus.eu",
            "wiki_url": "https://en.wikipedia.org/wiki/Copernicus_Programme",
            "description": "Copernicus is the European Union's Earth observation programme coordinated and managed for the European Commission by the European Union Agency for the Space Programme in partnership with the European Space Agency (ESA), the EU Member States. It aims at achieving a global, continuous, autonomous, high quality, wide range Earth observation capacity. Providing accurate, timely and easily accessible information to, among other things, improve the management of the environment, understand and mitigate the effects of climate change, and ensure civil security.",
            "agencies": [
                {
                    "response_mode": "list",
                    "id": 27,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
                    "name": "European Space Agency",
                    "abbrev": "ESA",
                    "type": {
                        "id": 2,
                        "name": "Multinational"
                    }
                },
                {
                    "response_mode": "list",
                    "id": 1043,
                    "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1043/?format=api",
                    "name": "European Union Agency for the Space Programme",
                    "abbrev": "EUSPA",
                    "type": {
                        "id": 2,
                        "name": "Multinational"
                    }
                }
            ],
            "start_date": "2014-04-03T00:00:00Z",
            "end_date": null,
            "mission_patches": [],
            "type": {
                "id": 8,
                "name": "Earth Observation"
            }
        }
    ],
    "astronauts": []
}