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=1650&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=1660&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1640&ordering=created_on",
    "results": [
        {
            "id": 9157,
            "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=Zgam9W8vEHY",
            "created_by": "LL2",
            "created_on": "2024-11-11T21:18:00Z"
        },
        {
            "id": 9158,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://x.com/i/broadcasts/1DXxydEDLdkJM",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-11T21:28:00Z"
        },
        {
            "id": 9159,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 14 per NOTAMs F4262/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61814.msg2640542#msg2640542",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-11T21:59:00Z"
        },
        {
            "id": 9160,
            "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/1856103074529718478",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-11T22:35:00Z"
        },
        {
            "id": 9161,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://en.yna.co.kr/view/AEN20241112003100320",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-12T06:29:00Z"
        },
        {
            "id": 9162,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch window per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61797.msg2640657#msg2640657",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-12T12:58:00Z"
        },
        {
            "id": 9163,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 2025.",
            "info_url": "https://spacenews.com/spherex-remains-on-track-after-reaction-wheel-issue/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-12T15:00:00Z"
        },
        {
            "id": 9164,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q2 2025.",
            "info_url": "https://spacenews.com/spherex-remains-on-track-after-reaction-wheel-issue/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-12T15:01:00Z"
        },
        {
            "id": 9165,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET November 23",
            "info_url": "https://investors.rocketlabusa.com/news/news-details/2024/Rocket-Lab-Schedules-Next-Launch-for-Constellation-Operator-Kinis/default.aspx",
            "created_by": "Nosu",
            "created_on": "2024-11-12T21:27:00Z"
        },
        {
            "id": 9166,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Setting GO",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-9-11",
            "created_by": "Nosu",
            "created_on": "2024-11-12T21:36:00Z"
        }
    ]
}