API endpoint that allows all Events to be viewed.

FILTERS: 'type', 'type__ids', 'program', 'agency__ids', 'last_updated'

GET: Return a list of all Events

SEARCH EXAMPLE: /2.2.0/event/?search=Dragon Searches through name

ORDERING: Fields - 'date', 'last_updated' Example - /2.2.0/event/?ordering=-date

GET /2.2.0/event/949/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 949,
    "url": "https://ll.thespacedevs.com/2.2.0/event/949/?format=api",
    "slug": "rocket-lab-q4-2023-financial-results-update-and-co",
    "name": "Rocket Lab Q4 2023 Financial Results Update and Conference Call",
    "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",
    "type": {
        "id": 32,
        "name": "Earnings Calls"
    },
    "description": "RocketLab will host the 2023 Q4 Earnings Call for its Investors.",
    "webcast_live": false,
    "location": "Online",
    "news_url": "https://investors.rocketlabusa.com/events-and-presentations/events/event-details/2024/Fourth-Quarter-2023-Financial-Results-Update-and-Conference-Call/default.aspx",
    "video_url": "https://events.q4inc.com/attendee/493849346",
    "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
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket_lab_q4_2_image_20240227101455.jpeg",
    "date": "2024-02-27T22:00:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": null,
    "agencies": [
        {
            "id": 147,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/147/?format=api",
            "name": "Rocket Lab",
            "featured": true,
            "type": "Commercial",
            "country_code": "USA",
            "abbrev": "RL",
            "description": "Rocket Lab is an American aerospace manufacturer with a wholly owned New Zealand subsidiary. The company develops lightweight, cost-effective commercial rocket launch services. The Electron Program was founded on the premise that small payloads such as CubeSats require dedicated small launch vehicles and flexibility not currently offered by traditional rocket systems. Its rocket, the Electron, is a light-weight rocket and is now operating commercially. The company is also producing a variety of spacecrafts and spacecrafts components.",
            "administrator": "CEO: Peter Beck",
            "founding_year": "2006",
            "launchers": "Electron",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_image_20190207032456.jpeg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/rocket2520lab2520ltd_logo_20220218075411.png"
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}