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

{
    "count": 4208,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=860&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=840&ordering=created_on",
    "results": [
        {
            "id": 7756,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET July 12",
            "info_url": "https://x.com/esherifftv/status/1799170036848070785",
            "created_by": "Nosu",
            "created_on": "2024-06-07T23:15:08Z"
        },
        {
            "id": 7770,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=hnRdIMklPow",
            "created_by": "LL2",
            "created_on": "2024-06-08T12:59:35Z"
        },
        {
            "id": 7777,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://x.com/NosVemosEnM4rte/status/1799962142910960112",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-10T02:49:26Z"
        },
        {
            "id": 7779,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q4 2024.",
            "info_url": "https://ria.ru/20240605/roskosmos-1950715642.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-10T11:51:31Z"
        },
        {
            "id": 7781,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch TBD 2024",
            "info_url": "https://spacenews.com/scout-space-telescope-to-hitch-a-ride-on-abl-rocket/",
            "created_by": "Nosu",
            "created_on": "2024-06-11T07:14:00Z"
        },
        {
            "id": 7782,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated EVA start time.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-11T07:29:17Z"
        },
        {
            "id": 7785,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=j4RU5TX0DaU",
            "created_by": "LL2",
            "created_on": "2024-06-11T20:01:09Z"
        },
        {
            "id": 7794,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "EVA cancelled due to a suit issue, new date TBD",
            "info_url": "https://x.com/NASA/status/1801226823222612297",
            "created_by": "Nosu",
            "created_on": "2024-06-13T12:42:06Z"
        },
        {
            "id": 7799,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q3 2024.",
            "info_url": "https://x.com/pbdes/status/1801326778667123146",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-14T00:19:14Z"
        },
        {
            "id": 7805,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New EVA date and start time after June 13 cancelled attempt.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-14T09:06:40Z"
        }
    ]
}