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

{
    "count": 4042,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=3920&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=3900&ordering=created_on",
    "results": [
        {
            "id": 11214,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sxm10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-07T02:37:00Z"
        },
        {
            "id": 11215,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sxm10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-07T02:53:00Z"
        },
        {
            "id": 11216,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sxm10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-07T02:57:00Z"
        },
        {
            "id": 11217,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sxm10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-07T03:33:00Z"
        },
        {
            "id": 11218,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sxm10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-07T03:58:00Z"
        },
        {
            "id": 11219,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1gqxvjXbqzwxB",
            "created_by": "SwGustav",
            "created_on": "2025-06-07T04:54:00Z"
        },
        {
            "id": 11220,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Payload deployed",
            "info_url": "https://x.com/i/broadcasts/1gqxvjXbqzwxB",
            "created_by": "SwGustav",
            "created_on": "2025-06-07T05:28:00Z"
        },
        {
            "id": 11221,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Tweaked launch window.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-07T15:30:00Z"
        },
        {
            "id": 11222,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-15-8",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-08T03:50:00Z"
        },
        {
            "id": 11223,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/_jaykeegan_/status/1931469947026243621",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-08T03:52:00Z"
        }
    ]
}