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

{
    "count": 4158,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=920&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=900&ordering=created_on",
    "results": [
        {
            "id": 8060,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=737zWM5COQ0",
            "created_by": "LL2",
            "created_on": "2024-07-10T15:02:34Z"
        },
        {
            "id": 8062,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=PAIZHhrGqBM",
            "created_by": "LL2",
            "created_on": "2024-07-10T16:30:28Z"
        },
        {
            "id": 8063,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.rocketlabusa.com/assets/Uploads/FINAL-RL-F51-Capella-Press-Kit.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-10T23:56:33Z"
        },
        {
            "id": 8064,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Moving to TBD date in July.",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-11T00:28:52Z"
        },
        {
            "id": 8065,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August.",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-11T00:29:32Z"
        },
        {
            "id": 8066,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET July 17 per NOTAMs F2464/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61158.msg2607165#msg2607165",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-11T00:33:00Z"
        },
        {
            "id": 8076,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Reverting to TBD July pending completion of the investigation into the Starlink Group 9-3 second engine failure",
            "info_url": "https://x.com/BCCarCounters/status/1811769572552310799",
            "created_by": "Nosu",
            "created_on": "2024-07-12T14:46:13Z"
        },
        {
            "id": 8077,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Reverting to TBD July pending completion of the investigation into the Starlink Group 9-3 second engine failure",
            "info_url": "https://x.com/BCCarCounters/status/1811769572552310799",
            "created_by": "Nosu",
            "created_on": "2024-07-12T14:47:55Z"
        },
        {
            "id": 8078,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Reverting to TBD July pending completion of the investigation into the Starlink Group 9-3 second engine failure",
            "info_url": "https://x.com/BCCarCounters/status/1811769572552310799",
            "created_by": "Nosu",
            "created_on": "2024-07-12T14:57:06Z"
        },
        {
            "id": 8079,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET February 2025.",
            "info_url": "https://vnexpress.net/ve-tinh-lotusat-1-cua-viet-nam-se-phong-len-quy-dao-thang-2-2025-4769403.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-13T03:23:18Z"
        }
    ]
}