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

{
    "count": 4251,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1770&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1750&ordering=-created_on",
    "results": [
        {
            "id": 10085,
            "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=2l_Cu1yWTsQ",
            "created_by": "LL2",
            "created_on": "2025-02-11T18:53:00Z"
        },
        {
            "id": 10083,
            "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=2l_Cu1yWTsQ",
            "created_by": "LL2",
            "created_on": "2025-02-11T18:44:00Z"
        },
        {
            "id": 10082,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch order swapped with that of TacSat.",
            "info_url": "https://fireflyspace.com/missions/alpha-flta006/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-11T16:24:00Z"
        },
        {
            "id": 10081,
            "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-11T14:40:00Z"
        },
        {
            "id": 10080,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to February 15.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-11T12:09:00Z"
        },
        {
            "id": 10079,
            "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/5132944945710092",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-11T11:28:00Z"
        },
        {
            "id": 10078,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=Bg2eWjbd0_c",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-11T09:30:00Z"
        },
        {
            "id": 10077,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by International Rocket Launches has started",
            "info_url": "https://www.youtube.com/watch?v=Bg2eWjbd0_c",
            "created_by": "LL2",
            "created_on": "2025-02-11T07:43:00Z"
        },
        {
            "id": 10076,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.nro.gov/Portals/135/Documents/news/Press%20Kits/10388_Press%20Kit%20book_Launch_NROL-126_12.23.24.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-11T05:03:00Z"
        },
        {
            "id": 10075,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.nro.gov/Portals/135/Documents/news/Press%20Kits/10388_Press%20Kit%20book_Launch_NROL-126_12.23.24.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-11T05:01:00Z"
        }
    ]
}