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

{
    "count": 4101,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=610&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=590&ordering=-created_on",
    "results": [
        {
            "id": 10869,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 3.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62751.msg2682807#msg2682807",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-30T19:54:00Z"
        },
        {
            "id": 10868,
            "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.msg2682643#msg2682643",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-30T07:27:00Z"
        },
        {
            "id": 10867,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Summer 2025.",
            "info_url": "https://www.ses.com/sites/default/files/2025-04/2504-Q1-2025-Results-Analyst-Presentation.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-30T07:02:00Z"
        },
        {
            "id": 10866,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 5 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62799.msg2682660#msg2682660",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-30T06:58:00Z"
        },
        {
            "id": 10865,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Webcast live. Reentry underway.",
            "info_url": "https://www.youtube.com/watch?v=BGFjZYxrJ8I",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-30T04:47:00Z"
        },
        {
            "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"
        }
    ]
}