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=1340&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=1350&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1330&ordering=created_on",
    "results": [
        {
            "id": 8796,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 9.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-08T01:44:00Z"
        },
        {
            "id": 8797,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 13 pending launch regulatory authorization.",
            "info_url": "https://x.com/SpaceX/status/1843435573861875781",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-08T02:06:00Z"
        },
        {
            "id": 8798,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 14.",
            "info_url": "https://www.yomiuri.co.jp/science/20241008-OYT1T50096/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-08T11:39:00Z"
        },
        {
            "id": 8799,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 10.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-09T00:49:00Z"
        },
        {
            "id": 8800,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 13.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=54377.msg2630776#msg2630776",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-09T00:57:00Z"
        },
        {
            "id": 8801,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET October 14 per NOTAMs F3723/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61436.msg2630857#msg2630857",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-09T01:15:00Z"
        },
        {
            "id": 8802,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=58397.msg2630869#msg2630869",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-09T02:42:00Z"
        },
        {
            "id": 8803,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adding launch window.",
            "info_url": "https://www.ihi.co.jp/all_news/2024/aeroengine_space_defense/1201076_13682.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-09T07:30:00Z"
        },
        {
            "id": 8804,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET October 15 per NOTAMs A1899/24 & R0261/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61650.msg2630979#msg2630979",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-09T16:54:00Z"
        },
        {
            "id": 8805,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 20, 2025.",
            "info_url": "https://kosmodrom.space/raspisanie-zapuskov",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-09T18:34:00Z"
        }
    ]
}