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

{
    "count": 4066,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=580&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=560&ordering=-created_on",
    "results": [
        {
            "id": 10864,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 2 UTC.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%206-75%20L-2%20Forecast%20-%201%20May%2025%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-29T20:21:00Z"
        },
        {
            "id": 10863,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch failure confirmed.",
            "info_url": "https://x.com/Firefly_Space/status/1917279887955746991",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-29T18:12:00Z"
        },
        {
            "id": 10862,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch time.",
            "info_url": "https://x.com/NASASpaceOps/status/1917219012783526138",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-29T14:09:00Z"
        },
        {
            "id": 10861,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://www.youtube.com/watch?v=pkusoizm-Zk",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-29T13:37:00Z"
        },
        {
            "id": 10860,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 19.",
            "info_url": "https://www.deccanchronicle.com/southern-states/andhra-pradesh/isro-to-launch-eos-09-satellite-on-board-pslv-c61-on-may-19-1875644",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-29T13:17:00Z"
        },
        {
            "id": 10859,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Firefly Aerospace has started",
            "info_url": "https://www.youtube.com/watch?v=pkusoizm-Zk",
            "created_by": "LL2",
            "created_on": "2025-04-29T12:53:00Z"
        },
        {
            "id": 10858,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft confirmed operational.",
            "info_url": "https://x.com/esaoperations/status/1917165654890713262",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-29T10:45:00Z"
        },
        {
            "id": 10857,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Biomass deployed.",
            "info_url": "https://www.youtube.com/watch?v=EEhmFO_Y_WE",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-29T10:25:00Z"
        },
        {
            "id": 10856,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff",
            "info_url": "https://www.youtube.com/watch?v=EEhmFO_Y_WE",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-29T09:16:00Z"
        },
        {
            "id": 10855,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.youtube.com/watch?v=EEhmFO_Y_WE",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-29T09:04:00Z"
        }
    ]
}