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=940&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=950&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=930&ordering=-created_on",
    "results": [
        {
            "id": 10627,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July.",
            "info_url": "https://aeromorning.com/en/the-microcarb-satellite-a-new-european-tool-for-studying-the-climate/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-05T00:31:00Z"
        },
        {
            "id": 10626,
            "profile_image": "https://thespacedevs-dev.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%206-72%20L-1%20Forecast%20-%205%20Apr%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-04T23:57:00Z"
        },
        {
            "id": 10625,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-11",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-04T23:53:00Z"
        },
        {
            "id": 10624,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-72",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-04T23:51:00Z"
        },
        {
            "id": 10623,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Changed launch pad.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-04T23:49:00Z"
        },
        {
            "id": 10622,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62681.msg2677095#msg2677095",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-04T18:44:00Z"
        },
        {
            "id": 10621,
            "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=9mS17Gsy_Tk",
            "created_by": "LL2",
            "created_on": "2025-04-04T15:08:00Z"
        },
        {
            "id": 10620,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked splashdown time.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=fram2",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-04T03:54:00Z"
        },
        {
            "id": 10619,
            "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/1907978226778914839",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-04T03:49:00Z"
        },
        {
            "id": 10618,
            "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=PsWR797oOsc",
            "created_by": "LL2",
            "created_on": "2025-04-04T00:52:00Z"
        }
    ]
}