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

{
    "id": 835,
    "url": "https://ll.thespacedevs.com/2.3.0/events/835/?format=api",
    "name": "Epsilon S 2nd Stage Motor Static Fire",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "イプシロンSロケット第2段モータ地上燃焼試験 / Epsilon S rocket 2nd stage motor firing test",
            "description": "JAXA 能代ロケット実験場試験予定日時 2023年7月14日 11:00 → 9:00※風向が条件を満たすまで夕方まで待機の可能性あり※気象条件により時間が変更になる場合があります。速報はtwitterでお知らせします。http://twitter.com/nvslive【大気圧試験用 短ノズル仕様】固体推進薬...",
            "feature_image": "https://i.ytimg.com/vi/VHngCQLJDAY/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=VHngCQLJDAY",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1185,
        "name": "[AUTO] Epsilon S  2nd Stage Motor Static Fire - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/epsilon_s_rocke_image_20230713182951.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191934.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2023-07-13T23:45:00Z",
    "slug": "epsilon-s-2nd-stage-motor-static-fire",
    "type": {
        "id": 5,
        "name": "Static Fire"
    },
    "description": "JAXA will test fire the second stage solid rocket motor for the Epsilon S launch vehicle using a short nozzle specific for atmospheric pressure test.\r\n\r\nTimes are subject to change depending on weather conditions.\r\n\r\nThis test comes after a launch failure in 2022 shortly after second stage cutoff due to an attitude control fault.",
    "webcast_live": false,
    "location": "JAXA Noshiro Rocket Testing Center",
    "date_precision": {
        "id": 2,
        "name": "Hour",
        "abbrev": "HR",
        "description": "The T-0 is accurate to the hour."
    },
    "response_mode": "detailed",
    "duration": null,
    "updates": [
        {
            "id": 4578,
            "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=VHngCQLJDAY",
            "created_by": "LL2",
            "created_on": "2023-07-13T23:46:50Z"
        }
    ],
    "last_updated": "2024-08-20T18:54:24Z",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}