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

{
    "count": 4248,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1820&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1800&ordering=-created_on",
    "results": [
        {
            "id": 10111,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Weather is 95% favorable for launch.",
            "info_url": "https://afspc.github.io/45th-Weather-Squadron/assets/LaunchForecasts/Falcon%209%20Starlink%2010-12%20L-1%20Forecast%20-%2018%20Feb%20Launch.pdf",
            "created_by": "Nosu",
            "created_on": "2025-02-17T16:58:00Z"
        },
        {
            "id": 10110,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.esa.int/Enabling_Support/Operations/Hera_burns_towards_Mars",
            "created_by": "Nosu",
            "created_on": "2025-02-17T12:25:00Z"
        },
        {
            "id": 10109,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New launch window.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-16T04:32:00Z"
        },
        {
            "id": 10108,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-16T04:29:00Z"
        },
        {
            "id": 10107,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverted back to NET February TBD with the cancellation of NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62421.msg2664885#msg2664885",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-16T04:26:00Z"
        },
        {
            "id": 10106,
            "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=62369.msg2664787#msg2664787",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-15T17:20:00Z"
        },
        {
            "id": 10105,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch successful.",
            "info_url": "https://x.com/SpaceX/status/1890663530807861619?t=0QP0ghBD4CVrGwSWMqOctg",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-15T07:35:00Z"
        },
        {
            "id": 10104,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1jMJgkNObVMJL",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-15T06:14:00Z"
        },
        {
            "id": 10103,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=a1JFfCWnIgk",
            "created_by": "LL2",
            "created_on": "2025-02-15T06:04:00Z"
        },
        {
            "id": 10102,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs A0683/25.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62387.msg2664764#msg2664764",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-15T03:29:00Z"
        }
    ]
}