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=660&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=670&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=650&ordering=created_on",
    "results": [
        {
            "id": 6708,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated docking time.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-19T08:41:39Z"
        },
        {
            "id": 6713,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing time.",
            "info_url": "https://twitter.com/int_machines/status/1759775095889756420",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-20T03:02:55Z"
        },
        {
            "id": 6751,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": null,
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-21T05:46:26Z"
        },
        {
            "id": 6756,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Q2 2024",
            "info_url": "https://twitter.com/ISROSpaceflight/status/1760187249906634766",
            "created_by": "Nosu",
            "created_on": "2024-02-21T06:52:21Z"
        },
        {
            "id": 6759,
            "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=GNl9xNNHsQw",
            "created_by": "LL2",
            "created_on": "2024-02-21T15:33:01Z"
        },
        {
            "id": 6760,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Will launch after Starliner CFT NET April.",
            "info_url": "https://twitter.com/ulalaunch/status/1760333992996249638",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-21T16:11:53Z"
        },
        {
            "id": 6762,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET mid-2024.",
            "info_url": "https://www.anuvu.com/our-company/press-releases/detail/306/anuvu-announces-nuview-alpha-and-nuview-bravo-as-anuvu-constellation-prepares-for-launch",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-21T23:29:17Z"
        },
        {
            "id": 6763,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing time.",
            "info_url": "https://twitter.com/int_machines/status/1760442834329473383",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-21T23:33:50Z"
        },
        {
            "id": 6767,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing time.",
            "info_url": "https://twitter.com/Int_Machines/status/1760703551766933872",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-22T16:49:13Z"
        },
        {
            "id": 6769,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing time.",
            "info_url": "https://twitter.com/int_machines/status/1760748848991903878",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-22T19:35:23Z"
        }
    ]
}