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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=600",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=580",
    "results": [
        {
            "id": 11370,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T23:21:00Z"
        },
        {
            "id": 11369,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 85% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%20g10-16%20L-2%20Forecast%20-%2025%20JUN%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T23:16:00Z"
        },
        {
            "id": 11368,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1jMKgkwArZOKL",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T21:25:00Z"
        },
        {
            "id": 11367,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 1st.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61122.msg2696167#msg2696167",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T21:11:00Z"
        },
        {
            "id": 11366,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June 29.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63079.msg2696170#msg2696170",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T21:09:00Z"
        },
        {
            "id": 11365,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June 25.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=59326.msg2696129#msg2696129",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T21:07:00Z"
        },
        {
            "id": 11364,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=transporter14",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T21:05:00Z"
        },
        {
            "id": 11361,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/ulalaunch/status/1937118674499874819",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T12:02:00Z"
        },
        {
            "id": 11360,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=lKifwI3t55A",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T10:55:00Z"
        },
        {
            "id": 11359,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by United Launch Alliance has started",
            "info_url": "https://www.youtube.com/watch?v=lKifwI3t55A",
            "created_by": "LL2",
            "created_on": "2025-06-23T10:33:00Z"
        }
    ]
}