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

{
    "count": 4122,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=430&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=410&ordering=-created_on",
    "results": [
        {
            "id": 11017,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5167271841893511",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-17T04:48:00Z"
        },
        {
            "id": 11016,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Changed launch pad.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-17T04:33:00Z"
        },
        {
            "id": 11015,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://weibo.com/l/wblive/p/show/1022:2321325167214969094340",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-17T04:12:00Z"
        },
        {
            "id": 11014,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://weibo.com/l/wblive/p/show/1022:2321325167214969094340",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-17T03:58:00Z"
        },
        {
            "id": 11013,
            "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/1923583761003970575",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-17T03:56:00Z"
        },
        {
            "id": 11012,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET May 26.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62494.msg2686771#msg2686771",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-17T02:29:00Z"
        },
        {
            "id": 11011,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62896.msg2686777#msg2686777",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-17T02:25:00Z"
        },
        {
            "id": 11010,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by International Rocket Launches has started",
            "info_url": "https://www.youtube.com/watch?v=qrK8E3_dn-s",
            "created_by": "LL2",
            "created_on": "2025-05-17T02:24:00Z"
        },
        {
            "id": 11009,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1923390143206944812",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-16T14:54:00Z"
        },
        {
            "id": 11008,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch; Payload and launch vehicle variant uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62904.msg2686603#msg2686603",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-16T14:05:00Z"
        }
    ]
}