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=620&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=630&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=610&ordering=created_on",
    "results": [
        {
            "id": 6540,
            "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=LzxCqPAoat0",
            "created_by": "LL2",
            "created_on": "2024-02-02T14:45:26Z"
        },
        {
            "id": 6545,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Undocking delayed to NET February 5 due to landing site weather.",
            "info_url": "https://twitter.com/SpaceX/status/1753647203527372836",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-03T05:13:54Z"
        },
        {
            "id": 6546,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Landing delayed to NET February 5 due to landing site weather.",
            "info_url": "https://twitter.com/SpaceX/status/1753647203527372836",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-03T05:14:31Z"
        },
        {
            "id": 6552,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Undocking delayed to NET February 6 due to landing site weather.",
            "info_url": "https://twitter.com/SpaceX/status/1753959604646813759",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-04T08:10:43Z"
        },
        {
            "id": 6553,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Landing delayed to NET February 6 due to landing site weather.",
            "info_url": "https://twitter.com/SpaceX/status/1753959604646813759",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-04T08:11:12Z"
        },
        {
            "id": 6558,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 1H 2024.",
            "info_url": "https://twitter.com/Chethan_Dash/status/1742759293907058694",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-04T14:29:14Z"
        },
        {
            "id": 6559,
            "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=8v0QwgWPqPU",
            "created_by": "LL2",
            "created_on": "2024-02-04T16:00:55Z"
        },
        {
            "id": 6562,
            "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=P-RkaIHhtsk",
            "created_by": "LL2",
            "created_on": "2024-02-05T12:53:09Z"
        },
        {
            "id": 6563,
            "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=03HJCnQBkpY",
            "created_by": "LL2",
            "created_on": "2024-02-05T14:01:09Z"
        },
        {
            "id": 6568,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Undocking 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:01:53Z"
        }
    ]
}