API endpoint that allows Updates to be viewed.

GET: Return a list of all the existing Updates.

FILTERS: Parameters - 'created_on', 'launch__id', 'program__id', 'launch__launch_service_provider__id', Example - /api/2.2.0/updates/?status=Active

ORDERING: Fields - 'created_on', Example - /api/2.2.0/updates/?ordering=-created_on

GET /2.2.0/updates/?format=api&offset=640&ordering=-created_on
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 4099,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=650&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=630&ordering=-created_on",
    "results": [
        {
            "id": 10829,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Hold at T-8 minutes.",
            "info_url": "https://www.youtube.com/watch?v=P4wYA10FzI8",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T13:30:00Z"
        },
        {
            "id": 10828,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Firefly Aerospace has started",
            "info_url": "https://www.youtube.com/watch?v=P4wYA10FzI8",
            "created_by": "LL2",
            "created_on": "2025-04-28T12:49:00Z"
        },
        {
            "id": 10827,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/spacex/status/1916693436411027541",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T04:14:00Z"
        },
        {
            "id": 10826,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=IgHfLe2y0nU",
            "created_by": "LL2",
            "created_on": "2025-04-28T02:12:00Z"
        },
        {
            "id": 10825,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1lPJqMYrDrdJb",
            "created_by": "SwGustav",
            "created_on": "2025-04-28T02:10:00Z"
        },
        {
            "id": 10824,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Delayed to later in the day UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-9",
            "created_by": "SwGustav",
            "created_on": "2025-04-28T00:11:00Z"
        },
        {
            "id": 10823,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-23",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-27T21:38:00Z"
        },
        {
            "id": 10822,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-9",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-27T21:35:00Z"
        },
        {
            "id": 10821,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-9",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-27T18:58:00Z"
        },
        {
            "id": 10820,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5160206464450601",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-27T16:51:00Z"
        }
    ]
}