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=1650&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=1660&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1640&ordering=-created_on",
    "results": [
        {
            "id": 10203,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated event time.",
            "info_url": "https://blogs.nasa.gov/spherex/2025/02/26/nasa-spacex-update-the-launch-of-space-telescope-and-sun-missions/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-26T23:34:00Z"
        },
        {
            "id": 10202,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to March 2 PST.",
            "info_url": "https://blogs.nasa.gov/spherex/2025/02/26/nasa-spacex-update-the-launch-of-space-telescope-and-sun-missions/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-26T23:32:00Z"
        },
        {
            "id": 10201,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=Lx8qzcomV5A",
            "created_by": "LL2",
            "created_on": "2025-02-26T23:30:00Z"
        },
        {
            "id": 10200,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/Int_Machines/status/1894863181056458828",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-26T23:29:00Z"
        },
        {
            "id": 10199,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 1 EST.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-26T17:14:00Z"
        },
        {
            "id": 10198,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-spacex-crew-9-pre-departure-news-conference/",
            "created_by": "Nosu",
            "created_on": "2025-02-26T16:50:00Z"
        },
        {
            "id": 10197,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing time.",
            "info_url": "https://fireflyspace.com/missions/blue-ghost-mission-1/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-26T16:40:00Z"
        },
        {
            "id": 10193,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch date and time.",
            "info_url": "https://www.uvsq.fr/lancement-imminent-duvsq-sat-ng",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-26T08:00:00Z"
        },
        {
            "id": 10191,
            "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 extremely uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2667178#msg2667178",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-26T07:53:00Z"
        },
        {
            "id": 10190,
            "profile_image": "https://thespacedevs-dev.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-02-26T05:54:00Z"
        }
    ]
}