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

{
    "id": 893,
    "url": "https://ll.thespacedevs.com/2.3.0/events/893/?format=api",
    "name": "DLR Moraba Suborbital Rocket Launch",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "DLR MORABA SOAR Campaign from @Andøya Space | Day 1",
            "description": "Mission purpose: SOAR is an abbreviation for \"Single-stage Operational Assessment of Red Kite\", and is a project between the German space agency DLR and Baye...",
            "feature_image": "https://i.ytimg.com/vi/3hKwi1GfSko/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=3hKwi1GfSko",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1092,
        "name": "[AUTO] DLR Moraba Suborbital Rocket Launch - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/dlr_moraba_subo_image_20231113093859.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191618.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2023-11-13T12:20:00Z",
    "slug": "dlr-moraba-suborbital-rocket-launch",
    "type": {
        "id": 31,
        "name": "Sounding Rocket Launch"
    },
    "description": "SOAR is an abbreviation for \"Single-stage Operational Assessment of Red Kite\", and is a project between the German space agency DLR and Bayern-Chemie GmbH which aims to develop a new solid fueled rocket motor called Red Kite. The ride kite will be qualified during the SOAR mission. \r\n\r\nThe mission is launched from Andøya Space in Norway in November. But it´s not only about the Red Kite flight qualification, the new motor carries a quite fancy looking experiment from DLR´s Institute of Aerodynamics and Flow Technology on supersonic and hypersonic Ram-Jet flow",
    "webcast_live": false,
    "location": "Andøya Space, Norway",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": "PT1H51M40S",
    "updates": [
        {
            "id": 5674,
            "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=3hKwi1GfSko",
            "created_by": "LL2",
            "created_on": "2023-11-13T10:36:08Z"
        },
        {
            "id": 5673,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=3hKwi1GfSko",
            "created_by": "hitura-nobad",
            "created_on": "2023-11-13T09:39:07Z"
        }
    ],
    "last_updated": "2024-03-05T17:22:54Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 29,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/29/?format=api",
            "name": "German Aerospace Center",
            "abbrev": "DLR",
            "type": {
                "id": 1,
                "name": "Government"
            }
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}