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

{
    "count": 4132,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=970&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=950&ordering=-created_on",
    "results": [
        {
            "id": 10607,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/ulalaunch/status/1907479763205157343",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-02T17:15:00Z"
        },
        {
            "id": 10606,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 9.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60667.msg2676451#msg2676451",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-02T16:07:00Z"
        },
        {
            "id": 10605,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Changed launch site.",
            "info_url": "https://magazine.foriowa.org/story.php?ed=true&storyid=2513",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-02T15:49:00Z"
        },
        {
            "id": 10604,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late August.",
            "info_url": "https://forum.novosti-kosmonavtiki.ru/index.php?msg=2713003",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-02T13:56:00Z"
        },
        {
            "id": 10603,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 24.",
            "info_url": "https://vostochny-kosmodrom-tour.ru/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-02T13:55:00Z"
        },
        {
            "id": 10602,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Now targeting Apr 03 at 22:54 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-13",
            "created_by": "SwGustav",
            "created_on": "2025-04-02T01:39:00Z"
        },
        {
            "id": 10601,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Now targeting Apr 02 at 01:47 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-13",
            "created_by": "SwGustav",
            "created_on": "2025-04-02T00:47:00Z"
        },
        {
            "id": 10600,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Apr 02 at 00:43 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-13",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-01T16:56:00Z"
        },
        {
            "id": 10599,
            "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-13",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-01T14:52:00Z"
        },
        {
            "id": 10598,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added splashdown.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61342.msg2675460#msg2675460",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-01T08:16:00Z"
        }
    ]
}