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=1660&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=1670&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1650&ordering=created_on",
    "results": [
        {
            "id": 9168,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET January 2025. (see also Varda W-Series 2 update at https://forum.nasaspaceflight.com/index.php?topic=58044.msg2640800#msg2640800)",
            "info_url": "https://careweather.com/mission/veery-0f-1711555698473x441232934324686800",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-12T23:47:00Z"
        },
        {
            "id": 9169,
            "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-12T23:48:00Z"
        },
        {
            "id": 9170,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Moved up to November 18.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-12T23:50:00Z"
        },
        {
            "id": 9171,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET November 21.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-12T23:52:00Z"
        },
        {
            "id": 9172,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://twitter.com/TSKelso/status/1856546192446108036",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-13T06:48:00Z"
        },
        {
            "id": 9173,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch time.",
            "info_url": "https://x.com/KineisIoT/status/1856575221857157286",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-13T06:50:00Z"
        },
        {
            "id": 9174,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Weather is 85% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil/Portals/14/Weather/Falcon%209%20Starlink%206-68%20L-1%20Forecast%20-%2014%20Nov%20Launch.pdf",
            "created_by": "Nosu",
            "created_on": "2024-11-13T13:25:00Z"
        },
        {
            "id": 9175,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=43163.msg2640949#msg2640949",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-13T14:10:00Z"
        },
        {
            "id": 9176,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Fixed T-0 error.",
            "info_url": "https://x.com/KineisIoT/status/1856706838525280519",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-13T15:51:00Z"
        },
        {
            "id": 9177,
            "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-9-11",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-13T22:51:00Z"
        }
    ]
}