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

{
    "count": 4086,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=510&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=490&ordering=created_on",
    "results": [
        {
            "id": 5796,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to December 2 due to weather.",
            "info_url": "https://www.jaxa.jp/press/2023/11/20231129-1_j.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-29T05:48:21Z"
        },
        {
            "id": 5797,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=2jj-X6SR8c8",
            "created_by": "LL2",
            "created_on": "2023-11-29T07:42:25Z"
        },
        {
            "id": 5799,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://twitter.com/NASAStennis/status/1729895979506151653",
            "created_by": "hitura-nobad",
            "created_on": "2023-11-29T17:58:24Z"
        },
        {
            "id": 5800,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=tHfI3LX26QY",
            "created_by": "LL2",
            "created_on": "2023-11-29T18:57:26Z"
        },
        {
            "id": 5801,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=LhkUSZLcPf0",
            "created_by": "LL2",
            "created_on": "2023-11-29T19:13:27Z"
        },
        {
            "id": 5805,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Livestream has started",
            "info_url": "https://www.esa.int/ESA_Multimedia/ESA_Web_TV/",
            "created_by": "Nosu",
            "created_on": "2023-11-30T07:55:29Z"
        },
        {
            "id": 5819,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=vfaWXZL2kOw",
            "created_by": "LL2",
            "created_on": "2023-12-02T06:33:34Z"
        },
        {
            "id": 5822,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET mid-2025",
            "info_url": "https://www.aboutamazon.com/news/innovation-at-amazon/amazon-project-kuiper-spacex-launch",
            "created_by": "Nosu",
            "created_on": "2023-12-02T07:25:12Z"
        },
        {
            "id": 5823,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET 2025",
            "info_url": "https://www.aboutamazon.com/news/innovation-at-amazon/amazon-project-kuiper-spacex-launch",
            "created_by": "Nosu",
            "created_on": "2023-12-02T07:28:42Z"
        },
        {
            "id": 5824,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET 2025",
            "info_url": "https://www.aboutamazon.com/news/innovation-at-amazon/amazon-project-kuiper-spacex-launch",
            "created_by": "Nosu",
            "created_on": "2023-12-02T07:30:04Z"
        }
    ]
}