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

{
    "count": 4042,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=180&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=160&ordering=-created_on",
    "results": [
        {
            "id": 11172,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/BlackSky_Inc/status/1929702078466933200",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T01:13:00Z"
        },
        {
            "id": 11171,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft separation.",
            "info_url": "https://www.youtube.com/watch?v=yD0qIdUOYnU",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T00:50:00Z"
        },
        {
            "id": 11170,
            "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=yD0qIdUOYnU",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-02T23:57:00Z"
        },
        {
            "id": 11169,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Rocket Lab has started",
            "info_url": "https://www.youtube.com/watch?v=yD0qIdUOYnU",
            "created_by": "LL2",
            "created_on": "2025-06-02T23:35:00Z"
        },
        {
            "id": 11168,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET June 4.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62941.msg2691158#msg2691158",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-02T18:29:00Z"
        },
        {
            "id": 11167,
            "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=62945.msg2691123#msg2691123",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-02T15:59:00Z"
        },
        {
            "id": 11166,
            "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=62977.msg2691119#msg2691119",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-02T15:48:00Z"
        },
        {
            "id": 11165,
            "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-19",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-02T15:32:00Z"
        },
        {
            "id": 11164,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adjusted T-0.",
            "info_url": "https://x.com/BlackSky_Inc/status/1929508988359418328",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-02T13:38:00Z"
        },
        {
            "id": 11163,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adjusted launch window per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62475.msg2691084#msg2691084",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-02T10:16:00Z"
        }
    ]
}