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

{
    "count": 4101,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=470&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=450&ordering=-created_on",
    "results": [
        {
            "id": 10977,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 21 (launch windows per https://forum.nasaspaceflight.com/index.php?topic=62494.msg2685907#msg2685907.)",
            "info_url": "https://twitter.com/SpaceX/status/1922361827712725019",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-14T03:32:00Z"
        },
        {
            "id": 10976,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-67",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-14T03:26:00Z"
        },
        {
            "id": 10975,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62890.msg2685902#msg2685902",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-13T18:08:00Z"
        },
        {
            "id": 10974,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62850.msg2685900#msg2685900",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-13T18:02:00Z"
        },
        {
            "id": 10973,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Setting go for launch.",
            "info_url": "https://x.com/GilmourSpace/status/1922200358937358672",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-13T08:11:00Z"
        },
        {
            "id": 10972,
            "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/1922173116081377298",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-13T06:13:00Z"
        },
        {
            "id": 10971,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1OwGWXPLmAVJQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-13T05:02:00Z"
        },
        {
            "id": 10970,
            "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=bWdacZ2nDVM",
            "created_by": "LL2",
            "created_on": "2025-05-13T04:58:00Z"
        },
        {
            "id": 10969,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May TBD.",
            "info_url": "https://www.youtube.com/watch?v=ziurxgZRdo0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-13T04:49:00Z"
        },
        {
            "id": 10968,
            "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/1922114766819967392",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-13T02:24:00Z"
        }
    ]
}