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=600
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=610",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=590",
    "results": [
        {
            "id": 11358,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 85% GO.",
            "info_url": "https://x.com/torybruno/status/1937055850822078925",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T07:56:00Z"
        },
        {
            "id": 11357,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/spacex/status/1937043753484861600",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T07:09:00Z"
        },
        {
            "id": 11356,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch pad assigned.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T06:23:00Z"
        },
        {
            "id": 11355,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July.",
            "info_url": "https://x.com/sciguyspace/status/1930685446335443293",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T06:22:00Z"
        },
        {
            "id": 11354,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1mnxegzOzBPGX",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T05:59:00Z"
        },
        {
            "id": 11353,
            "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=sl-10-23",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T04:34:00Z"
        },
        {
            "id": 11352,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET June 27.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63086.msg2696029#msg2696029",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T04:22:00Z"
        },
        {
            "id": 11351,
            "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=63094.msg2694866#msg2694866",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T04:18:00Z"
        },
        {
            "id": 11350,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.24live.co/live/UpLp0?n=3873967388912337122",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-23T04:13:00Z"
        },
        {
            "id": 11349,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-23",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-22T23:49:00Z"
        }
    ]
}