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=1590&ordering=created_on
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=1600&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1580&ordering=created_on",
    "results": [
        {
            "id": 9097,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-spacex-31st-cargo-resupply-services-rendezvous-and-docking/",
            "created_by": "LL2",
            "created_on": "2024-11-05T13:15:00Z"
        },
        {
            "id": 9098,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated docking time.",
            "info_url": "https://x.com/Space_Station/status/1853788463008768392",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-05T13:22:00Z"
        },
        {
            "id": 9099,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Weather is 30% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil/Portals/14/Weather/Falcon%209%20Starlink%206-77%20L-1%20Forecast%20-%206%20Nov%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-05T14:30:00Z"
        },
        {
            "id": 9100,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to November 9.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-05T16:53:00Z"
        },
        {
            "id": 9101,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-05T23:49:00Z"
        },
        {
            "id": 9102,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch time.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-05T23:50:00Z"
        },
        {
            "id": 9103,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET November 12 UTC per NOTAMs A1385/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61795.msg2639252#msg2639252",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-06T07:46:00Z"
        },
        {
            "id": 9104,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-77",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-06T16:36:00Z"
        },
        {
            "id": 9105,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET November 18",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=starship-flight-6",
            "created_by": "Nosu",
            "created_on": "2024-11-06T18:49:00Z"
        },
        {
            "id": 9106,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Nov 07 at 00:39 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-77",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-06T19:54:00Z"
        }
    ]
}