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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1500&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1480&ordering=-created_on",
    "results": [
        {
            "id": 10396,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=kArpS7FgT3E",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T16:40:00Z"
        },
        {
            "id": 10395,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://blogs.nasa.gov/spherex/2025/03/10/nasas-spherex-punch-launch-scrubs-due-to-weather-data-flow-issue/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T15:45:00Z"
        },
        {
            "id": 10394,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December.",
            "info_url": "https://www.nasa.gov/wp-content/uploads/2025/01/nasa-fy-2024-apr-1-16-2025.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T15:36:00Z"
        },
        {
            "id": 10393,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 15 UTC.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T15:35:00Z"
        },
        {
            "id": 10392,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 14.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T14:10:00Z"
        },
        {
            "id": 10391,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch with pending launch date due to clashes with Starlink Group 12-25.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62604.msg2671108#msg2671108",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T13:54:00Z"
        },
        {
            "id": 10390,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 22.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62536.msg2671105#msg2671105",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T13:48:00Z"
        },
        {
            "id": 10389,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 19 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62421.msg2671104#msg2671104",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T13:45:00Z"
        },
        {
            "id": 10388,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 16.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62573.msg2671103#msg2671103",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T13:40:00Z"
        },
        {
            "id": 10387,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET May 20",
            "info_url": "https://www.youtube.com/watch?v=au9GfS_Y4YQ",
            "created_by": "Nosu",
            "created_on": "2025-03-11T08:55:00Z"
        }
    ]
}