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=470
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=480",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=460",
    "results": [
        {
            "id": 11494,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 16 per NOTAMs; payload identity to be confirmed.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=59981.msg2699740#msg2699740",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-08T13:21:00Z"
        },
        {
            "id": 11493,
            "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=63223.msg2699825#msg2699825",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-08T13:19:00Z"
        },
        {
            "id": 11492,
            "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=63127.msg2699822#msg2699822",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-08T13:17:00Z"
        },
        {
            "id": 11491,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/spacex/status/1942515500854174208",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-08T09:28:00Z"
        },
        {
            "id": 11490,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1OdJrDVAmReKX",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-08T08:21:00Z"
        },
        {
            "id": 11489,
            "profile_image": "https://thespacedevs-dev.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=AeXwBR3TbBg",
            "created_by": "LL2",
            "created_on": "2025-07-08T08:11:00Z"
        },
        {
            "id": 11488,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-28",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-07T23:05:00Z"
        },
        {
            "id": 11486,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://investors.globalstar.com/static-files/d5c856ea-e07f-4084-a621-a9b917f03235",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-07T17:41:00Z"
        },
        {
            "id": 11485,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q4 2025.",
            "info_url": "https://timesofindia.indiatimes.com/science/sslv-acquisition-strategic-well-look-at-redesign-in-future-hal/articleshow/122283069.cms",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-07T17:31:00Z"
        },
        {
            "id": 11484,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 95% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%2010-28%20L-1%20Forecast%20-%208%20Jul%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-07T17:29:00Z"
        }
    ]
}