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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4110&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4090&ordering=-created_on",
    "results": [
        {
            "id": 2841,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated start of EVA time.",
            "info_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-11-18T00:38:06Z"
        },
        {
            "id": 2840,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated start of EVA time",
            "info_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-11-18T00:37:36Z"
        },
        {
            "id": 2813,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Super Heavy Booster 7 static fire imminent",
            "info_url": "https://www.youtube.com/watch?v=VjEjt1XLs8E",
            "created_by": "Nosu",
            "created_on": "2022-11-14T18:32:22Z"
        },
        {
            "id": 2797,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET summer 2023",
            "info_url": "https://investors.viasat.com/static-files/e701f1a2-b4b5-42fb-8cc8-e8affb19a8a1",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-11-11T00:54:03Z"
        },
        {
            "id": 2765,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET 2024",
            "info_url": "https://www.airbus.com/en/newsroom/press-releases/2022-11-bye-bye-biomass-forest-monitoring-satellite-departs-for-final",
            "created_by": "Nosu",
            "created_on": "2022-11-07T10:53:42Z"
        },
        {
            "id": 2764,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET 2024",
            "info_url": "https://www.airbus.com/en/newsroom/press-releases/2022-11-bye-bye-biomass-forest-monitoring-satellite-departs-for-final",
            "created_by": "Nosu",
            "created_on": "2022-11-07T10:53:41Z"
        },
        {
            "id": 2759,
            "profile_image": "https://thespacedevs-dev.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"
        },
        {
            "id": 2689,
            "profile_image": "https://thespacedevs-dev.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": 2652,
            "profile_image": "https://thespacedevs-dev.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": 2642,
            "profile_image": "https://thespacedevs-dev.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"
        }
    ]
}