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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1180&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1160&ordering=-created_on",
    "results": [
        {
            "id": 10576,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://www.youtube.com/watch?v=IKLQxe2MvpQ",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-30T10:30:00Z"
        },
        {
            "id": 10575,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Isar Aerospace has started",
            "info_url": "https://www.youtube.com/watch?v=IKLQxe2MvpQ",
            "created_by": "LL2",
            "created_on": "2025-03-30T09:56:00Z"
        },
        {
            "id": 10574,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Mar 30 at 19:25 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-80",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-30T05:49:00Z"
        },
        {
            "id": 10573,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/isaraerospace/status/1906196022969172285",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-30T04:07:00Z"
        },
        {
            "id": 10572,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverted back to NET March with cancellation of NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61924.msg2675404#msg2675404",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-29T19:30:00Z"
        },
        {
            "id": 10571,
            "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/5149698358248711",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-29T16:54:00Z"
        },
        {
            "id": 10570,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET April 1 PDT per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62642.msg2675319#msg2675319",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-29T07:02:00Z"
        },
        {
            "id": 10569,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April.",
            "info_url": "https://www.spaceconnectonline.com.au/launch/6508-gilmour-now-targets-april-for-first-launch",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-29T06:24:00Z"
        },
        {
            "id": 10568,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 30. (Launch window per https://forum.nasaspaceflight.com/index.php?topic=47876.msg2671686#msg2671686)",
            "info_url": "https://x.com/isaraerospace/status/1905864701814128760",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-29T06:19:00Z"
        },
        {
            "id": 10567,
            "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-80",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-29T06:17:00Z"
        }
    ]
}