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

{
    "count": 4213,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1430&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1410&ordering=created_on",
    "results": [
        {
            "id": 8912,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-16T02:09:00Z"
        },
        {
            "id": 8913,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://forum.novosti-kosmonavtiki.ru/index.php?msg=2675922",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-16T12:11:00Z"
        },
        {
            "id": 8914,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Weather is 50% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil//Portals/14/Weather/Falcon%209%20Starlink%208-19%20L-1%20Forecast%20-%2017%20Oct%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-16T14:39:00Z"
        },
        {
            "id": 8915,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET October 20 due to landing site weather conditions.",
            "info_url": "https://x.com/Commercial_Crew/status/1846584008596951242",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-16T16:12:00Z"
        },
        {
            "id": 8916,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to 17 March 2025.",
            "info_url": "https://forum.novosti-kosmonavtiki.ru/index.php?msg=2674202",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-16T18:45:00Z"
        },
        {
            "id": 8917,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch; Payload identity TBD.",
            "info_url": "https://investors.rocketlabusa.com/news/news-details/2024/Rocket-Lab-Adds-New-Mission-to-2024-Launch-Manifest-Schedules-Launch-in-Coming-Days/default.aspx",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-16T21:01:00Z"
        },
        {
            "id": 8918,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch pad.",
            "info_url": "https://x.com/RocketLab/status/1846651409351299510",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-17T14:40:00Z"
        },
        {
            "id": 8919,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 21 per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61574.msg2633693#msg2633693",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-17T17:51:00Z"
        },
        {
            "id": 8920,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to November 2 UTC.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-17T17:54:00Z"
        },
        {
            "id": 8921,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to October 18 per NOTAMs F3895/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61590.msg2633755#msg2633755",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-17T21:08:00Z"
        }
    ]
}