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

{
    "count": 4156,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=960&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=940&ordering=-created_on",
    "results": [
        {
            "id": 10617,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added launch.",
            "info_url": "https://x.com/SpaceX/status/1907876664274473132?t=gq4v8kOUs0Dp3g5KwLe1yA&s=19",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-03T20:26:00Z"
        },
        {
            "id": 10616,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Apr 04 at 01:02 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-13",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-03T16:36:00Z"
        },
        {
            "id": 10615,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET April 7.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62661.msg2676697#msg2676697",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-03T14:52:00Z"
        },
        {
            "id": 10614,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by NASASpaceflight has started",
            "info_url": "https://www.youtube.com/watch?v=at4-EkTVm20",
            "created_by": "LL2",
            "created_on": "2025-04-03T14:04:00Z"
        },
        {
            "id": 10613,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=at4-EkTVm20",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-03T14:03:00Z"
        },
        {
            "id": 10612,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://plus.nasa.gov/scheduled-video/international-space-station-change-of-command-ceremony-2/",
            "created_by": "Nosu",
            "created_on": "2025-04-03T07:14:00Z"
        },
        {
            "id": 10611,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://plus.nasa.gov/scheduled-video/soyuz-ms-27-hatch-opening/",
            "created_by": "Nosu",
            "created_on": "2025-04-03T06:58:00Z"
        },
        {
            "id": 10610,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverted back to NET April with cancellation of NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61924.msg2676469#msg2676469",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-03T04:05:00Z"
        },
        {
            "id": 10609,
            "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/5151299374683990",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-03T03:26:00Z"
        },
        {
            "id": 10608,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 4 per NOTAMs, TBC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61924.msg2676469#msg2676469",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-02T17:25:00Z"
        }
    ]
}