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

{
    "count": 4180,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1210&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1190&ordering=-created_on",
    "results": [
        {
            "id": 10546,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Rocket Lab has started",
            "info_url": "https://www.youtube.com/watch?v=M-ozUCTeDFE",
            "created_by": "LL2",
            "created_on": "2025-03-26T15:00:00Z"
        },
        {
            "id": 10545,
            "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 highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2674640#msg2674640",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-26T07:53:00Z"
        },
        {
            "id": 10544,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverted back to NET March TBD with cancellations of NOTAMs for March 26/27.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61924.msg2674586#msg2674586",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-26T01:22:00Z"
        },
        {
            "id": 10543,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-7",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-26T01:15:00Z"
        },
        {
            "id": 10542,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added docking.",
            "info_url": "https://plus.nasa.gov/scheduled-video/soyuz-ms-27-docking/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-25T19:56:00Z"
        },
        {
            "id": 10541,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 27 per new NOTAMs.",
            "info_url": "https://notams.aim.faa.gov/notamSearch/createNotamPdf?transactionid=76113568",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-25T15:55:00Z"
        },
        {
            "id": 10540,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://newsroom.arianespace.com/arianespace-to-launch-esas-biomass-satellite-on-april-29-2025-with-vega-c",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-25T09:48:00Z"
        },
        {
            "id": 10539,
            "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 uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2674436#msg2674436",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-25T09:43:00Z"
        },
        {
            "id": 10538,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.gctc.ru/main.php?id=7057",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-25T08:14:00Z"
        },
        {
            "id": 10537,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adjusted start of launch window.",
            "info_url": "https://twitter.com/satofishi/status/1904411106791285145",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-25T06:50:00Z"
        }
    ]
}