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

{
    "count": 4180,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1200&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1180&ordering=-created_on",
    "results": [
        {
            "id": 10556,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://ororatech.com/resources/news-blog/ororatech-launches-world-s-first-satellite-constellation-for-wildfire-detection-and-data-accumulation",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-27T10:18:00Z"
        },
        {
            "id": 10555,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/spacex/status/1905035679027110167",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-26T23:16:00Z"
        },
        {
            "id": 10554,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1ynJOlXjVXqxR",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-26T22:12:00Z"
        },
        {
            "id": 10553,
            "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=s9DLucz-1k8",
            "created_by": "LL2",
            "created_on": "2025-03-26T22:01:00Z"
        },
        {
            "id": 10552,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-26T21:12:00Z"
        },
        {
            "id": 10551,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed until after NG-22 due to spacecraft damage during transport.",
            "info_url": "https://x.com/spaceflightnow/status/1904996963700871582",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-26T20:46:00Z"
        },
        {
            "id": 10550,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 28.",
            "info_url": "https://x.com/isaraerospace/status/1904958756309328230",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-26T18:10:00Z"
        },
        {
            "id": 10549,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5148610250408984",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-26T16:57:00Z"
        },
        {
            "id": 10548,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "All payloads deployed.",
            "info_url": "https://www.youtube.com/watch?v=M-ozUCTeDFE",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-26T16:27:00Z"
        },
        {
            "id": 10547,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://www.youtube.com/watch?v=M-ozUCTeDFE",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-26T15:31:00Z"
        }
    ]
}