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

{
    "count": 4213,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=450",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=430",
    "results": [
        {
            "id": 11449,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 20% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20MTGS1%20L-1%20Forecast%20-%201%20Jul%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-30T20:09:00Z"
        },
        {
            "id": 11447,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63137.msg2698065#msg2698065",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-30T18:56:00Z"
        },
        {
            "id": 11446,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Jul 02 at 05:29 UTC",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-30T16:18:00Z"
        },
        {
            "id": 11445,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2697878#msg2697878",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-30T02:10:00Z"
        },
        {
            "id": 11444,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET mid-July.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2694248#msg2694248",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-30T02:01:00Z"
        },
        {
            "id": 11443,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 3 LT.",
            "info_url": "https://x.com/gilmourspace/status/1939482285906215287",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-30T00:35:00Z"
        },
        {
            "id": 11442,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Mission completed.",
            "info_url": "https://www.youtube.com/watch?v=N-rq-Ul58a0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-29T14:52:00Z"
        },
        {
            "id": 11441,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=N-rq-Ul58a0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-29T14:41:00Z"
        },
        {
            "id": 11440,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Blue Origin has started",
            "info_url": "https://www.youtube.com/watch?v=N-rq-Ul58a0",
            "created_by": "LL2",
            "created_on": "2025-06-29T13:59:00Z"
        },
        {
            "id": 11439,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/blueorigin/status/1939319117829566532",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-29T13:46:00Z"
        }
    ]
}