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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1190&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1170&ordering=-created_on",
    "results": [
        {
            "id": 10566,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62660.msg2675198#msg2675198",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-28T17:43:00Z"
        },
        {
            "id": 10565,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62661.msg2675182#msg2675182",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-28T16:31:00Z"
        },
        {
            "id": 10564,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-northrop-grumman-cargo-resupply-services-21-departure/",
            "created_by": "LL2",
            "created_on": "2025-03-28T10:31:00Z"
        },
        {
            "id": 10563,
            "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.msg2675123#msg2675123",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-28T08:55:00Z"
        },
        {
            "id": 10562,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/satofishi/status/1905468984360644757",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-28T04:36:00Z"
        },
        {
            "id": 10561,
            "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-03-28T01:35:00Z"
        },
        {
            "id": 10560,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 29 due to launch site weather.",
            "info_url": "https://x.com/isaraerospace/status/1905297479559471296",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-27T17:04:00Z"
        },
        {
            "id": 10559,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 1st UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62642.msg2675015#msg2675015",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-27T16:02:00Z"
        },
        {
            "id": 10558,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 30, TBC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61924.msg2674985#msg2674985",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-27T13:24:00Z"
        },
        {
            "id": 10557,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 14.",
            "info_url": "https://x.com/blueorigin/status/1905230144509259803",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-27T12:09:00Z"
        }
    ]
}