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=1640&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=1650&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1630&ordering=-created_on",
    "results": [
        {
            "id": 10213,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to March 3.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=starship-flight-8",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-27T05:17:00Z"
        },
        {
            "id": 10212,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/spacex/status/1894972063598739519",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-27T04:46:00Z"
        },
        {
            "id": 10211,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1MnxnwqYZgXKO",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-27T03:34:00Z"
        },
        {
            "id": 10210,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=k61k5btIK-Q",
            "created_by": "LL2",
            "created_on": "2025-02-27T03:28:00Z"
        },
        {
            "id": 10209,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Nova-C IM-2 acquisition of signal confirmed.",
            "info_url": "https://www.youtube.com/watch?v=Lx8qzcomV5A",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-27T01:23:00Z"
        },
        {
            "id": 10208,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "All spacecraft deployed.",
            "info_url": "https://www.youtube.com/watch?v=Lx8qzcomV5A",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-27T01:13:00Z"
        },
        {
            "id": 10207,
            "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=Lx8qzcomV5A",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-27T00:16:00Z"
        },
        {
            "id": 10206,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated T-0.",
            "info_url": "https://forum.novosti-kosmonavtiki.ru/index.php?msg=2705412",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-27T00:02:00Z"
        },
        {
            "id": 10205,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated docking 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-26T23:38:00Z"
        },
        {
            "id": 10204,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "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-26T23:37:00Z"
        }
    ]
}