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

{
    "count": 4042,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=190&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=170&ordering=-created_on",
    "results": [
        {
            "id": 11162,
            "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-06-02T05:37:00Z"
        },
        {
            "id": 11161,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Now targeting Jun 03 at 04:42 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-19",
            "created_by": "SwGustav",
            "created_on": "2025-06-02T04:45:00Z"
        },
        {
            "id": 11160,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Now targeting Jun 02 at 05:24 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-19",
            "created_by": "SwGustav",
            "created_on": "2025-06-02T03:45:00Z"
        },
        {
            "id": 11159,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Jun 02 at 05:01 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-19",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-01T18:50:00Z"
        },
        {
            "id": 11158,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%2012-19%20L-1%20Forecast%20-%202%20Jun%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-01T12:41:00Z"
        },
        {
            "id": 11157,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/i/broadcasts/1OwxWXEMNMeKQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-01T05:16:00Z"
        },
        {
            "id": 11156,
            "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/1928922122044277173",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-31T21:14:00Z"
        },
        {
            "id": 11155,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://x.com/i/broadcasts/1rmxPymbRMMKN",
            "created_by": "hitura-nobad",
            "created_on": "2025-05-31T20:11:00Z"
        },
        {
            "id": 11154,
            "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=89OSFmqA9og",
            "created_by": "LL2",
            "created_on": "2025-05-31T20:00:00Z"
        },
        {
            "id": 11153,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch delayed by 1 day to the 9th of June.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "hitura-nobad",
            "created_on": "2025-05-31T14:54:00Z"
        }
    ]
}