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=1410&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=1420&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1400&ordering=created_on",
    "results": [
        {
            "id": 8900,
            "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=xu8J-ee8HNA",
            "created_by": "LL2",
            "created_on": "2024-10-15T08:11:00Z"
        },
        {
            "id": 8901,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1RDGlyYBgPVJL",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-15T08:21:00Z"
        },
        {
            "id": 8902,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch successful",
            "info_url": "https://x.com/SpaceX/status/1846119669565907307",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-15T09:24:00Z"
        },
        {
            "id": 8903,
            "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/5089877464975888",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-15T15:12:00Z"
        },
        {
            "id": 8906,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 2025.",
            "info_url": "https://blogs.nasa.gov/commercialcrew/2024/10/15/nasa-updates-2025-commercial-crew-plan/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-15T18:23:00Z"
        },
        {
            "id": 8907,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2025 pending certification plan update.",
            "info_url": "https://blogs.nasa.gov/commercialcrew/2024/10/15/nasa-updates-2025-commercial-crew-plan/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-15T18:25:00Z"
        },
        {
            "id": 8908,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated NET undocking time.",
            "info_url": "https://blogs.nasa.gov/spacestation/2024/10/15/crew-8-awaits-splashdown-expedition-72-stays-focused-on-science/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-15T18:29:00Z"
        },
        {
            "id": 8909,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting October 20 UTC per NOTAMs B0863/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61410.msg2633057#msg2633057",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-15T19:34:00Z"
        },
        {
            "id": 8910,
            "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/5090023101170500",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-16T01:01:00Z"
        },
        {
            "id": 8911,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-16T02:03:00Z"
        }
    ]
}