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

{
    "count": 4112,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=310&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=290&ordering=-created_on",
    "results": [
        {
            "id": 11102,
            "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/5171466938090116",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-28T18:40:00Z"
        },
        {
            "id": 11101,
            "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=Vn4Y0VYPXgM",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-28T17:34:00Z"
        },
        {
            "id": 11100,
            "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/1927742625253122070",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-28T15:05:00Z"
        },
        {
            "id": 11099,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 31.",
            "info_url": "https://www.launchphotography.com/Crew-11",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-28T13:49:00Z"
        },
        {
            "id": 11098,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Successful ascent, but the Ship lost attitude control after SECO due to a leak, making it unable to achieve its on-trajectory objectives.",
            "info_url": null,
            "created_by": "Nosu",
            "created_on": "2025-05-28T13:39:00Z"
        },
        {
            "id": 11097,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1rmxPyOgMRdKN",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-28T13:30:00Z"
        },
        {
            "id": 11096,
            "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=utN8NIqt7tc",
            "created_by": "LL2",
            "created_on": "2025-05-28T13:20:00Z"
        },
        {
            "id": 11095,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added approximate launch time.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-28T08:21:00Z"
        },
        {
            "id": 11094,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1OwxWXMRAXmKQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-27T23:36:00Z"
        },
        {
            "id": 11093,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Hold at T-40s.",
            "info_url": "https://x.com/i/broadcasts/1OwxWXMRAXmKQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-27T23:29:00Z"
        }
    ]
}