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

{
    "count": 4042,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=3990&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=3970&ordering=-created_on",
    "results": [
        {
            "id": 1540,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.blueorigin.com/news/amazon-selects-new-glenn-for-kuiper",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-04-06T07:14:51Z"
        },
        {
            "id": 1537,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch TBD 2023",
            "info_url": "https://www.businesswire.com/news/home/20220405005129/en/Astranis-Space-Technologies-Signs-Contract-with-SpaceX-for-Dedicated-Multi-Satellite-Launch-in-2023",
            "created_by": "Nosu",
            "created_on": "2022-04-05T20:13:09Z"
        },
        {
            "id": 1446,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch TBD 2023",
            "info_url": "https://www.prnewswire.com/news-releases/psn-group-builds-nusantara-lima-satellite-301508376.html",
            "created_by": "Nosu",
            "created_on": "2022-03-24T07:16:43Z"
        },
        {
            "id": 1441,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.cnbc.com/2022/03/22/rocket-builder-firefly-resuming-launch-operations-raises-75-million.html",
            "created_by": "Nosu",
            "created_on": "2022-03-22T17:44:40Z"
        },
        {
            "id": 1294,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/spacevogel_profile_20210217192809.jpg",
            "comment": "Satellite testing is planned for November, launch is no earlier than that.",
            "info_url": "https://www.bucksherald.co.uk/business/aylesbury-vale-business-given-ps740000-boost-for-specialist-space-projects-3570999",
            "created_by": "spacevogel",
            "created_on": "2022-02-17T18:42:41Z"
        },
        {
            "id": 1291,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Delayed to Q1 2023",
            "info_url": "https://twitter.com/jeff_foust/status/1494068275386499072",
            "created_by": "SwGustav",
            "created_on": "2022-02-16T22:10:31Z"
        },
        {
            "id": 1285,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November",
            "info_url": "https://spaceflightnow.com/2022/02/14/billionaire-plans-three-more-flights-with-spacex-culminating-in-starship-mission/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-02-14T16:28:17Z"
        },
        {
            "id": 1284,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding Polaris Dawn, the first mission of the privately-funded Polaris program.",
            "info_url": "https://polarisprogram.com/dawn/",
            "created_by": "Nosu",
            "created_on": "2022-02-14T13:31:14Z"
        },
        {
            "id": 1279,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
            "comment": "On February 11th, Elon Musk gave a much anticipated update to the Starship program - with the backdrop of a fully stacked Starship and Booster on the launch pad - Musk detailed SpaceX's plan to continue development of Starship from Boca Chica with operational launches likely to take place out of Cape Canaveral.\r\n\r\nSpaceX is still targeting 2021 for the first orbital flight attempt out of Boca Chica, Texas pending FAA approval.",
            "info_url": null,
            "created_by": "Koun7erfit",
            "created_on": "2022-02-12T05:08:43Z"
        },
        {
            "id": 1192,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Delayed by 24 hours",
            "info_url": "https://twitter.com/Space_Station/status/1484893534868148233",
            "created_by": "SwGustav",
            "created_on": "2022-01-22T14:24:54Z"
        }
    ]
}