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

{
    "count": 4241,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1130&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1110&ordering=created_on",
    "results": [
        {
            "id": 8439,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.roscosmos.ru/40840/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-30T13:32:59Z"
        },
        {
            "id": 8440,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Weather 85%",
            "info_url": "https://www.patrick.spaceforce.mil/Portals/14/Weather/Falcon%209%20Starlink%208-10%20L-1%20Forecast%20-%2031%20Aug%20Launch.pdf",
            "created_by": "Nosu",
            "created_on": "2024-08-31T00:58:18Z"
        },
        {
            "id": 8441,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-8-10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-31T01:30:50Z"
        },
        {
            "id": 8442,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-9-5",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-31T01:33:45Z"
        },
        {
            "id": 8443,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-9-5",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-31T04:28:01Z"
        },
        {
            "id": 8444,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-9-5",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-31T06:10:17Z"
        },
        {
            "id": 8445,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by Spaceflight Now has started",
            "info_url": "https://www.youtube.com/watch?v=JID7_Fir1kY",
            "created_by": "LL2",
            "created_on": "2024-08-31T06:45:39Z"
        },
        {
            "id": 8446,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=82etoCgfwMM",
            "created_by": "LL2",
            "created_on": "2024-08-31T07:34:46Z"
        },
        {
            "id": 8447,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1rmGPoVwrEnKN",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-31T07:43:25Z"
        },
        {
            "id": 8448,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=oBKBSjytSlc",
            "created_by": "LL2",
            "created_on": "2024-08-31T08:38:39Z"
        }
    ]
}