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

{
    "id": 124,
    "url": "https://ll.thespacedevs.com/2.3.0/events/124/?format=api",
    "name": "Emirates Mars Mission 'Hope' Mars Orbit Insertion",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": null,
            "publisher": null,
            "title": null,
            "description": null,
            "feature_image": null,
            "url": "https://emiratesmarsmission.ae/live/",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1076,
        "name": "[AUTO] Emirates Mars Mission 'Hope' Mars Orbit Insertion - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/emirates_mars_m_image_20200721105747.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191549.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2021-02-09T15:45:00Z",
    "slug": "emirates-mars-mission-hope-mars-orbit-insertion",
    "type": {
        "id": 16,
        "name": "Orbital Insertion"
    },
    "description": "The Emirates Mars Mission 'Hope' will enter an orbit around Mars after its six months interplanetary journey.",
    "webcast_live": false,
    "location": "Mars",
    "date_precision": null,
    "response_mode": "detailed",
    "duration": null,
    "updates": [],
    "last_updated": "2024-03-05T17:22:47Z",
    "agencies": [],
    "launches": [
        {
            "id": "42370bdb-db93-4212-bda6-d91c177b2ea6",
            "url": "https://ll.thespacedevs.com/2.3.0/launches/42370bdb-db93-4212-bda6-d91c177b2ea6/?format=api",
            "name": "H-IIA 202 | Hope (Emirates Mars Mission)",
            "response_mode": "list",
            "slug": "h-iia-202-hope-emirates-mars-mission",
            "launch_designator": "2020-047",
            "status": {
                "id": 3,
                "name": "Launch Successful",
                "abbrev": "Success",
                "description": "The launch vehicle successfully inserted its payload(s) into the target orbit(s)."
            },
            "last_updated": "2023-07-07T12:52:39Z",
            "net": "2020-07-19T21:58:14Z",
            "net_precision": null,
            "window_end": "2020-07-19T21:58:14Z",
            "window_start": "2020-07-19T21:58:14Z",
            "image": {
                "id": 1482,
                "name": "H-IIA 202 liftoff (XRISM & SLIM)",
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/h-iia_202_lifto_image_20240325123250.jpg",
                "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/h-iia_202_lifto_image_thumbnail_20240325123250.jpeg",
                "credit": "Mitsubishi Heavy Industries",
                "license": {
                    "id": 1,
                    "name": "Unknown",
                    "priority": 9,
                    "link": null
                },
                "single_use": false,
                "variants": []
            },
            "infographic": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/infographic_images/h-iia25202022_infographic_20200806042051.png"
        }
    ],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}