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

{
    "count": 4264,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1730&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1710&ordering=created_on",
    "results": [
        {
            "id": 9250,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://www.patrick.spaceforce.mil/Portals/14/Weather/Falcon%209%20Starlink%206-66%20L-1%20Forecast%20-%2021%20NOV%20Launch.pdf?ver=W-V6KGctmf72krE-1DKMyQ%3D%3D",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-20T15:39:00Z"
        },
        {
            "id": 9252,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET November 26 UTC per NOTAMs A3737/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61906.msg2643077#msg2643077",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-20T17:33:00Z"
        },
        {
            "id": 9253,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Postponed to NET November 24 UTC per NOTAMs B1540/24 & B1541/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61871.msg2643093#msg2643093",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-20T18:15:00Z"
        },
        {
            "id": 9254,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Postponed to NET November 25 per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61853.msg2643090#msg2643090",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-20T18:17:00Z"
        },
        {
            "id": 9255,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Targeting around 11 a.m. local on Dec 2 for liftoff.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-20T21:14:00Z"
        },
        {
            "id": 9256,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "NET Dec 2024",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-20T21:21:00Z"
        },
        {
            "id": 9257,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://plus.nasa.gov/scheduled-video/roscosmos-spacewalk-63/",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-20T21:35:00Z"
        },
        {
            "id": 9258,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event.",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-spacex-31st-commercial-resupply-services-undocking/",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-20T21:39:00Z"
        },
        {
            "id": 9259,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Setting GO",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-66",
            "created_by": "Nosu",
            "created_on": "2024-11-20T22:37:00Z"
        },
        {
            "id": 9260,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed by a day",
            "info_url": "https://x.com/RocketLab/status/1859368984740757797",
            "created_by": "Nosu",
            "created_on": "2024-11-20T23:13:00Z"
        }
    ]
}