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

{
    "count": 4209,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1450&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1430&ordering=created_on",
    "results": [
        {
            "id": 8939,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Weather is 70% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil//Portals/14/Weather/Falcon%209%20Starlink%206-61%20L-2%20Day%20Forecast%20-%2021%20Oct%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-19T17:49:00Z"
        },
        {
            "id": 8940,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late November.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61277.msg2634388#msg2634388",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-20T03:24:00Z"
        },
        {
            "id": 8941,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/TSKelso/status/1847733165949145178",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-20T03:26:00Z"
        },
        {
            "id": 8942,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=-681Bx6XNJg",
            "created_by": "LL2",
            "created_on": "2024-10-20T04:53:00Z"
        },
        {
            "id": 8943,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1DXxydVvjzbJM",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-20T05:14:00Z"
        },
        {
            "id": 8944,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "All 20 satellites deployed.",
            "info_url": "https://x.com/i/broadcasts/1DXxydVvjzbJM",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-20T06:39:00Z"
        },
        {
            "id": 8945,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "All satellites now in contact.",
            "info_url": "https://www.eutelsat.com/en/news/press.html#/pressreleases/eutelsat-group-announces-successful-launch-of-20-oneweb-satellites-3349406",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-20T09:12:00Z"
        },
        {
            "id": 8946,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for October 23.",
            "info_url": "https://x.com/blueorigin/status/1848053198893818040",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-20T17:28:00Z"
        },
        {
            "id": 8947,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated NET splashdown time.",
            "info_url": "https://x.com/Commercial_Crew/status/1848057703039709429",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-20T17:49:00Z"
        },
        {
            "id": 8948,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updated T-0",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Nosu",
            "created_on": "2024-10-21T07:53:00Z"
        }
    ]
}