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=1550&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=1560&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1540&ordering=-created_on",
    "results": [
        {
            "id": 10308,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 13.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62573.msg2669433#msg2669433",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-06T19:16:00Z"
        },
        {
            "id": 10307,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 11.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62537.msg2669427#msg2669427",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-06T19:03:00Z"
        },
        {
            "id": 10306,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 9 UTC.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-06T18:59:00Z"
        },
        {
            "id": 10305,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch successful.",
            "info_url": "https://www.airbus.com/en/newsroom/press-releases/2025-03-ariane-6-launches-cso-3-double-success-for-france-and-europe",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-06T18:43:00Z"
        },
        {
            "id": 10304,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Payload deployed!",
            "info_url": "https://www.youtube.com/watch?v=yvvUCkAUqvI",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-06T17:32:00Z"
        },
        {
            "id": 10303,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Intuitive Machines has started",
            "info_url": "https://www.youtube.com/watch?v=WGf4aWipxC0",
            "created_by": "LL2",
            "created_on": "2025-03-06T16:34:00Z"
        },
        {
            "id": 10302,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://www.youtube.com/watch?v=yvvUCkAUqvI",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-06T16:24:00Z"
        },
        {
            "id": 10301,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by arianespace has started",
            "info_url": "https://www.youtube.com/watch?v=yvvUCkAUqvI",
            "created_by": "LL2",
            "created_on": "2025-03-06T15:53:00Z"
        },
        {
            "id": 10300,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET summer-fall 2025.",
            "info_url": "https://forum.novosti-kosmonavtiki.ru/index.php?msg=2703187",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-06T06:50:00Z"
        },
        {
            "id": 10299,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 9 UTC.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-06T06:15:00Z"
        }
    ]
}