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

{
    "count": 4258,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1060&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1040&ordering=created_on",
    "results": [
        {
            "id": 8347,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Moved up to August 23.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-19T02:16:53Z"
        },
        {
            "id": 8348,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET 2025",
            "info_url": "https://spacenews.com/orbex-working-towards-2025-first-launch/",
            "created_by": "Nosu",
            "created_on": "2024-08-19T06:51:31Z"
        },
        {
            "id": 8349,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://x.com/PolarisProgram/status/1825545962322071741",
            "created_by": "Nosu",
            "created_on": "2024-08-19T15:14:34Z"
        },
        {
            "id": 8350,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed to August 23",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Nosu",
            "created_on": "2024-08-19T16:00:48Z"
        },
        {
            "id": 8351,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/i/broadcasts/1RDGlyDRBXmJL",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-19T17:00:55Z"
        },
        {
            "id": 8352,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather 80% GO",
            "info_url": "https://www.patrick.spaceforce.mil//Portals/14/Weather/Falcon%209%20Starlink%2010-5%20L-1%20Forecast%20-%2020%20AUG%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-19T19:07:21Z"
        },
        {
            "id": 8353,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Likely delayed due to the loss of the first stage during a static fire test.",
            "info_url": "https://x.com/rfa_space/status/1825634436794245548",
            "created_by": "Nosu",
            "created_on": "2024-08-19T21:12:37Z"
        },
        {
            "id": 8354,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by European Space Agency, ESA has started",
            "info_url": "https://www.youtube.com/watch?v=ZoodtR-46Ms",
            "created_by": "LL2",
            "created_on": "2024-08-19T21:30:42Z"
        },
        {
            "id": 8355,
            "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-10-5",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-20T01:10:08Z"
        },
        {
            "id": 8356,
            "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-10-5",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-20T02:21:32Z"
        }
    ]
}