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

{
    "count": 4156,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=940&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=920&ordering=-created_on",
    "results": [
        {
            "id": 10637,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62062.msg2677656#msg2677656",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-07T13:09:00Z"
        },
        {
            "id": 10636,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62708.msg2677641#msg2677641",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-07T09:40:00Z"
        },
        {
            "id": 10635,
            "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/1908735758409564296",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-06T04:18:00Z"
        },
        {
            "id": 10634,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1BRKjmlMyYRxw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-06T03:07:00Z"
        },
        {
            "id": 10633,
            "profile_image": "https://thespacedevs-dev.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=_U3PyK_CnnE",
            "created_by": "LL2",
            "created_on": "2025-04-06T02:57:00Z"
        },
        {
            "id": 10632,
            "profile_image": "https://thespacedevs-dev.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-04-06T02:07:00Z"
        },
        {
            "id": 10631,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET April 12",
            "info_url": "https://www.navcen.uscg.gov/msi",
            "created_by": "Nosu",
            "created_on": "2025-04-05T23:37:00Z"
        },
        {
            "id": 10630,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Now targeting Apr 06 at 03:07 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-72",
            "created_by": "Nosu",
            "created_on": "2025-04-05T23:35:00Z"
        },
        {
            "id": 10629,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.youtube.com/watch?v=tqejrlbfB84",
            "created_by": "Nosu",
            "created_on": "2025-04-05T08:06:00Z"
        },
        {
            "id": 10628,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding seconds to docking time",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Nosu",
            "created_on": "2025-04-05T08:01:00Z"
        }
    ]
}