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=1620&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=1630&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1610&ordering=-created_on",
    "results": [
        {
            "id": 10235,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.jpl.nasa.gov/news/nasas-europa-clipper-uses-mars-to-go-the-distance/",
            "created_by": "Nosu",
            "created_on": "2025-02-28T20:25:00Z"
        },
        {
            "id": 10234,
            "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-28T17:51:00Z"
        },
        {
            "id": 10233,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 5.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-28T11:37:00Z"
        },
        {
            "id": 10232,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 3 UTC.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-28T11:35:00Z"
        },
        {
            "id": 10231,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://investors.intuitivemachines.com/news-releases/news-release-details/intuitive-machines-im-2-lunar-lander-successfully-commissioned",
            "created_by": "Nosu",
            "created_on": "2025-02-28T07:52:00Z"
        },
        {
            "id": 10228,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://investors.rocketlabusa.com/news/news-details/2025/Rocket-Lab-Signs-Second-Multi-Launch-Deal-Secures-Eight-Electron-Missions-with-iQPS/default.aspx",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-27T23:31:00Z"
        },
        {
            "id": 10227,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://investors.rocketlabusa.com/news/news-details/2025/Rocket-Lab-Signs-Second-Multi-Launch-Deal-Secures-Eight-Electron-Missions-with-iQPS/default.aspx",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-27T23:30:00Z"
        },
        {
            "id": 10226,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Moved up to 2025.",
            "info_url": "https://investors.rocketlabusa.com/news/news-details/2025/Rocket-Lab-Signs-Second-Multi-Launch-Deal-Secures-Eight-Electron-Missions-with-iQPS/default.aspx",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-27T23:28:00Z"
        },
        {
            "id": 10225,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March.",
            "info_url": "https://investors.rocketlabusa.com/news/news-details/2025/Rocket-Lab-Signs-Second-Multi-Launch-Deal-Secures-Eight-Electron-Missions-with-iQPS/default.aspx",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-27T23:28:00Z"
        },
        {
            "id": 10224,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 6.",
            "info_url": "https://www.uvsq.fr/lancement-imminent-duvsq-sat-ng",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-27T23:17:00Z"
        }
    ]
}