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=840&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=850&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=830&ordering=-created_on",
    "results": [
        {
            "id": 10653,
            "profile_image": "https://thespacedevs-dev.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%20Starlink%2012-17%20L-2%20Day%20Forecast%20-%2010%20Apr%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-08T17:24:00Z"
        },
        {
            "id": 10652,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 55% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Atlas%20V%20KA-01%20L-1%20Forecast%20-%209%20Apr%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-08T17:23:00Z"
        },
        {
            "id": 10651,
            "profile_image": "https://thespacedevs-dev.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=83VU509bbKQ",
            "created_by": "LL2",
            "created_on": "2025-04-08T10:58:00Z"
        },
        {
            "id": 10650,
            "profile_image": "https://thespacedevs-dev.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=b7Kk4r9DomA",
            "created_by": "LL2",
            "created_on": "2025-04-08T08:13:00Z"
        },
        {
            "id": 10649,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch successful.",
            "info_url": "https://plus.nasa.gov/scheduled-video/soyuz-ms-27-launch-with-jonny-kim/",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-08T05:59:00Z"
        },
        {
            "id": 10648,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://plus.nasa.gov/scheduled-video/soyuz-ms-27-launch-with-jonny-kim/",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-08T05:48:00Z"
        },
        {
            "id": 10647,
            "profile_image": "https://thespacedevs-dev.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=dC807gzD9l8",
            "created_by": "LL2",
            "created_on": "2025-04-08T04:44:00Z"
        },
        {
            "id": 10646,
            "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/1909397279943147854",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-08T00:09:00Z"
        },
        {
            "id": 10644,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1YqJDZlrLmNKV",
            "created_by": "SwGustav",
            "created_on": "2025-04-07T23:06:00Z"
        },
        {
            "id": 10645,
            "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=igfdX0msz_s",
            "created_by": "LL2",
            "created_on": "2025-04-07T23:06:00Z"
        }
    ]
}