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

{
    "count": 4099,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=670&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=650&ordering=-created_on",
    "results": [
        {
            "id": 10808,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET mid-September.",
            "info_url": "https://x.com/SpaceflightNow/status/1913313160926216441",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-25T19:00:00Z"
        },
        {
            "id": 10807,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/MHI_LS/status/1915633406362476769",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-25T05:11:00Z"
        },
        {
            "id": 10806,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2681582#msg2681582",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-25T03:37:00Z"
        },
        {
            "id": 10805,
            "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/1915601283257688498",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-25T03:26:00Z"
        },
        {
            "id": 10804,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/Firefly_Space/status/1915558859487219781",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-25T03:17:00Z"
        },
        {
            "id": 10803,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1vOxwXRZMdVKB",
            "created_by": "SwGustav",
            "created_on": "2025-04-25T01:54:00Z"
        },
        {
            "id": 10802,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=ARTjT4ZF3a0",
            "created_by": "LL2",
            "created_on": "2025-04-24T18:24:00Z"
        },
        {
            "id": 10801,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.nasa.gov/news-release/nasa-astronaut-don-pettit-to-discuss-seven-month-space-mission/",
            "created_by": "Nosu",
            "created_on": "2025-04-24T11:08:00Z"
        },
        {
            "id": 10800,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://www.youtube.com/watch?v=L0mT8IcQF0s",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-24T09:36:00Z"
        },
        {
            "id": 10799,
            "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=L0mT8IcQF0s",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-24T09:18:00Z"
        }
    ]
}