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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1530&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1510&ordering=-created_on",
    "results": [
        {
            "id": 10366,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 11 UTC.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-09T18:20:00Z"
        },
        {
            "id": 10365,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://www.chinanews.com.cn/gn/2025/03-10/10380698.shtml",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-09T18:12:00Z"
        },
        {
            "id": 10364,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 11 UTC per new marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=53004.msg2670479#msg2670479",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-09T04:23:00Z"
        },
        {
            "id": 10363,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed to March 15 UTC",
            "info_url": "https://x.com/RocketLab/status/1898572936531026332",
            "created_by": "Nosu",
            "created_on": "2025-03-09T03:19:00Z"
        },
        {
            "id": 10362,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed for additional vehicle checks.",
            "info_url": "https://x.com/spacex/status/1898537636668870968",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-09T00:56:00Z"
        },
        {
            "id": 10361,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 10 UTC.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-09T00:30:00Z"
        },
        {
            "id": 10332,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET summer 2025.",
            "info_url": "https://investors.viasat.com/static-files/af0f4a88-8004-4710-8b04-4950ce6debcc",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-08T03:07:00Z"
        },
        {
            "id": 10331,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late summer. (order of launches per https://sam.gov/opp/7111789df59149cd81596402c35e33d3/view P.12)",
            "info_url": "https://x.com/SemperCitiusSDA/status/1898122762402533748",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-08T03:03:00Z"
        },
        {
            "id": 10330,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2H 2025.",
            "info_url": "https://www.youtube.com/watch?v=Xq5CH-d4IuU",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-08T02:58:00Z"
        },
        {
            "id": 10329,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New undocking date and time.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-08T02:47:00Z"
        }
    ]
}