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

{
    "count": 4158,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=930&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=910&ordering=-created_on",
    "results": [
        {
            "id": 10648,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://plus.nasa.gov/scheduled-video/soyuz-ms-27-launch-with-jonny-kim/",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-08T05:48:00Z"
        },
        {
            "id": 10647,
            "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=dC807gzD9l8",
            "created_by": "LL2",
            "created_on": "2025-04-08T04:44:00Z"
        },
        {
            "id": 10646,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1909397279943147854",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-08T00:09:00Z"
        },
        {
            "id": 10644,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1YqJDZlrLmNKV",
            "created_by": "SwGustav",
            "created_on": "2025-04-07T23:06:00Z"
        },
        {
            "id": 10645,
            "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=igfdX0msz_s",
            "created_by": "LL2",
            "created_on": "2025-04-07T23:06:00Z"
        },
        {
            "id": 10643,
            "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=igfdX0msz_s",
            "created_by": "LL2",
            "created_on": "2025-04-07T22:56:00Z"
        },
        {
            "id": 10642,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Now targeting Apr 07 at 23:06 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-11",
            "created_by": "Nosu",
            "created_on": "2025-04-07T19:32:00Z"
        },
        {
            "id": 10641,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-11",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-07T17:55:00Z"
        },
        {
            "id": 10639,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May and change in launch service provider/rocket.",
            "info_url": "https://x.com/SpaceX/status/1909277621143150627",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-07T17:49:00Z"
        },
        {
            "id": 10638,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New launch window.",
            "info_url": "https://x.com/ulalaunch/status/1909259276717089112",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-07T14:58:00Z"
        }
    ]
}