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=1600&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=1610&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1590&ordering=-created_on",
    "results": [
        {
            "id": 10256,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to TBD.",
            "info_url": "https://blogs.nasa.gov/spherex/2025/03/02/spherex-and-punch-update/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-03T12:12:00Z"
        },
        {
            "id": 10255,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 9 UTC.",
            "info_url": "https://www.uvsq.fr/lancement-imminent-duvsq-sat-ng",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-03T12:02:00Z"
        },
        {
            "id": 10254,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://tass.ru/kosmos/23287749",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-03T04:58:00Z"
        },
        {
            "id": 10253,
            "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/1896402579342688646",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-03T03:30:00Z"
        },
        {
            "id": 10252,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1kvKpyYlOOmGE",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-03T02:24:00Z"
        },
        {
            "id": 10251,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://tass.ru/kosmos/23287033",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-02T23:17:00Z"
        },
        {
            "id": 10250,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Adjusted launch window.",
            "info_url": "https://twitter.com/visitbocachica/status/1896281452742123903",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-02T20:29:00Z"
        },
        {
            "id": 10249,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Rollout underway",
            "info_url": "https://www.youtube.com/watch?v=mhJRzQsLZGg",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-02T16:02:00Z"
        },
        {
            "id": 10248,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=mhJRzQsLZGg",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-02T15:52:00Z"
        },
        {
            "id": 10247,
            "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=tA9W49Hi4Ho",
            "created_by": "LL2",
            "created_on": "2025-03-02T10:29:00Z"
        }
    ]
}