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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1580&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1560&ordering=-created_on",
    "results": [
        {
            "id": 10287,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 9.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-05T01:11:00Z"
        },
        {
            "id": 10286,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 7.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-05T01:10:00Z"
        },
        {
            "id": 10284,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New press conference time.",
            "info_url": "https://x.com/NASA_LSP/status/1897075467678781789",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-05T00:46:00Z"
        },
        {
            "id": 10283,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 10 UTC.",
            "info_url": "https://www.uvsq.fr/lancement-imminent-duvsq-sat-ng",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-05T00:44:00Z"
        },
        {
            "id": 10282,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for March 6.",
            "info_url": "https://x.com/Arianespace/status/1897076016381854143",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-05T00:41:00Z"
        },
        {
            "id": 10281,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 8 UTC due to range availability.",
            "info_url": "https://x.com/NASA_LSP/status/1897075467678781789",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-05T00:40:00Z"
        },
        {
            "id": 10280,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to March 6.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-04T17:04:00Z"
        },
        {
            "id": 10279,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=u5e3W31Nm94",
            "created_by": "LL2",
            "created_on": "2025-03-04T16:53:00Z"
        },
        {
            "id": 10278,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q2.",
            "info_url": "https://www.blacksky.com/blacksky-achieves-commercial-earth-observation-industry-first-by-delivering-gen-3-very-high-resolution-imagery-five-days-from-launch/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-04T15:24:00Z"
        },
        {
            "id": 10277,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for NET March 5.",
            "info_url": "https://x.com/SpaceX/status/1896910945462649247",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-04T13:12:00Z"
        }
    ]
}