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

{
    "count": 4099,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=640&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=620&ordering=created_on",
    "results": [
        {
            "id": 6569,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Landing delayed due to landing site weather, new date TBD.",
            "info_url": "https://twitter.com/spacex/status/1754714969151873077",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-06T04:02:45Z"
        },
        {
            "id": 6572,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated undocking time.",
            "info_url": "https://twitter.com/spacex/status/1754969509465862589",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-06T20:48:25Z"
        },
        {
            "id": 6573,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing date.",
            "info_url": "https://twitter.com/spacex/status/1754969509465862589",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-06T20:48:57Z"
        },
        {
            "id": 6576,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q4 2024 (requires swapping of satellites with one originally planned as ViaSat-3 APAC, else NET 1H 2025).",
            "info_url": "https://investors.viasat.com/static-files/23661166-46df-4fc3-b1a4-080526ab4065",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-06T23:55:58Z"
        },
        {
            "id": 6586,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated undocking time.",
            "info_url": "https://twitter.com/spacex/status/1755200784000831720",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-07T12:19:18Z"
        },
        {
            "id": 6587,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing time.",
            "info_url": "https://twitter.com/cbs_spacenews/status/1755191803060342993",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-07T12:23:23Z"
        },
        {
            "id": 6588,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added docking.",
            "info_url": "https://twitter.com/cbs_spacenews/status/1755083292938776672",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-07T12:34:19Z"
        },
        {
            "id": 6589,
            "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=GecGngWOiIk",
            "created_by": "LL2",
            "created_on": "2024-02-07T13:58:25Z"
        },
        {
            "id": 6591,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/new-artemis-generation-astronauts-to-graduate-nasa-sets-coverage/",
            "created_by": "hitura-nobad",
            "created_on": "2024-02-07T16:27:15Z"
        },
        {
            "id": 6609,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET summer 2024.",
            "info_url": "https://twitter.com/PolarisProgram/status/1755735694528418108",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-08T23:56:31Z"
        }
    ]
}