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=1630&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=1640&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1620&ordering=created_on",
    "results": [
        {
            "id": 9137,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting December 20. (1:30:57 mark)",
            "info_url": "https://www.youtube.com/live/uOmOUjb65aA",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-09T07:49:00Z"
        },
        {
            "id": 9138,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 90% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil/Portals/14/Weather/Falcon%209%20Starlink%206-69%20L-1%20Forecast%20-%2010%20Nov%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-09T15:27:00Z"
        },
        {
            "id": 9139,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET 16 November per NOTAMs F4242/24 & A3584/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61831.msg2640137#msg2640137",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-09T23:29:00Z"
        },
        {
            "id": 9140,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Weather 70% GO.",
            "info_url": "https://www.patrick.spaceforce.mil/Portals/14/Weather/Falcon%209%20Koreasat-6A%20L-1%20Forecast%20-%2011%20NOV%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-10T13:29:00Z"
        },
        {
            "id": 9141,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-69",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-10T17:18:00Z"
        },
        {
            "id": 9142,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Nov 11 at 01:22 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-69",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-10T20:25:00Z"
        },
        {
            "id": 9143,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-69",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-11T00:02:00Z"
        },
        {
            "id": 9144,
            "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-69%20L-1%20Forecast%20-%2011%20Nov%20Launch.pdf?ver=n2K2UgqHYNqZRkyg0pN0aA%3D%3D",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-11T01:10:00Z"
        },
        {
            "id": 9145,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked undocking time.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-11T02:39:00Z"
        },
        {
            "id": 9146,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-11T02:39:00Z"
        }
    ]
}