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

{
    "count": 4251,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1780&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1760&ordering=created_on",
    "results": [
        {
            "id": 9315,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-1",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-25T09:04:00Z"
        },
        {
            "id": 9316,
            "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=t1wTuXyhxzE",
            "created_by": "LL2",
            "created_on": "2024-11-25T09:52:00Z"
        },
        {
            "id": 9317,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://x.com/i/broadcasts/1OwxWNWWNPnJQ",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-25T10:02:00Z"
        },
        {
            "id": 9318,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/spacex/status/1861004088307315079",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-25T11:10:00Z"
        },
        {
            "id": 9319,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Targeting 06:08:10 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-76",
            "created_by": "Jay",
            "created_on": "2024-11-26T00:39:00Z"
        },
        {
            "id": 9320,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverted back to NET early December.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-26T02:34:00Z"
        },
        {
            "id": 9322,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Moved back to 2025 TBD due to another test firing failure for qualification of the Epsilon-S 2nd stage motor.",
            "info_url": "https://www.reuters.com/world/japan/japans-space-agency-checks-fire-during-epsilon-s-rocket-engine-test-nhk-reports-2024-11-26/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-26T02:56:00Z"
        },
        {
            "id": 9323,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://x.com/Alexphysics13/status/1860842070455246865",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-26T03:22:00Z"
        },
        {
            "id": 9324,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-76",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-26T05:00:00Z"
        },
        {
            "id": 9325,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Nov 27 at 03:05 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-76",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-26T05:53:00Z"
        }
    ]
}