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

{
    "count": 4251,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1760&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1740&ordering=created_on",
    "results": [
        {
            "id": 9295,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by pat o. has started",
            "info_url": "https://www.youtube.com/watch?v=1dBfpv9TIdw",
            "created_by": "LL2",
            "created_on": "2024-11-24T05:49:00Z"
        },
        {
            "id": 9296,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff",
            "info_url": "https://www.youtube.com/watch?v=1dBfpv9TIdw",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-24T06:01:00Z"
        },
        {
            "id": 9297,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/spacex/status/1860571069733830794",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-24T06:30:00Z"
        },
        {
            "id": 9298,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Test has finished. Outcome unknown at the moment.",
            "info_url": "https://x.com/NASAWallops/status/1860571563273105652",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-24T07:14:00Z"
        },
        {
            "id": 9299,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 30.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61890.msg2644121#msg2644121",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-24T09:03:00Z"
        },
        {
            "id": 9300,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 4 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61894.msg2644122#msg2644122",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-24T09:08:00Z"
        },
        {
            "id": 9301,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is >95% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil/Portals/14/Weather/Falcon%209%20Starlink%206-76%20L-1%20Forecast%20-%2025%20NOV%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-24T13:34:00Z"
        },
        {
            "id": 9302,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Updated launch pad.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-24T13:38:00Z"
        },
        {
            "id": 9303,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late January 2025.",
            "info_url": "https://www.msn.com/es-es/noticias/internacional/cuenta-atr%C3%A1s-para-la-puesta-en-%C3%B3rbita-del-spainsat-el-innovador-sat%C3%A9lite-militar-espa%C3%B1ol/ar-AA1uEEbJ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-24T14:38:00Z"
        },
        {
            "id": 9304,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 2025.",
            "info_url": "https://www.msn.com/es-es/noticias/internacional/cuenta-atr%C3%A1s-para-la-puesta-en-%C3%B3rbita-del-spainsat-el-innovador-sat%C3%A9lite-militar-espa%C3%B1ol/ar-AA1uEEbJ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-24T14:39:00Z"
        }
    ]
}