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

{
    "count": 4285,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1790&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1770&ordering=-created_on",
    "results": [
        {
            "id": 10144,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2665669#msg2665669",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-21T13:27:00Z"
        },
        {
            "id": 10143,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET February 25.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62472.msg2666013#msg2666013",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-21T13:15:00Z"
        },
        {
            "id": 10142,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Delayed, new launch date TBA.",
            "info_url": "https://x.com/Arianespace/status/1892881547314815459",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-21T12:19:00Z"
        },
        {
            "id": 10140,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q2.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61952.msg2665944#msg2665944",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-21T07:49:00Z"
        },
        {
            "id": 10139,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q2.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=32478.msg2665943#msg2665943",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-21T07:48:00Z"
        },
        {
            "id": 10138,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q2 2026.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61951.msg2665940#msg2665940",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-21T07:47:00Z"
        },
        {
            "id": 10137,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-14",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-21T02:54:00Z"
        },
        {
            "id": 10136,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Delayed by 1 day to March 1st.",
            "info_url": "https://plus.nasa.gov/scheduled-video/spherex-and-punch-launch/",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-20T19:00:00Z"
        },
        {
            "id": 10135,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Delayed by 1 day to Feb 27th.",
            "info_url": "https://plus.nasa.gov/scheduled-video/spherex-and-punch-pre-launch-news-conference/",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-20T18:59:00Z"
        },
        {
            "id": 10134,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET February 26, pending regulatory approval",
            "info_url": "https://www.cadenaois.org/vpublic_anspdetail.jsp?view=15",
            "created_by": "Nosu",
            "created_on": "2025-02-20T16:31:00Z"
        }
    ]
}