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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1600&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1580&ordering=-created_on",
    "results": [
        {
            "id": 10266,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Weather 65%",
            "info_url": "https://x.com/i/broadcasts/1djGXVjnXZOxZ",
            "created_by": "Nosu",
            "created_on": "2025-03-03T23:35:00Z"
        },
        {
            "id": 10265,
            "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=VTpZ9y4ZGiM",
            "created_by": "LL2",
            "created_on": "2025-03-03T22:54:00Z"
        },
        {
            "id": 10264,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating T-0",
            "info_url": "https://x.com/SpaceX/status/1896693308908535992",
            "created_by": "Nosu",
            "created_on": "2025-03-03T22:45:00Z"
        },
        {
            "id": 10263,
            "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/",
            "created_by": "Nosu",
            "created_on": "2025-03-03T22:25:00Z"
        },
        {
            "id": 10262,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch window and mission name, updating pad",
            "info_url": "https://www.rocketlabusa.com/assets/Uploads/F61-The-Lightning-God-Reigns-press-kit-final.pdf",
            "created_by": "Nosu",
            "created_on": "2025-03-03T22:12:00Z"
        },
        {
            "id": 10261,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding landing time",
            "info_url": "https://x.com/Int_Machines/status/1896675580059263263",
            "created_by": "Nosu",
            "created_on": "2025-03-03T21:41:00Z"
        },
        {
            "id": 10260,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch attempt scrubbed. New launch date tba.",
            "info_url": "https://www.youtube.com/watch?v=K2VwcNCIX44",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-03T16:08:00Z"
        },
        {
            "id": 10259,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by arianespace has started",
            "info_url": "https://www.youtube.com/watch?v=K2VwcNCIX44",
            "created_by": "LL2",
            "created_on": "2025-03-03T16:02:00Z"
        },
        {
            "id": 10258,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding seconds to T-0",
            "info_url": "https://x.com/AndrewParsonson/status/1896583590194123171",
            "created_by": "Nosu",
            "created_on": "2025-03-03T15:32:00Z"
        },
        {
            "id": 10257,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 6 UTC.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-03T14:53:00Z"
        }
    ]
}