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

{
    "count": 4112,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=330&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=310&ordering=created_on",
    "results": [
        {
            "id": 4795,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "NET Q2 2024",
            "info_url": "https://www.rfa.space/rfa-secures-30m-investment-from-kkr/",
            "created_by": "Jay",
            "created_on": "2023-08-07T17:07:36Z"
        },
        {
            "id": 4797,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=iqPslXCL8f0",
            "created_by": "LL2",
            "created_on": "2023-08-07T17:58:45Z"
        },
        {
            "id": 4801,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 2024.",
            "info_url": "https://www.dunya.com/sektorler/teknoloji/yaz-aylarinda-en-cok-satan-teknolojik-urunler-sasirtmadi-haberi-699305",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-08-07T23:23:47Z"
        },
        {
            "id": 4803,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET summer 2024.",
            "info_url": "https://spaceref.com/space-commerce/hisdesat-will-launch-the-first-satellite-of-the-spainsat-ng-programme-next-summer/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-08-07T23:32:42Z"
        },
        {
            "id": 4813,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=El_hwfCgP2I",
            "created_by": "LL2",
            "created_on": "2023-08-08T18:00:35Z"
        },
        {
            "id": 4823,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.rocketlabusa.com/updates/rocket-lab-inks-new-deal-to-launch-haste-mission-from-virginia/",
            "created_by": "Nosu",
            "created_on": "2023-08-10T08:18:29Z"
        },
        {
            "id": 4824,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET 2024",
            "info_url": "https://www.rocketlabusa.com/updates/blacksky-signs-new-block-buy-for-five-rocket-lab-launches/",
            "created_by": "Nosu",
            "created_on": "2023-08-10T08:22:10Z"
        },
        {
            "id": 4825,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET 2024",
            "info_url": "https://www.rocketlabusa.com/updates/blacksky-signs-new-block-buy-for-five-rocket-lab-launches/",
            "created_by": "Nosu",
            "created_on": "2023-08-10T08:23:01Z"
        },
        {
            "id": 4826,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET 2024",
            "info_url": "https://www.rocketlabusa.com/updates/blacksky-signs-new-block-buy-for-five-rocket-lab-launches/",
            "created_by": "Nosu",
            "created_on": "2023-08-10T08:23:54Z"
        },
        {
            "id": 4827,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET 2024",
            "info_url": "https://www.rocketlabusa.com/updates/blacksky-signs-new-block-buy-for-five-rocket-lab-launches/",
            "created_by": "Nosu",
            "created_on": "2023-08-10T08:24:39Z"
        }
    ]
}