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=1430&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=1440&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1420&ordering=created_on",
    "results": [
        {
            "id": 8922,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-18T00:08:00Z"
        },
        {
            "id": 8923,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://investors.rocketlabusa.com/news/news-details/2024/Rocket-Lab-Selected-by-Space-Systems-Command-to-Build-and-Launch-Spacecraft-for-Tactically-Responsive-Space-TacRS-Mission/default.aspx",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-18T00:56:00Z"
        },
        {
            "id": 8924,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://fireflyspace.com/news/true-anomaly-taps-firefly-aerospace-to-launch-jackal-autonomous-orbital-vehicle-for-u-s-space-force-victus-haze-tactically-responsive-space-mission/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-18T00:56:00Z"
        },
        {
            "id": 8925,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to late October.",
            "info_url": "https://x.com/rocketlab/status/1847084746213675053",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-18T01:22:00Z"
        },
        {
            "id": 8930,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2633880#msg2633880",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-18T11:31:00Z"
        },
        {
            "id": 8929,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2633860#msg2633860",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-18T11:31:00Z"
        },
        {
            "id": 8931,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET October 21.",
            "info_url": "https://x.com/Commercial_Crew/status/1847319908335620389",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-18T17:07:00Z"
        },
        {
            "id": 8932,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/SpaceX/status/1847333259233153182",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-18T17:47:00Z"
        },
        {
            "id": 8933,
            "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=q1jKKUMKs4Q",
            "created_by": "LL2",
            "created_on": "2024-10-18T23:21:00Z"
        },
        {
            "id": 8934,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1jMJgBZpBqWGL",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-18T23:31:00Z"
        }
    ]
}