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

{
    "count": 4086,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=360&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=340&ordering=-created_on",
    "results": [
        {
            "id": 11049,
            "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=xmT7Egm5tNM",
            "created_by": "LL2",
            "created_on": "2025-05-21T03:09:00Z"
        },
        {
            "id": 11048,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET May 22.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62890.msg2687540#msg2687540",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-20T23:43:00Z"
        },
        {
            "id": 11047,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-15",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-20T23:27:00Z"
        },
        {
            "id": 11046,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Assigning launch pad.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-20T18:41:00Z"
        },
        {
            "id": 11045,
            "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=62909.msg2687425#msg2687425",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-20T14:47:00Z"
        },
        {
            "id": 11044,
            "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=62908.msg2687424#msg2687424",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-20T14:44:00Z"
        },
        {
            "id": 11043,
            "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/5168478107734043",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-20T12:48:00Z"
        },
        {
            "id": 11042,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=ErwA-wgxDRA",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-20T11:55:00Z"
        },
        {
            "id": 11041,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by International Rocket Launches has started",
            "info_url": "https://www.youtube.com/watch?v=ErwA-wgxDRA",
            "created_by": "LL2",
            "created_on": "2025-05-20T11:03:00Z"
        },
        {
            "id": 11040,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-20T07:50:00Z"
        }
    ]
}