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

{
    "count": 4223,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1310&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1290&ordering=created_on",
    "results": [
        {
            "id": 8743,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET October 5 per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61574.msg2629086#msg2629086",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-02T03:03:00Z"
        },
        {
            "id": 8744,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 30.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-02T03:05:00Z"
        },
        {
            "id": 8745,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61410.msg2629279#msg2629279",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-02T06:08:00Z"
        },
        {
            "id": 8746,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch time confirmed per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57431.msg2629321#msg2629321",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-02T14:36:00Z"
        },
        {
            "id": 8747,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Postponed back to October TBD with cancellation of marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61574.msg2629338#msg2629338",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-02T16:32:00Z"
        },
        {
            "id": 8749,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 2025.",
            "info_url": "https://x.com/katlinegrey/status/1841471508390027456",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-02T16:37:00Z"
        },
        {
            "id": 8750,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late 2024.",
            "info_url": "https://x.com/dpoddolphinpro/status/1841558631344709658",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-03T01:25:00Z"
        },
        {
            "id": 8751,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late 2024.",
            "info_url": "https://x.com/dpoddolphinpro/status/1841558631344709658",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-03T01:25:00Z"
        },
        {
            "id": 8752,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2025.",
            "info_url": "https://x.com/dpoddolphinpro/status/1841558631344709658",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-03T01:26:00Z"
        },
        {
            "id": 8753,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q1 2025.",
            "info_url": "https://x.com/dpoddolphinpro/status/1841558631344709658",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-03T04:16:00Z"
        }
    ]
}