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

{
    "count": 4258,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1090&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1070&ordering=created_on",
    "results": [
        {
            "id": 8378,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-23T16:44:39Z"
        },
        {
            "id": 8379,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET 2025 following the loss of the original maiden flight first stage in a static fire test anomaly.",
            "info_url": "https://spacenews.com/rfa-pushes-maiden-flight-to-2025-after-launchpad-explosion/",
            "created_by": "Nosu",
            "created_on": "2024-08-23T20:45:13Z"
        },
        {
            "id": 8380,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET October 13",
            "info_url": "https://x.com/blueorigin/status/1827079568470995106",
            "created_by": "Nosu",
            "created_on": "2024-08-23T20:46:31Z"
        },
        {
            "id": 8381,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET August 25 per new NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61295.msg2618475#msg2618475",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-24T02:20:08Z"
        },
        {
            "id": 8382,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverted back to NET August 27.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-24T02:21:16Z"
        },
        {
            "id": 8383,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61277.msg2618417#msg2618417",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-24T03:51:47Z"
        },
        {
            "id": 8384,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q4 2024.",
            "info_url": "https://prokosmos.ru/2024/08/21/gendirektor-rkts-progress-eksperimenti-na-bione-m-pomogut-v-poletakh-lyudei-na-lunu-i-mars",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-24T12:35:34Z"
        },
        {
            "id": 8385,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2025.",
            "info_url": "https://prokosmos.ru/2024/08/21/gendirektor-rkts-progress-eksperimenti-na-bione-m-pomogut-v-poletakh-lyudei-na-lunu-i-mars",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-24T12:36:15Z"
        },
        {
            "id": 8386,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://prokosmos.ru/2024/08/21/gendirektor-rkts-progress-eksperimenti-na-bione-m-pomogut-v-poletakh-lyudei-na-lunu-i-mars",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-24T12:38:12Z"
        },
        {
            "id": 8387,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://x.com/EutelsatGroup/status/1827293983195750605",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-24T12:49:55Z"
        }
    ]
}