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

{
    "count": 4264,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1690&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1670&ordering=-created_on",
    "results": [
        {
            "id": 10169,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch time accuracy.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=starship-flight-8",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-24T18:07:00Z"
        },
        {
            "id": 10168,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.roscosmos.ru/41232/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-24T13:53:00Z"
        },
        {
            "id": 10167,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 2 UTC per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=44140.msg2665838#msg2665838",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-24T07:49:00Z"
        },
        {
            "id": 10166,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated undocking 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-02-24T07:40:00Z"
        },
        {
            "id": 10165,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-launch-coverage-for-missions-studying-cosmic-origins-sun/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-24T07:33:00Z"
        },
        {
            "id": 10164,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to March 2 per new NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2666614#msg2666614",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-24T06:57:00Z"
        },
        {
            "id": 10163,
            "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-24T06:44:00Z"
        },
        {
            "id": 10162,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET February 28.",
            "info_url": "https://x.com/elonmusk/status/1893821821838819487",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-24T02:47:00Z"
        },
        {
            "id": 10161,
            "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-24T02:40:00Z"
        },
        {
            "id": 10160,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to February 25 UTC.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-13",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-23T18:07:00Z"
        }
    ]
}