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=1570&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=1580&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1560&ordering=created_on",
    "results": [
        {
            "id": 9077,
            "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-77%20L-2%20Forecast%20-%205%20Nov%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-04T13:26:00Z"
        },
        {
            "id": 9078,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Nov 05 at 21:27 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-77",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-04T18:19:00Z"
        },
        {
            "id": 9079,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=gxUPP2A9B34",
            "created_by": "LL2",
            "created_on": "2024-11-04T20:26:00Z"
        },
        {
            "id": 9080,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Роскосмос ТВ has started",
            "info_url": "https://www.youtube.com/watch?v=pmYGk_MV2-8",
            "created_by": "LL2",
            "created_on": "2024-11-04T22:28:00Z"
        },
        {
            "id": 9081,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=pmYGk_MV2-8",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-04T23:19:00Z"
        },
        {
            "id": 9082,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated T-0.",
            "info_url": "https://x.com/RocketLab/status/1853565216912716072",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-04T23:31:00Z"
        },
        {
            "id": 9083,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Go for launch on November 5.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-77",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-04T23:39:00Z"
        },
        {
            "id": 9084,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET November 11.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-04T23:43:00Z"
        },
        {
            "id": 9085,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting November 11 per NOTAMs F4161/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61814.msg2638892#msg2638892",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-04T23:53:00Z"
        },
        {
            "id": 9086,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/cbs_spacenews/status/1853611101335982343",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-05T01:36:00Z"
        }
    ]
}