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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1480&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1460&ordering=-created_on",
    "results": [
        {
            "id": 10416,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1gqxvjmRRZQxB",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-13T02:35:00Z"
        },
        {
            "id": 10415,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 14.",
            "info_url": "https://www.nasa.gov/blogs/commercialcrew/2025/03/12/nasa-spacex-target-march-14-crew-launch-to-space-station/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-13T02:35:00Z"
        },
        {
            "id": 10414,
            "profile_image": "https://thespacedevs-dev.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=mktHQ1o2eww",
            "created_by": "LL2",
            "created_on": "2025-03-13T02:28:00Z"
        },
        {
            "id": 10413,
            "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/mission/?missionId=sl-12-21",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-12T23:19:00Z"
        },
        {
            "id": 10412,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day due to TEL arm hydraulics issue.",
            "info_url": "https://www.youtube.com/watch?v=9RTehiOVIDw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-12T23:07:00Z"
        },
        {
            "id": 10411,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=9RTehiOVIDw",
            "created_by": "LL2",
            "created_on": "2025-03-12T19:43:00Z"
        },
        {
            "id": 10410,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 15.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-12T16:38:00Z"
        },
        {
            "id": 10409,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October.",
            "info_url": "https://twitter.com/BeyondGravity_S/status/1899848327719420279",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-12T16:24:00Z"
        },
        {
            "id": 10408,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 17, TBC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2671370#msg2671370",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-12T13:37:00Z"
        },
        {
            "id": 10407,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-12T07:24:00Z"
        }
    ]
}