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

{
    "id": 835,
    "url": "https://ll.thespacedevs.com/2.2.0/event/835/?format=api",
    "slug": "epsilon-s-2nd-stage-motor-static-fire",
    "name": "Epsilon S 2nd Stage Motor Static Fire",
    "updates": [
        {
            "id": 4578,
            "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=VHngCQLJDAY",
            "created_by": "LL2",
            "created_on": "2023-07-13T23:46:50Z"
        }
    ],
    "last_updated": "2024-08-20T18:54:24Z",
    "type": {
        "id": 5,
        "name": "Static Fire"
    },
    "description": "JAXA will test fire the second stage solid rocket motor for the Epsilon S launch vehicle using a short nozzle specific for atmospheric pressure test.\r\n\r\nTimes are subject to change depending on weather conditions.\r\n\r\nThis test comes after a launch failure in 2022 shortly after second stage cutoff due to an attitude control fault.",
    "webcast_live": false,
    "location": "JAXA Noshiro Rocket Testing Center",
    "news_url": null,
    "video_url": "https://www.youtube.com/watch?v=VHngCQLJDAY",
    "info_urls": [],
    "vid_urls": [
        {
            "priority": 10,
            "source": "www.youtube.com",
            "publisher": null,
            "title": "イプシロンSロケット第2段モータ地上燃焼試験 / Epsilon S rocket 2nd stage motor firing test",
            "description": "JAXA 能代ロケット実験場試験予定日時 2023年7月14日 11:00 → 9:00※風向が条件を満たすまで夕方まで待機の可能性あり※気象条件により時間が変更になる場合があります。速報はtwitterでお知らせします。http://twitter.com/nvslive【大気圧試験用 短ノズル仕様】固体推進薬...",
            "feature_image": "https://i.ytimg.com/vi/VHngCQLJDAY/maxresdefault.jpg",
            "url": "https://www.youtube.com/watch?v=VHngCQLJDAY",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": null,
            "end_time": null
        }
    ],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/epsilon_s_rocke_image_20230713182951.jpg",
    "date": "2023-07-13T23:45:00Z",
    "date_precision": {
        "id": 2,
        "name": "Hour",
        "abbrev": "HR",
        "description": "The T-0 is accurate to the hour."
    },
    "duration": null,
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}