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 - lldev.thespacedevs.com/docs

GET /2.3.0/events/865/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 865,
    "url": "https://lldev.thespacedevs.com/2.3.0/events/865/?format=api",
    "name": "SLIM Lunar Landing",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "JAXA | 宇宙航空研究開発機構",
            "title": "SLIM Moon Landing Live & Press Conference",
            "description": "日本語 ⇒ https://www.youtube.com/watch?v=Udh6kvjZYC8The pinpoint moon landing operation by the SLIM spacecraft will be live-streamed from JAXA's Sagamihara Camp...",
            "feature_image": "https://i.ytimg.com/vi/nvXLt3ET9mE/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=nvXLt3ET9mE",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2024-01-19T13:56:37Z",
            "end_time": "2024-01-19T18:47:02Z",
            "live": false
        },
        {
            "priority": 11,
            "source": "youtube.com",
            "publisher": "JAXA | 宇宙航空研究開発機構",
            "title": "小型月着陸実証機SLIM ピンポイント月着陸ライブ・記者会見",
            "description": "English ⇒ https://youtube.com/live/nvXLt3ET9mE小型月着陸実証機SLIMによるピンポイント月着陸運用の様子をJAXA相模原キャンパスからライブ配信します。配信予定:2024年1月19日(金)23時00分頃~月着陸予定:2024年1月20日(土)00時20分頃【記者会見】...",
            "feature_image": "https://i.ytimg.com/vi/Udh6kvjZYC8/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=Udh6kvjZYC8",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 6,
                "name": "Japanese",
                "code": "jp"
            },
            "start_time": "2024-01-19T14:00:00Z",
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1111,
        "name": "SLIM landed on the moon render",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/slim_lunar_land_image_20230907070424.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191651.png",
        "credit": "JAXA",
        "license": {
            "id": 9,
            "name": "JAXA Image Usage Policy",
            "priority": 8,
            "link": "https://global.jaxa.jp/policy.html"
        },
        "single_use": false,
        "variants": []
    },
    "date": "2024-01-19T15:20:00Z",
    "slug": "slim-lunar-landing",
    "type": {
        "id": 7,
        "name": "Moon Landing"
    },
    "description": "JAXA's Smart Lander for Investigating Moon (SLIM) will attempt to land on the surface of the Moon.",
    "webcast_live": false,
    "location": "Shioli Crater, Lunar Surface",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": "PT4H50M25S",
    "updates": [
        {
            "id": 5871,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated planned landing time.",
            "info_url": "https://www.jaxa.jp/press/2023/12/20231205-1_j.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-05T06:46:50Z"
        },
        {
            "id": 6422,
            "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=nvXLt3ET9mE",
            "created_by": "LL2",
            "created_on": "2024-01-19T13:57:09Z"
        }
    ],
    "last_updated": "2024-03-05T17:24:41Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 37,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/37/?format=api",
            "name": "Japan Aerospace Exploration Agency",
            "abbrev": "JAXA",
            "type": {
                "id": 1,
                "name": "Government"
            }
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}