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

{
    "count": 4080,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=540&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=520&ordering=-created_on",
    "results": [
        {
            "id": 10904,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Apparently scrubbed for the day per local sources.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62776.msg2683932#msg2683932",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-05T09:53:00Z"
        },
        {
            "id": 10903,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by International Rocket Launches has started",
            "info_url": "https://www.youtube.com/watch?v=nvHuyTr-cuk",
            "created_by": "LL2",
            "created_on": "2025-05-05T09:14:00Z"
        },
        {
            "id": 10902,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 7 UTC.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-04T15:10:00Z"
        },
        {
            "id": 10901,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverted back to NET May TBD with delay of launch of Starlink 15-3.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62751.msg2683833#msg2683833",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-04T15:08:00Z"
        },
        {
            "id": 10900,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 10 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62751.msg2683833#msg2683833",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-04T15:07:00Z"
        },
        {
            "id": 10899,
            "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/1918969448146600239",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-04T10:04:00Z"
        },
        {
            "id": 10898,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1jMJgkZDMLjJL",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-04T08:55:00Z"
        },
        {
            "id": 10897,
            "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=58SRnAXmN0g",
            "created_by": "LL2",
            "created_on": "2025-05-04T08:44:00Z"
        },
        {
            "id": 10896,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed TBD with removal of official webpage.",
            "info_url": "https://spaceflightnow.com/2025/05/03/live-coverage-spacex-to-launch-26-starlink-satellites-on-falcon-9-rocket-from-vandenberg/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-04T06:14:00Z"
        },
        {
            "id": 10895,
            "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-84%20L-1%20Forecast%20-%204%20May%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-04T03:40:00Z"
        }
    ]
}