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

{
    "count": 4042,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=100&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=80&ordering=-created_on",
    "results": [
        {
            "id": 11255,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June 13, TBC.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-11T16:10:00Z"
        },
        {
            "id": 11254,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://www.youtube.com/watch?v=PplSn4YNbz0",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-11T15:31:00Z"
        },
        {
            "id": 11253,
            "profile_image": "https://thespacedevs-prod.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=PplSn4YNbz0",
            "created_by": "LL2",
            "created_on": "2025-06-11T15:10:00Z"
        },
        {
            "id": 11252,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June 12, TBC.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-11T11:58:00Z"
        },
        {
            "id": 11251,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 70% GO.",
            "info_url": "https://x.com/rocketlab/status/1932745648476205098",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-11T10:31:00Z"
        },
        {
            "id": 11250,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/RocketLab/status/1932728526681354552",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-11T09:18:00Z"
        },
        {
            "id": 11249,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to June 14 per new NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2693316#msg2693316",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-11T08:32:00Z"
        },
        {
            "id": 11248,
            "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.msg2693293#msg2693293",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-11T06:45:00Z"
        },
        {
            "id": 11247,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Launch is TBD to repair the LOX leak on the first stage",
            "info_url": "https://x.com/spacex/status/1932599956336173058",
            "created_by": "SwGustav",
            "created_on": "2025-06-11T01:26:00Z"
        },
        {
            "id": 11246,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET June 16 per new NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62696.msg2693136#msg2693136",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-10T15:52:00Z"
        }
    ]
}