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

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=760&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=740&ordering=-created_on",
    "results": [
        {
            "id": 10768,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting May 1, 2025",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-cover-us-spacewalk-93-hold-preview-news-conference/",
            "created_by": "Nosu",
            "created_on": "2025-04-20T07:41:00Z"
        },
        {
            "id": 10767,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://twitter.com/_jaykeegan_/status/1913689028148199883",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-20T01:38:00Z"
        },
        {
            "id": 10766,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=MXzy9GahNHE",
            "created_by": "LL2",
            "created_on": "2025-04-19T21:29:00Z"
        },
        {
            "id": 10765,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=foC3zzJrYG8",
            "created_by": "LL2",
            "created_on": "2025-04-19T17:58:00Z"
        },
        {
            "id": 10764,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event.",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-cover-us-spacewalk-93-hold-preview-news-conference/",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-19T09:25:00Z"
        },
        {
            "id": 10763,
            "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=bandwagon-3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-19T03:45:00Z"
        },
        {
            "id": 10762,
            "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=nrol-145",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-19T03:24:00Z"
        },
        {
            "id": 10761,
            "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/5157047008494527",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-18T23:39:00Z"
        },
        {
            "id": 10760,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for April 28.",
            "info_url": "https://x.com/ulalaunch/status/1913362159750328626",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-18T22:48:00Z"
        },
        {
            "id": 10759,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=35mr78vH71k",
            "created_by": "LL2",
            "created_on": "2025-04-18T18:55:00Z"
        }
    ]
}