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

{
    "count": 4054,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=70&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=50&ordering=-created_on",
    "results": [
        {
            "id": 11285,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.24live.co/live/UpLp0?n=3869106079570110651",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-16T10:24:00Z"
        },
        {
            "id": 11284,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Adjusted launch window.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-16T05:49:00Z"
        },
        {
            "id": 11283,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60779.msg2693929#msg2693929",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-15T01:32:00Z"
        },
        {
            "id": 11282,
            "profile_image": "https://thespacedevs-prod.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-15T01:28:00Z"
        },
        {
            "id": 11281,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/ulalaunch/status/1933524844936671347",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-14T13:09:00Z"
        },
        {
            "id": 11280,
            "profile_image": "https://thespacedevs-prod.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-14T11:58:00Z"
        },
        {
            "id": 11279,
            "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/5177472841681297",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-14T08:30:00Z"
        },
        {
            "id": 11278,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June 19.",
            "info_url": "https://www.isro.gov.in/Ax-04_MissionUpdates_14062025.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-14T07:02:00Z"
        },
        {
            "id": 11277,
            "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/1933563828870263296",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-13T16:40:00Z"
        },
        {
            "id": 11276,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1zqKVjOBNdaKB",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-13T15:29:00Z"
        }
    ]
}