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=1340&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=1350&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1330&ordering=-created_on",
    "results": [
        {
            "id": 10475,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Rocket Lab has started",
            "info_url": "https://www.youtube.com/watch?v=d-31hJeW1ec",
            "created_by": "LL2",
            "created_on": "2025-03-18T01:01:00Z"
        },
        {
            "id": 10474,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-17T18:56:00Z"
        },
        {
            "id": 10473,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://afspc.github.io/45th-Weather-Squadron/assets/LaunchForecasts/Falcon%209%20Starlink%2012-25%20L-1%20Forecast%20-%2018%20Mar%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-17T18:18:00Z"
        },
        {
            "id": 10472,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Moved to TBC with launch permit issuance, pending confirmation of launch date.",
            "info_url": "https://www.isaraerospace.com/press/isar-aerospace-receives-ncaa-permit-for-launch-and-is-ready-for-first-test-flight",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-17T17:15:00Z"
        },
        {
            "id": 10471,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://plus.nasa.gov/scheduled-video/coverage-of-the-closing-of-the-hatch-to-the-nasa-spacex-dragon/",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-17T16:30:00Z"
        },
        {
            "id": 10470,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-firefly-invite-media-to-discuss-end-of-blue-ghost-moon-mission/",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-17T15:47:00Z"
        },
        {
            "id": 10468,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5145225032108810",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-17T08:46:00Z"
        },
        {
            "id": 10467,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing.",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-provide-live-coverage-of-crew-9-return-splashdown/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-17T00:28:00Z"
        },
        {
            "id": 10466,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Undocking time moved up.",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-provide-live-coverage-of-crew-9-return-splashdown/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-16T23:58:00Z"
        },
        {
            "id": 10465,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://afspc.github.io/45th-Weather-Squadron/assets/LaunchForecasts/Falcon%209%20Starlink%2012-25%20L-2%20Forecast%20-%2018%20Mar%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-16T15:59:00Z"
        }
    ]
}