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

{
    "count": 4223,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1290&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1270&ordering=created_on",
    "results": [
        {
            "id": 8721,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=rJghQoIyH8Y",
            "created_by": "LL2",
            "created_on": "2024-09-27T20:59:00Z"
        },
        {
            "id": 8722,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/cbs_spacenews/status/1840010545409257626",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-28T12:49:00Z"
        },
        {
            "id": 8723,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=SKXtysRx0b4",
            "created_by": "LL2",
            "created_on": "2024-09-28T13:11:00Z"
        },
        {
            "id": 8724,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updating launch weather.",
            "info_url": "https://www.youtube.com/watch?v=SKXtysRx0b4",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-28T16:37:00Z"
        },
        {
            "id": 8725,
            "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=SKXtysRx0b4",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-28T17:17:00Z"
        },
        {
            "id": 8726,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://www.youtube.com/watch?v=SKXtysRx0b4",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-28T17:39:00Z"
        },
        {
            "id": 8727,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=wwhfph1vGdE",
            "created_by": "LL2",
            "created_on": "2024-09-28T19:00:00Z"
        },
        {
            "id": 8728,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET October 2 UTC per Space Launch Delta 30.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61410.msg2628559#msg2628559",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-29T05:01:00Z"
        },
        {
            "id": 8729,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Postponed to October TBD.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-29T05:02:00Z"
        },
        {
            "id": 8730,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Postponed to October TBD.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-29T05:07:00Z"
        }
    ]
}