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

{
    "id": 879,
    "url": "https://ll.thespacedevs.com/2.3.0/events/879/?format=api",
    "name": "IAC 2023 Elon Musk Lecture",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "IAC 23 Baku - Day 4 - Part 2/2 - International Astronautical Congress",
            "description": "INTERNATIONAL ASTRONAUTICAL CONGRESS 2023Thursday 5 October - Afternoon sessions- The IAC 2023 in Baku, Azerbaijan!2-6 October 2023GLOBAL CHALLENGES AND OPPO...",
            "feature_image": "https://i.ytimg.com/vi/kg3Z0wj9xDI/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=kg3Z0wj9xDI",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1252,
        "name": "No Image Placeholder",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/default.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305192149.png",
        "credit": "N/A",
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": false,
        "variants": []
    },
    "date": "2023-10-05T13:45:00Z",
    "slug": "iac-2023-elon-musk-lecture",
    "type": {
        "id": 20,
        "name": "Press Event"
    },
    "description": "SpaceX CEO Elon Musk will hold a remote lecture for IAC 2023 titled \"Creating a More Exciting Future\".",
    "webcast_live": false,
    "location": "IAC 2023, Baku",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": "PT4H40M23S",
    "updates": [
        {
            "id": 5310,
            "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=kg3Z0wj9xDI",
            "created_by": "LL2",
            "created_on": "2023-10-05T13:35:39Z"
        },
        {
            "id": 5309,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://twitter.com/iafastro/status/1709660035016446420",
            "created_by": "hitura-nobad",
            "created_on": "2023-10-05T10:58:04Z"
        }
    ],
    "last_updated": "2024-03-05T17:26:37Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 121,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
            "name": "SpaceX",
            "abbrev": "SpX",
            "type": {
                "id": 3,
                "name": "Commercial"
            }
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}