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

{
    "count": 4180,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=250",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=230",
    "results": [
        {
            "id": 11583,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.nasa.gov/news-release/nasas-spacex-crew-10-to-discuss-station-mission-upcoming-return/",
            "created_by": "Nosu",
            "created_on": "2025-07-22T06:34:00Z"
        },
        {
            "id": 11582,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63274.msg2702803#msg2702803",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-22T03:59:00Z"
        },
        {
            "id": 11581,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://t.me/ruscosmodrom/1745",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-22T03:42:00Z"
        },
        {
            "id": 11580,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch window.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=tracers",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-22T00:49:00Z"
        },
        {
            "id": 11579,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET July 25.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-21T23:17:00Z"
        },
        {
            "id": 11578,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for July 22.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=mpower-d",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-21T23:15:00Z"
        },
        {
            "id": 11577,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Scrub",
            "info_url": "https://x.com/i/broadcasts/1OwxWXwEjoMKQ",
            "created_by": "SwGustav",
            "created_on": "2025-07-21T21:33:00Z"
        },
        {
            "id": 11576,
            "profile_image": "https://thespacedevs-dev.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=CHA-UwYatFE",
            "created_by": "LL2",
            "created_on": "2025-07-21T21:08:00Z"
        },
        {
            "id": 11575,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Now targeting Jul 21 at 21:27 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=mpower-d",
            "created_by": "SwGustav",
            "created_on": "2025-07-21T21:00:00Z"
        },
        {
            "id": 11574,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.blueorigin.com/news/new-shepard-ns-34-mission",
            "created_by": "Nosu",
            "created_on": "2025-07-21T16:25:00Z"
        }
    ]
}