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

{
    "count": 4101,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=630&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=610&ordering=-created_on",
    "results": [
        {
            "id": 10849,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/ulalaunch/status/1917015799124136309",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-29T00:43:00Z"
        },
        {
            "id": 10848,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Confirmed rescheduling to April 29.",
            "info_url": "https://x.com/Firefly_Space/status/1917010892803199377",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-29T00:16:00Z"
        },
        {
            "id": 10847,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Apparently delayed due to landing site weather conditions.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=59864.msg2682103#msg2682103",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-29T00:08:00Z"
        },
        {
            "id": 10846,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=_nwyv0fPgmc",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T23:01:00Z"
        },
        {
            "id": 10845,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/ulalaunch/status/1916985801784889749",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T22:48:00Z"
        },
        {
            "id": 10844,
            "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-12-10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T22:41:00Z"
        },
        {
            "id": 10843,
            "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/5160655025079051",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T22:32:00Z"
        },
        {
            "id": 10842,
            "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/1916981333697696083",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T22:24:00Z"
        },
        {
            "id": 10841,
            "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=bgs5mq7juGY",
            "created_by": "LL2",
            "created_on": "2025-04-28T20:53:00Z"
        },
        {
            "id": 10840,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1DXxyqLWWogxM",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-28T20:42:00Z"
        }
    ]
}