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

{
    "count": 4209,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1420&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1400&ordering=-created_on",
    "results": [
        {
            "id": 10404,
            "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=BqBUQoPW0Aw",
            "created_by": "LL2",
            "created_on": "2025-03-12T03:52:00Z"
        },
        {
            "id": 10403,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://afspc.github.io/45th-Weather-Squadron/assets/LaunchForecasts/Falcon%209%20Starlink%2012-21%20L-0%20Forecast%20-%2012%20Mar%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-12T03:46:00Z"
        },
        {
            "id": 10402,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to March 13 UTC.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-21",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-12T03:28:00Z"
        },
        {
            "id": 10401,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=BqBUQoPW0Aw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-12T03:10:00Z"
        },
        {
            "id": 10400,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://x.com/NASA_LSP/status/1899645109555142917",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-12T02:19:00Z"
        },
        {
            "id": 10399,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch time.",
            "info_url": "https://forum.novosti-kosmonavtiki.ru/index.php?msg=2709152",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-12T01:32:00Z"
        },
        {
            "id": 10398,
            "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-12T01:27:00Z"
        },
        {
            "id": 10397,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5143181123127543",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T17:20:00Z"
        },
        {
            "id": 10396,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=kArpS7FgT3E",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T16:40:00Z"
        },
        {
            "id": 10395,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://blogs.nasa.gov/spherex/2025/03/10/nasas-spherex-punch-launch-scrubs-due-to-weather-data-flow-issue/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T15:45:00Z"
        }
    ]
}