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

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=730&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=710&ordering=-created_on",
    "results": [
        {
            "id": 10798,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload identity uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2680980#msg2680980",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-24T06:13:00Z"
        },
        {
            "id": 10797,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by CGTN has started",
            "info_url": "https://www.youtube.com/watch?v=zEA7XP__Jho",
            "created_by": "LL2",
            "created_on": "2025-04-24T06:05:00Z"
        },
        {
            "id": 10796,
            "profile_image": "https://thespacedevs-prod.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-04-24T02:52:00Z"
        },
        {
            "id": 10795,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Apr 25 at 01:52 UTC. Setting Go.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-74",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-23T20:50:00Z"
        },
        {
            "id": 10794,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Switched launch pad.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-23T18:04:00Z"
        },
        {
            "id": 10793,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET May 1.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62751.msg2681286#msg2681286",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-23T17:32:00Z"
        },
        {
            "id": 10792,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62770.msg2681285#msg2681285",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-23T17:24:00Z"
        },
        {
            "id": 10791,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 29 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62604.msg2681284#msg2681284",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-23T17:22:00Z"
        },
        {
            "id": 10790,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET April 27.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62682.msg2681283#msg2681283",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-23T17:20:00Z"
        },
        {
            "id": 10789,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2681212#msg2681212",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-23T07:31:00Z"
        }
    ]
}