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=510&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=520&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=500&ordering=-created_on",
    "results": [
        {
            "id": 10927,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62864.msg2684788#msg2684788",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-09T01:22:00Z"
        },
        {
            "id": 10926,
            "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-15-3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-08T23:14:00Z"
        },
        {
            "id": 10925,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added undocking.",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-spacex-32nd-commercial-resupply-services-undocking/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-08T19:35:00Z"
        },
        {
            "id": 10924,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch time.",
            "info_url": "https://www.eenadu.net/telugu-news/telangana/pslv-c61-launch-on-18th/1802/125082608",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-08T13:24:00Z"
        },
        {
            "id": 10923,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 20.",
            "info_url": "https://kosmodrom.space/raspisanie-zapuskov",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-08T08:21:00Z"
        },
        {
            "id": 10922,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2684339#msg2684339",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-08T06:25:00Z"
        },
        {
            "id": 10921,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2684336#msg2684336",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-08T06:24:00Z"
        },
        {
            "id": 10920,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62842.msg2684358#msg2684358",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-07T14:24:00Z"
        },
        {
            "id": 10919,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Launch success",
            "info_url": "https://x.com/SpaceX/status/1919940943366574275",
            "created_by": "SwGustav",
            "created_on": "2025-05-07T03:09:00Z"
        },
        {
            "id": 10918,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1vAxRDdAjNPGl",
            "created_by": "SwGustav",
            "created_on": "2025-05-07T01:17:00Z"
        }
    ]
}