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=110&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=120&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=100&ordering=created_on",
    "results": [
        {
            "id": 2764,
            "profile_image": "https://thespacedevs-prod.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": 2765,
            "profile_image": "https://thespacedevs-prod.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": 2797,
            "profile_image": "https://thespacedevs-prod.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": 2813,
            "profile_image": "https://thespacedevs-prod.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": 2840,
            "profile_image": "https://thespacedevs-prod.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": 2841,
            "profile_image": "https://thespacedevs-prod.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": 2852,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch TBD 2023",
            "info_url": "https://spacenews.com/skyrora-working-towards-2023-orbital-launch-after-suborbital-failure/",
            "created_by": "Nosu",
            "created_on": "2022-11-19T12:11:08Z"
        },
        {
            "id": 2858,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET January 2023",
            "info_url": "https://apps.fcc.gov/oetcf/els/reports/STA_Print.cfm?mode=current&application_seq=119834&RequestTimeout=1000",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-11-20T03:28:55Z"
        },
        {
            "id": 2862,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET Q1 2025",
            "info_url": "https://www.eumetsat.int/our-satellites/metop-series",
            "created_by": "Nosu",
            "created_on": "2022-11-21T20:00:50Z"
        },
        {
            "id": 2923,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET H2 2024",
            "info_url": "https://www.arianespace.com/press-release/arianespace-supporting-the-european-unions-copernicus-programme-with-vega-c/",
            "created_by": "Nosu",
            "created_on": "2022-11-29T16:03:17Z"
        }
    ]
}