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

{
    "id": 897,
    "url": "https://ll.thespacedevs.com/2.2.0/event/897/?format=api",
    "slug": "s-520-33-sounding-rocket-launch",
    "name": "S-520-33 Sounding Rocket Launch",
    "updates": [
        {
            "id": 5819,
            "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=vfaWXZL2kOw",
            "created_by": "LL2",
            "created_on": "2023-12-02T06:33:34Z"
        },
        {
            "id": 5796,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to December 2 due to weather.",
            "info_url": "https://www.jaxa.jp/press/2023/11/20231129-1_j.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-29T05:48:21Z"
        },
        {
            "id": 5783,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Adding Event",
            "info_url": "https://www.jaxa.jp/press/2023/11/20231127-1_j.html",
            "created_by": "hitura-nobad",
            "created_on": "2023-11-27T09:12:38Z"
        }
    ],
    "last_updated": "2024-03-05T17:22:56Z",
    "type": {
        "id": 31,
        "name": "Sounding Rocket Launch"
    },
    "description": "Launch of the S-520-33 sounding rocket",
    "webcast_live": false,
    "location": "Uchinoura Space Center",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=vfaWXZL2kOw",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "NVS",
            "title": "観測ロケットS-520 33号機打上げライブ中継 Sounding Rocket S-520 F33 Launch Live Streaming",
            "description": "今回もNVSでは、観測ロケットS-520 33号機の打上げライブ取材を行う予定です。This time as well, we plan to conduct live coverage of the launch of the Sounding Rocket S-520 F33.打上げ予定日(Launch Da...",
            "feature_image": "https://i.ytimg.com/vi/vfaWXZL2kOw/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=vfaWXZL2kOw",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2023-12-02T06:33:02Z",
            "end_time": "2023-12-02T07:24:21Z"
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/s-520-33_soundi_image_20231127091228.jpg",
    "date": "2023-12-02T07:00:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": "PT51M19S",
    "agencies": [
        {
            "id": 37,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
            "name": "Japan Aerospace Exploration Agency",
            "featured": true,
            "type": "Government",
            "country_code": "JPN",
            "abbrev": "JAXA",
            "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
            "administrator": "Administrator: Hiroshi Yamakawa",
            "founding_year": "2003",
            "launchers": "H-II",
            "spacecraft": "",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_logo_20190207032440.png"
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}