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

{
    "count": 4101,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=590&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=570&ordering=-created_on",
    "results": [
        {
            "id": 10889,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting May 04 at 17:59 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-15-3",
            "created_by": "hitura-nobad",
            "created_on": "2025-05-03T17:09:00Z"
        },
        {
            "id": 10888,
            "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-15-3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-03T16:00:00Z"
        },
        {
            "id": 10887,
            "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-15-3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-03T15:10:00Z"
        },
        {
            "id": 10886,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Changed launch pad.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-03T14:57:00Z"
        },
        {
            "id": 10885,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62825.msg2683541#msg2683541",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-03T03:39:00Z"
        },
        {
            "id": 10884,
            "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=sl-6-84",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-03T03:22:00Z"
        },
        {
            "id": 10883,
            "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=sl-15-3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-03T03:19:00Z"
        },
        {
            "id": 10882,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET summer.",
            "info_url": "https://science.nasa.gov/blogs/tracers/2025/05/01/nasas-tracers-mission-now-targeting-no-earlier-than-summer-for-launch/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-02T14:46:00Z"
        },
        {
            "id": 10881,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1918138225031561728",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-02T03:03:00Z"
        },
        {
            "id": 10880,
            "profile_image": "https://thespacedevs-prod.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=Wfo5zPZQkUY",
            "created_by": "LL2",
            "created_on": "2025-05-02T01:52:00Z"
        }
    ]
}