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

{
    "count": 4304,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1860&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1840&ordering=created_on",
    "results": [
        {
            "id": 9480,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated entry with Blue Ghost Mission 1 & HAKUTO-R M2 confirmed to be launching on the same rocket.",
            "info_url": "https://www.bloomberg.com/news/newsletters/2024-12-11/trump-s-nasa-pick-isaacman-gets-handed-an-artemis-moon-delay",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-11T19:52:00Z"
        },
        {
            "id": 9481,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late March.",
            "info_url": "https://x.com/jeff_foust/status/1866956528592302188",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-12T02:58:00Z"
        },
        {
            "id": 9482,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://www.patrick.spaceforce.mil/Portals/14/Weather/Falcon%209%20RRT-1%20L-2%20Day%20Forecast%20-%2013%20Dec%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-12T03:14:00Z"
        },
        {
            "id": 9483,
            "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://x.com/Kosmograd_Info/status/1867036226571866397",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-12T03:50:00Z"
        },
        {
            "id": 9484,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch date and time per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62015.msg2647553#msg2647553",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-12T06:44:00Z"
        },
        {
            "id": 9485,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverted back to NET late December.",
            "info_url": "https://t.me/roscosmos_gk/15978",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-12T08:57:00Z"
        },
        {
            "id": 9486,
            "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/5110837855651043",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-12T11:22:00Z"
        },
        {
            "id": 9487,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 16 per new NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2648027#msg2648027",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-12T11:36:00Z"
        },
        {
            "id": 9488,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-12T14:04:00Z"
        },
        {
            "id": 9489,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to December 13 per NOTAMs A2693/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61584.msg2648050#msg2648050",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-12T15:06:00Z"
        }
    ]
}