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=100&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=110&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=90&ordering=created_on",
    "results": [
        {
            "id": 2445,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "NET March 2023",
            "info_url": "https://polarisprogram.com/dawn/",
            "created_by": "Jay",
            "created_on": "2022-09-20T16:17:38Z"
        },
        {
            "id": 2572,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Mid to late 2023",
            "info_url": "https://spacenews.com/new-head-of-afrl-space-vehicles-looking-for-talent-to-help-push-technology-forward/",
            "created_by": "Nosu",
            "created_on": "2022-10-11T07:13:45Z"
        },
        {
            "id": 2582,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Delayed due to weather",
            "info_url": "https://twitter.com/cbs_spacenews/status/1580249616628342785",
            "created_by": "SwGustav",
            "created_on": "2022-10-12T17:52:57Z"
        },
        {
            "id": 2585,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Delayed again. Next attempt currently being assessed, NET Friday",
            "info_url": "https://twitter.com/Space_Station/status/1580541691173347328",
            "created_by": "Jay",
            "created_on": "2022-10-13T13:22:20Z"
        },
        {
            "id": 2642,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "NET 2023",
            "info_url": "https://spacenews.com/orbex-raises-series-c-round/",
            "created_by": "Jay",
            "created_on": "2022-10-18T12:22:16Z"
        },
        {
            "id": 2646,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed to Q4 2023",
            "info_url": "https://twitter.com/jeff_foust/status/1582750328776454146",
            "created_by": "Nosu",
            "created_on": "2022-10-19T16:46:17Z"
        },
        {
            "id": 2652,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET 2024",
            "info_url": "https://twitter.com/jeff_foust/status/1583048671733878784",
            "created_by": "Nosu",
            "created_on": "2022-10-20T12:21:12Z"
        },
        {
            "id": 2689,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET January 2024",
            "info_url": "https://twitter.com/sciguyspace/status/1585365132116635648?s=46&t=g2eQXdUCcHvK4v-NYgOQgQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-10-27T01:47:02Z"
        },
        {
            "id": 2696,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Q2 2023",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Nosu",
            "created_on": "2022-10-27T04:27:36Z"
        },
        {
            "id": 2759,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET 2024",
            "info_url": "https://spacenews.com/yahsat-invests-in-direct-to-cell-enabler-esat-global/",
            "created_by": "Nosu",
            "created_on": "2022-11-07T08:44:46Z"
        }
    ]
}