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

{
    "id": 1210,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/1210/?format=api",
    "slug": "maxidusty-2-sounding-rocket-launch",
    "name": "MaxiDusty-2 Sounding Rocket Launch",
    "updates": [
        {
            "id": 11478,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/live/dWDRQDbPnMg?si=Wk51GkUm9RixhVor",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-05T05:57:00Z"
        },
        {
            "id": 11479,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Andøya Space  has started",
            "info_url": "https://www.youtube.com/watch?v=dWDRQDbPnMg",
            "created_by": "LL2",
            "created_on": "2025-07-05T05:57:00Z"
        }
    ],
    "last_updated": "2025-07-05T06:13:19Z",
    "type": {
        "id": 31,
        "name": "Sounding Rocket Launch"
    },
    "description": "UiT The Arctic University of Norway and Andøya Space have now completed the necessary preparations for an all-Norwegian research rocket named MaxiDusty-2.\r\n \r\nAmong other things, the rocket will bring back dust and particles from the mesosphere, so that the researchers can study these carefully in their laboratories. In the period May-August, this area of altitude in the atmosphere is the coldest place on Earth with around 160 degrees below zero. In fact, it has to be that cold before the water that has bound to the dust particles freezes into ice and eventually forms large ice clouds, known as nocturnal clouds.",
    "webcast_live": false,
    "location": "Andoya Norway",
    "news_url": "https://andoyaspace.no/news-articles/tasting-the-atmosphere-with-maxidusty-2/",
    "video_url": "https://www.youtube.com/watch?v=dWDRQDbPnMg",
    "info_urls": [
        {
            "priority": 10,
            "source": "andoyaspace.no",
            "title": "“Tasting” the atmosphere with MaxiDusty-2",
            "description": "The Norwegian research rocket MaxiDusty-2 is ready for a very special research mission in a Norwegian context. At the outer limit of the Earth’s atmosphere…",
            "feature_image": null,
            "url": "https://andoyaspace.no/news-articles/tasting-the-atmosphere-with-maxidusty-2/",
            "type": {
                "id": 1,
                "name": "Official Page"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [
        {
            "priority": 10,
            "source": "youtube.com",
            "publisher": "Andøya Space ",
            "title": "MaxiDusty-2 Campaign from @Andøya Space | Day 6 [LAUNCHED]",
            "description": "UiT The Arctic University of Norway and Andøya Space have now completed the necessary preparations for an all-Norwegian research rocket named MaxiDusty-2.\n \nAmong other things, the rocket will bring b...",
            "feature_image": "https://i.ytimg.com/vi/dWDRQDbPnMg/maxresdefault_live.jpg",
            "url": "https://www.youtube.com/watch?v=dWDRQDbPnMg",
            "type": {
                "id": 1,
                "name": "Official Webcast"
            },
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            },
            "start_time": "2025-07-05T03:53:56Z",
            "end_time": "2025-07-05T06:12:39Z"
        }
    ],
    "feature_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/maxidusty-2_sou_image_20250705060011.jpg",
    "date": "2025-07-05T06:01:00Z",
    "date_precision": {
        "id": 1,
        "name": "Minute",
        "abbrev": "MIN",
        "description": "The T-0 is accurate to the minute."
    },
    "duration": "PT2H18M43S",
    "agencies": [],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}