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

{
    "count": 4213,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1390&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1370&ordering=-created_on",
    "results": [
        {
            "id": 10434,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding an approximate launch window based on maritime warnings, valid daily from March 20 to 30.",
            "info_url": "https://europeanspaceflight.com/inaugural-isar-aerospace-spectrum-launch-set-for-late-march/",
            "created_by": "Nosu",
            "created_on": "2025-03-14T13:12:00Z"
        },
        {
            "id": 10433,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "T-0 is accurate to the second.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-14T05:51:00Z"
        },
        {
            "id": 10432,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late March.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=47876.msg2671686#msg2671686",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-14T05:29:00Z"
        },
        {
            "id": 10431,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by Griffith Observatory has started",
            "info_url": "https://www.youtube.com/watch?v=BguB5KSBYd0",
            "created_by": "LL2",
            "created_on": "2025-03-14T03:50:00Z"
        },
        {
            "id": 10430,
            "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-14T02:13:00Z"
        },
        {
            "id": 10429,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=transporter13",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-14T02:10:00Z"
        },
        {
            "id": 10428,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New press conference time.",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-spacex-crew-10-post-launch-news-conference/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-14T02:04:00Z"
        },
        {
            "id": 10427,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 1H 2025.",
            "info_url": "https://fireflyspace.com/missions/alpha-flta007/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-13T17:42:00Z"
        },
        {
            "id": 10426,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0. (Weather forecast per https://afspc.github.io/45th-Weather-Squadron/assets/LaunchForecasts/Falcon%209%20Crew%2010%20L-1%20Forecast%20-%2014%20Mar%20Launch.pdf)",
            "info_url": "https://www.nasa.gov/wp-content/uploads/2025/03/for-web-march-14-crew-10-launch-to-dock-timeline.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-13T17:38:00Z"
        },
        {
            "id": 10425,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 20 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62421.msg2671730#msg2671730",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-13T17:35:00Z"
        }
    ]
}