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

{
    "id": 949,
    "url": "https://ll.thespacedevs.com/2.3.0/events/949/?format=api",
    "name": "Rocket Lab Q4 2023 Financial Results Update and Conference Call",
    "info_urls": [
        {
            "priority": 10,
            "source": "investors.rocketlabusa.com",
            "title": "Rocket Lab - Fourth Quarter 2023 Financial Results Update and Conference Call",
            "description": "",
            "feature_image": null,
            "url": "https://investors.rocketlabusa.com/events-and-presentations/events/event-details/2024/Fourth-Quarter-2023-Financial-Results-Update-and-Conference-Call/default.aspx",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "events.q4inc.com",
            "publisher": "",
            "title": "Events Platform - Q4",
            "description": "Q4's Events platform is an efficient and secure way to conduct any capital market's meeting online.",
            "feature_image": null,
            "url": "https://events.q4inc.com/attendee/493849346",
            "type": {
                "id": 8,
                "name": "Web Conference"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null,
            "live": false
        }
    ],
    "image": {
        "id": 1097,
        "name": "[AUTO] Rocket Lab Q4 2023 Financial Results Update and Conference Call - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket_lab_q4_2_image_20240227101455.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305191627.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "date": "2024-02-27T22:00:00Z",
    "slug": "rocket-lab-q4-2023-financial-results-update-and-co",
    "type": {
        "id": 32,
        "name": "Earnings Calls"
    },
    "description": "RocketLab will host the 2023 Q4 Earnings Call for its Investors.",
    "webcast_live": false,
    "location": "Online",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "response_mode": "detailed",
    "duration": null,
    "updates": [
        {
            "id": 6814,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://investors.rocketlabusa.com/events-and-presentations/events/event-details/2024/Fourth-Quarter-2023-Financial-Results-Update-and-Conference-Call/default.aspx",
            "created_by": "hitura-nobad",
            "created_on": "2024-02-27T10:14:57Z"
        }
    ],
    "last_updated": "2024-03-05T17:27:37Z",
    "agencies": [
        {
            "response_mode": "list",
            "id": 147,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/147/?format=api",
            "name": "Rocket Lab",
            "abbrev": "RL",
            "type": {
                "id": 3,
                "name": "Commercial"
            }
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": [],
    "astronauts": []
}