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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=160&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=140&ordering=-created_on",
    "results": [
        {
            "id": 11673,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5194161118776161",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-30T09:39:00Z"
        },
        {
            "id": 11672,
            "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=Ba6Y0zQa1ak",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-30T07:49:00Z"
        },
        {
            "id": 11671,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://weibo.com/l/wblive/p/show/1022:2321325194079792660888",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-30T07:24:00Z"
        },
        {
            "id": 11670,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by CGTN has started",
            "info_url": "https://www.youtube.com/watch?v=Ba6Y0zQa1ak",
            "created_by": "LL2",
            "created_on": "2025-07-30T07:02:00Z"
        },
        {
            "id": 11669,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Jul 30 at 18:50:29 UTC",
            "info_url": "https://www.spacex.com/launches/sl-13-4",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-30T06:56:00Z"
        },
        {
            "id": 11668,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Changed launch pad.",
            "info_url": "https://x.com/planet/status/1950290529952158088",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-30T05:57:00Z"
        },
        {
            "id": 11667,
            "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/1950417368276226498",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-30T04:47:00Z"
        },
        {
            "id": 11666,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1vOxwXrgOdvKB",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-30T03:38:00Z"
        },
        {
            "id": 11665,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch failure.",
            "info_url": "https://www.youtube.com/watch?v=hXDS6Zvd-Tc",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-29T23:20:00Z"
        },
        {
            "id": 11664,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by Launch Heaven has started",
            "info_url": "https://www.youtube.com/watch?v=hXDS6Zvd-Tc",
            "created_by": "LL2",
            "created_on": "2025-07-29T21:07:00Z"
        }
    ]
}