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

{
    "count": 4194,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1030&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1010&ordering=created_on",
    "results": [
        {
            "id": 8287,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1mnGeABAprbGX",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-12T02:03:10Z"
        },
        {
            "id": 8288,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Both payload have been deployed.",
            "info_url": "https://x.com/i/broadcasts/1mnGeABAprbGX",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-12T02:54:36Z"
        },
        {
            "id": 8289,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch window.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-12T02:57:27Z"
        },
        {
            "id": 8290,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET August 19 per NOTAMs F2889/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61318.msg2615163#msg2615163",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-12T03:02:50Z"
        },
        {
            "id": 8291,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://spacenews.com/rocket-lab-launches-capella-space-sar-satellite/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-12T07:15:03Z"
        },
        {
            "id": 8292,
            "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=eGlOK_zBtQk",
            "created_by": "LL2",
            "created_on": "2024-08-12T10:28:40Z"
        },
        {
            "id": 8293,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1RDxlyBMEBzKL",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-12T10:37:18Z"
        },
        {
            "id": 8295,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Launch success",
            "info_url": "https://x.com/SpaceX/status/1822961642495508660",
            "created_by": "Nosu",
            "created_on": "2024-08-12T11:50:31Z"
        },
        {
            "id": 8296,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://news.viasat.com/newsroom/arctic-broadband-on-the-way-as-viasat-confirms-successful-launch",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-12T12:52:36Z"
        },
        {
            "id": 8297,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Delayed 1 day per NOTAM A2496/24",
            "info_url": null,
            "created_by": "hitura-nobad",
            "created_on": "2024-08-12T14:32:31Z"
        }
    ]
}