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

{
    "count": 4283,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1810&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1790&ordering=created_on",
    "results": [
        {
            "id": 9391,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q1 2026.",
            "info_url": "https://www.linkedin.com/posts/maxhaot_the-future-of-commercial-space-missions-activity-7263646996786216960-5F0N",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-02T18:57:00Z"
        },
        {
            "id": 9392,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5107505344811206",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-03T06:36:00Z"
        },
        {
            "id": 9393,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET December 5 UTC per NOTAMs A1538/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61894.msg2645852#msg2645852",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-03T07:24:00Z"
        },
        {
            "id": 9395,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updating launch weather.",
            "info_url": "https://www.patrick.spaceforce.mil/Portals/14/Weather/Falcon%209%20SiriusXM%209%20L-2%20Forecast%20-%205%20Dec%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-03T15:08:00Z"
        },
        {
            "id": 9394,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updating launch weather.",
            "info_url": "https://www.patrick.spaceforce.mil/Portals/14/Weather/Falcon%209%20Starlink%206-70%20L-1%20Day%20Forecast%20-%2004%20Dec%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-03T15:08:00Z"
        },
        {
            "id": 9396,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed for at least 1 day.",
            "info_url": "https://t.me/militaryrussiaru/30644",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-03T17:09:00Z"
        },
        {
            "id": 9397,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch time is accurate to the second.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-03T17:10:00Z"
        },
        {
            "id": 9398,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch time.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-03T17:14:00Z"
        },
        {
            "id": 9399,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-70",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-04T01:38:00Z"
        },
        {
            "id": 9400,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5107847899906491",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-04T05:19:00Z"
        }
    ]
}