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

{
    "count": 4180,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=230",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=210",
    "results": [
        {
            "id": 11603,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by SpaceX has started",
            "info_url": "https://x.com/i/broadcasts/1gqxvjQAqpjxB",
            "created_by": "LL2",
            "created_on": "2025-07-23T17:56:00Z"
        },
        {
            "id": 11602,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET July 30.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63266.msg2703103#msg2703103",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-23T15:34:00Z"
        },
        {
            "id": 11601,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET July 30 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63274.msg2703102#msg2703102",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-23T15:33:00Z"
        },
        {
            "id": 11600,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET July 27 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63236.msg2703096#msg2703096",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-23T15:30:00Z"
        },
        {
            "id": 11599,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET July 26.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-23T15:29:00Z"
        },
        {
            "id": 11598,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Changed launch pad.",
            "info_url": "https://svs.gsfc.nasa.gov/5567/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-23T12:42:00Z"
        },
        {
            "id": 11597,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 24.",
            "info_url": "https://www.gov.si/assets/ministrstva/MVZI/Znanost/Obzorje-Evropa/Dogodki/2025-Info-dan/26_Federico-Pergolesi_Predstavitev-projekta-podjetja-Paradigma-Technologies.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-23T11:46:00Z"
        },
        {
            "id": 11596,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.esa.int/Applications/Observing_the_Earth/Meteorological_missions/MetOp_Second_Generation/Watch_MetOp-SG-A1_and_Sentinel-5_media_briefing",
            "created_by": "Nosu",
            "created_on": "2025-07-23T11:02:00Z"
        },
        {
            "id": 11595,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=59779.msg2703014#msg2703014",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-23T01:09:00Z"
        },
        {
            "id": 11594,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://www.ses.com/press-release/sess-ninth-and-tenth-o3b-mpower-satellites-successfully-launched",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-23T00:41:00Z"
        }
    ]
}