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

{
    "count": 4086,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=490&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=470&ordering=-created_on",
    "results": [
        {
            "id": 10957,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-83",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-12T05:45:00Z"
        },
        {
            "id": 10956,
            "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-6-83",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-12T04:50:00Z"
        },
        {
            "id": 10955,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting May 12 at 05:41 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-83",
            "created_by": "hitura-nobad",
            "created_on": "2025-05-12T03:47:00Z"
        },
        {
            "id": 10954,
            "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-6-83",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-12T02:16:00Z"
        },
        {
            "id": 10953,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-83",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-12T00:05:00Z"
        },
        {
            "id": 10952,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Static fire attempt scrubbed.",
            "info_url": "https://www.youtube.com/watch?v=WXIXgi7a4s8",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-11T16:28:00Z"
        },
        {
            "id": 10951,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by NASASpaceflight has started",
            "info_url": "https://www.youtube.com/watch?v=WXIXgi7a4s8",
            "created_by": "LL2",
            "created_on": "2025-05-11T14:59:00Z"
        },
        {
            "id": 10950,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://www.youtube.com/watch?v=WXIXgi7a4s8",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-11T14:58:00Z"
        },
        {
            "id": 10949,
            "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/5165235447792852",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-11T14:06:00Z"
        },
        {
            "id": 10948,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-11T05:08:00Z"
        }
    ]
}