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=120&ordering=-created_on
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 4042,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=130&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=110&ordering=-created_on",
    "results": [
        {
            "id": 11225,
            "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=-TumSmP6ztQ",
            "created_by": "LL2",
            "created_on": "2025-06-08T14:10:00Z"
        },
        {
            "id": 11224,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 90% favorable for launch.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Axiom-4%20L-2%20Forecast%20-%2010%20Jun%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-08T14:04:00Z"
        },
        {
            "id": 11223,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/_jaykeegan_/status/1931469947026243621",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-08T03:52:00Z"
        },
        {
            "id": 11222,
            "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-15-8",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-08T03:50:00Z"
        },
        {
            "id": 11221,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Tweaked launch window.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-07T15:30:00Z"
        },
        {
            "id": 11220,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Payload deployed",
            "info_url": "https://x.com/i/broadcasts/1gqxvjXbqzwxB",
            "created_by": "SwGustav",
            "created_on": "2025-06-07T05:28:00Z"
        },
        {
            "id": 11219,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1gqxvjXbqzwxB",
            "created_by": "SwGustav",
            "created_on": "2025-06-07T04:54:00Z"
        },
        {
            "id": 11218,
            "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=sxm10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-07T03:58:00Z"
        },
        {
            "id": 11217,
            "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=sxm10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-07T03:33:00Z"
        },
        {
            "id": 11216,
            "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=sxm10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-07T02:57:00Z"
        }
    ]
}