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

{
    "count": 4223,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=300&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=280&ordering=created_on",
    "results": [
        {
            "id": 4776,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late 2023, to be determined.",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-08-05T02:09:32Z"
        },
        {
            "id": 4782,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=UFKKFt1CQW0",
            "created_by": "LL2",
            "created_on": "2023-08-06T13:51:22Z"
        },
        {
            "id": 4783,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "targeting ~ 19:08 UTC",
            "info_url": "https://www.youtube.com/watch?v=PHxKhpFUOuo",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-06T18:34:41Z"
        },
        {
            "id": 4795,
            "profile_image": "https://thespacedevs-dev.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-dev.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": 4803,
            "profile_image": "https://thespacedevs-dev.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-dev.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-dev.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-dev.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-dev.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"
        }
    ]
}