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

{
    "count": 4099,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=660&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=640&ordering=-created_on",
    "results": [
        {
            "id": 10819,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather 75% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%20g12-10%20L-1%20Forecast%20-%2028%20APR%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-27T14:38:00Z"
        },
        {
            "id": 10818,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather 90% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%20g12-23%20L-1%20Forecast%20-%2027%20Apr%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-27T14:37:00Z"
        },
        {
            "id": 10817,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://www.24live.co/live/UIscj?n=3832987895708559537",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-27T14:27:00Z"
        },
        {
            "id": 10815,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "1 day delay due to weather.",
            "info_url": "https://x.com/firefly_space/status/1916449012611158333",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-27T11:08:00Z"
        },
        {
            "id": 10814,
            "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-04-27T04:55:00Z"
        },
        {
            "id": 10813,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://x.com/Firefly_Space/status/1916180051986444753",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-26T18:03:00Z"
        },
        {
            "id": 10812,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-23",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-26T01:44:00Z"
        },
        {
            "id": 10811,
            "profile_image": "https://thespacedevs-prod.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-9",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-26T01:40:00Z"
        },
        {
            "id": 10810,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added weather forecast.",
            "info_url": "https://x.com/firefly_space/status/1915860815040680132",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-26T01:31:00Z"
        },
        {
            "id": 10809,
            "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-04-25T19:20:00Z"
        }
    ]
}