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

{
    "count": 4080,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=530&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=510&ordering=-created_on",
    "results": [
        {
            "id": 10917,
            "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=sgRMV_wu_TE",
            "created_by": "LL2",
            "created_on": "2025-05-07T01:11:00Z"
        },
        {
            "id": 10916,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62834.msg2684276#msg2684276",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-07T00:39:00Z"
        },
        {
            "id": 10912,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q4.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61467.msg2684228#msg2684228",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-06T20:49:00Z"
        },
        {
            "id": 10911,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 10.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62825.msg2684189#msg2684189",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-06T17:25:00Z"
        },
        {
            "id": 10910,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for NET May 13 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62814.msg2684185#msg2684185",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-06T17:21:00Z"
        },
        {
            "id": 10909,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-93",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-06T15:20:00Z"
        },
        {
            "id": 10908,
            "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=62751.msg2683904#msg2683904",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-05T23:37:00Z"
        },
        {
            "id": 10907,
            "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-93",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-05T23:34:00Z"
        },
        {
            "id": 10906,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.rocketlabusa.com/missions/next-mission/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-05T23:28:00Z"
        },
        {
            "id": 10905,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%206-93%20L-1%20Forecast%20-%206%20May%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-05T16:28:00Z"
        }
    ]
}