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

{
    "count": 4256,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1820&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1800&ordering=created_on",
    "results": [
        {
            "id": 9429,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by arianespace has started",
            "info_url": "https://www.youtube.com/watch?v=gt3kWdS9EJo",
            "created_by": "LL2",
            "created_on": "2024-12-05T20:42:00Z"
        },
        {
            "id": 9430,
            "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=gt3kWdS9EJo",
            "created_by": "hitura-nobad",
            "created_on": "2024-12-05T21:20:00Z"
        },
        {
            "id": 9431,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "NET Dec 17th UTC",
            "info_url": "https://investors.rocketlabusa.com/news/news-details/2024/Rocket-Lab-Sets-Launch-Window-to-Deploy-Synspective-Satellite/default.aspx",
            "created_by": "hitura-nobad",
            "created_on": "2024-12-05T21:40:00Z"
        },
        {
            "id": 9432,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Launch success",
            "info_url": "https://x.com/esa/status/1864813155060453849",
            "created_by": "SwGustav",
            "created_on": "2024-12-06T01:32:00Z"
        },
        {
            "id": 9433,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/MaxarSpace/status/1864769535536185369",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-06T03:13:00Z"
        },
        {
            "id": 9434,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch window.",
            "info_url": "https://www.rocketlabusa.com/missions/next-mission/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-06T04:58:00Z"
        },
        {
            "id": 9435,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET December 12.",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-spacex-31st-commercial-resupply-services-undocking/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-06T05:02:00Z"
        },
        {
            "id": 9436,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 12.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60453.msg2646701#msg2646701",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-06T05:31:00Z"
        },
        {
            "id": 9437,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June.",
            "info_url": "https://cnes.fr/en/projects/co3d",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-06T08:34:00Z"
        },
        {
            "id": 9438,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for December 12 per new NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2646748#msg2646748",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-06T11:47:00Z"
        }
    ]
}