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=390&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=400&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=380&ordering=-created_on",
    "results": [
        {
            "id": 11047,
            "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-12-15",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-20T23:27:00Z"
        },
        {
            "id": 11046,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Assigning launch pad.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-20T18:41:00Z"
        },
        {
            "id": 11045,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62909.msg2687425#msg2687425",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-20T14:47:00Z"
        },
        {
            "id": 11044,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62908.msg2687424#msg2687424",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-20T14:44:00Z"
        },
        {
            "id": 11043,
            "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/5168478107734043",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-20T12:48:00Z"
        },
        {
            "id": 11042,
            "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=ErwA-wgxDRA",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-20T11:55:00Z"
        },
        {
            "id": 11041,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by International Rocket Launches has started",
            "info_url": "https://www.youtube.com/watch?v=ErwA-wgxDRA",
            "created_by": "LL2",
            "created_on": "2025-05-20T11:03:00Z"
        },
        {
            "id": 11040,
            "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-20T07:50:00Z"
        },
        {
            "id": 11039,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Confirmed recycling to NET May 21 UTC.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-15",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-20T05:25:00Z"
        },
        {
            "id": 11038,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://x.com/NASASpaceflight/status/1924676070705340714",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-20T04:03:00Z"
        }
    ]
}