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

{
    "count": 4285,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1800&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1780&ordering=created_on",
    "results": [
        {
            "id": 9380,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1OdKrXRBDbqJX",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-30T08:12:00Z"
        },
        {
            "id": 9379,
            "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=1igMQu0vUag",
            "created_by": "LL2",
            "created_on": "2024-11-30T08:12:00Z"
        },
        {
            "id": 9381,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1862788510291485044",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-30T09:22:00Z"
        },
        {
            "id": 9382,
            "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=H_WM0g-24JA",
            "created_by": "LL2",
            "created_on": "2024-11-30T13:41:00Z"
        },
        {
            "id": 9383,
            "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=H_WM0g-24JA",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-30T14:26:00Z"
        },
        {
            "id": 9384,
            "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/5106544382051638",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-30T14:57:00Z"
        },
        {
            "id": 9385,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET December 8 per NOTAMs A3912/24 & F4654/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61953.msg2645594#msg2645594",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-01T19:22:00Z"
        },
        {
            "id": 9386,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Possible launch scrub, awaiting new information.",
            "info_url": "https://m.weibo.cn/detail/5107125938816179",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-02T07:03:00Z"
        },
        {
            "id": 9387,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated undocking time.",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-spacex-31st-commercial-resupply-services-undocking/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-02T15:56:00Z"
        },
        {
            "id": 9388,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q4 2025.",
            "info_url": "https://www.linkedin.com/posts/maxhaot_the-future-of-commercial-space-missions-activity-7263646996786216960-5F0N",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-02T18:54:00Z"
        }
    ]
}