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

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=750&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=730&ordering=-created_on",
    "results": [
        {
            "id": 10778,
            "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=62734.msg2680842#msg2680842",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-21T14:26:00Z"
        },
        {
            "id": 10777,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 95% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Bandwagon-3%20L-1%20Forecast%20-%2021%20Apr%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-21T09:06:00Z"
        },
        {
            "id": 10776,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://www.youtube.com/watch?v=D-_UpmNP844",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-21T08:34:00Z"
        },
        {
            "id": 10775,
            "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=D-_UpmNP844",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-21T08:15:00Z"
        },
        {
            "id": 10774,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=D-_UpmNP844",
            "created_by": "LL2",
            "created_on": "2025-04-21T07:52:00Z"
        },
        {
            "id": 10773,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverted to April TBD with cancellation of NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=59154.msg2680780#msg2680780",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-21T03:29:00Z"
        },
        {
            "id": 10772,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/NatReconOfc/status/1913954822782410814",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-20T13:59:00Z"
        },
        {
            "id": 10771,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://x.com/i/broadcasts/1vAxRDzqEoZGl",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-20T12:29:00Z"
        },
        {
            "id": 10770,
            "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=p3Ov9W_GYZA",
            "created_by": "LL2",
            "created_on": "2025-04-20T12:14:00Z"
        },
        {
            "id": 10769,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather 95% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20CRS-32%20L-1%20Forecast%20-%2021%20Apr%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-20T11:57:00Z"
        }
    ]
}