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=450&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=460&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=440&ordering=-created_on",
    "results": [
        {
            "id": 10987,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch time.",
            "info_url": "https://drive.google.com/file/d/11glB8zDlkXoC02_U3Zhwb5xURWyvE3SF/view",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-14T17:10:00Z"
        },
        {
            "id": 10986,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch time.",
            "info_url": "https://drive.google.com/file/d/1098OswNdkkL3YTw_xOWN26S3kwLvtVCM/view",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-14T17:08:00Z"
        },
        {
            "id": 10985,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch time.",
            "info_url": "https://drive.google.com/file/d/1wbFv7DROxC02sx-I1bAjYjOOCFETcPaK/view",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-14T17:06:00Z"
        },
        {
            "id": 10984,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch time.",
            "info_url": "https://drive.google.com/file/d/11F2hCGh-HHgAVzAPBMmb3d6t-ce3CxqX/view",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-14T17:04:00Z"
        },
        {
            "id": 10983,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch time.",
            "info_url": "https://drive.google.com/file/d/1wmfOiEaJayZQLBhjh2qjxqRUM0j8e143/view",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-14T17:02:00Z"
        },
        {
            "id": 10982,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch time.",
            "info_url": "https://drive.google.com/file/d/1FzlFbi70CPq_U-YcH3w_cix_CeEhCBNQ/view",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-14T16:59:00Z"
        },
        {
            "id": 10981,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1dRKZYAknzbxB",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-14T16:39:00Z"
        },
        {
            "id": 10980,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=d9NDnJee0MI",
            "created_by": "LL2",
            "created_on": "2025-05-14T16:28:00Z"
        },
        {
            "id": 10979,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%206-67%20L-1%20Forecast%20-%2014%20May%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-14T13:57:00Z"
        },
        {
            "id": 10978,
            "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/5166189337118596",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-14T05:15:00Z"
        }
    ]
}