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

{
    "count": 4122,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=390&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=370&ordering=-created_on",
    "results": [
        {
            "id": 11057,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to May 23 due to landing site weather.",
            "info_url": "https://x.com/jeff_foust/status/1925554910520656269",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-22T14:11:00Z"
        },
        {
            "id": 11056,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.rocketlabusa.com/updates/rocket-lab-schedules-next-launch-in-series-of-multiple-missions-for-blacksky/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-22T12:44:00Z"
        },
        {
            "id": 11055,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2687807#msg2687807",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-22T06:16:00Z"
        },
        {
            "id": 11054,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET May 27 per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62895.msg2687783#msg2687783",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-22T02:51:00Z"
        },
        {
            "id": 11053,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-16",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-22T02:47:00Z"
        },
        {
            "id": 11052,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5168718470187268",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-21T04:35:00Z"
        },
        {
            "id": 11051,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1925045393307627815",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-21T04:27:00Z"
        },
        {
            "id": 11050,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1vOGwXOvBAdJB",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-21T03:19:00Z"
        },
        {
            "id": 11049,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=xmT7Egm5tNM",
            "created_by": "LL2",
            "created_on": "2025-05-21T03:09:00Z"
        },
        {
            "id": 11048,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET May 22.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62890.msg2687540#msg2687540",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-20T23:43:00Z"
        }
    ]
}