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

{
    "count": 4194,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=10",
    "previous": null,
    "results": [
        {
            "id": 11735,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Aug 13 at 15:44 UTC",
            "info_url": "https://www.spacex.com/launches/sl-17-5",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-03T15:48:00Z"
        },
        {
            "id": 11734,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Weather is 85% favorable for launch.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%2010-30%20L-1%20Forecast%20-%204%20Aug%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-03T15:19:00Z"
        },
        {
            "id": 11733,
            "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/sl-10-11",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-03T14:21:00Z"
        },
        {
            "id": 11732,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/sl-10-30",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-03T14:20:00Z"
        },
        {
            "id": 11731,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Mission completed.",
            "info_url": "https://www.youtube.com/watch?v=5q0pMm8xVVU",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-03T13:05:00Z"
        },
        {
            "id": 11730,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=5q0pMm8xVVU",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-03T12:43:00Z"
        },
        {
            "id": 11729,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.youtube.com/watch?v=5q0pMm8xVVU",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-03T12:34:00Z"
        },
        {
            "id": 11728,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Hold at T-10:00.",
            "info_url": "https://www.youtube.com/watch?v=5q0pMm8xVVU",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-03T12:26:00Z"
        },
        {
            "id": 11727,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Blue Origin has started",
            "info_url": "https://www.youtube.com/watch?v=5q0pMm8xVVU",
            "created_by": "LL2",
            "created_on": "2025-08-03T11:51:00Z"
        },
        {
            "id": 11726,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/blueorigin/status/1951954905578508365",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-03T10:38:00Z"
        }
    ]
}