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

{
    "count": 4066,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=560&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=540&ordering=-created_on",
    "results": [
        {
            "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"
        },
        {
            "id": 10879,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1BRJjmAwbeoGw",
            "created_by": "SwGustav",
            "created_on": "2025-05-02T01:52:00Z"
        },
        {
            "id": 10878,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late summer.",
            "info_url": "https://x.com/GewoonLukas_/status/1917948110153912379",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-01T19:28:00Z"
        },
        {
            "id": 10877,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late summer.",
            "info_url": "https://investors.viasat.com/static-files/d7afaa12-4d26-4b09-a1cc-9d7f0fa45a97",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-01T19:26:00Z"
        },
        {
            "id": 10876,
            "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=62814.msg2683219#msg2683219",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-01T19:23:00Z"
        },
        {
            "id": 10875,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch window, NET May 18.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=45538.msg2682949#msg2682949",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-01T13:57:00Z"
        }
    ]
}