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=1530&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=1540&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1520&ordering=-created_on",
    "results": [
        {
            "id": 10328,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=spherex",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-08T02:44:00Z"
        },
        {
            "id": 10327,
            "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=Kw7F1B-4Pz8",
            "created_by": "LL2",
            "created_on": "2025-03-08T00:29:00Z"
        },
        {
            "id": 10326,
            "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=Xq5CH-d4IuU",
            "created_by": "LL2",
            "created_on": "2025-03-07T23:28:00Z"
        },
        {
            "id": 10325,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://plus.nasa.gov/scheduled-video/spherex-and-punch-pre-launch-news-conference/",
            "created_by": "LL2",
            "created_on": "2025-03-07T20:31:00Z"
        },
        {
            "id": 10323,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/live/1r92-8Jl4hM?si=OLEQAO_9xI-8Leas",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-07T19:47:00Z"
        },
        {
            "id": 10324,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA's Kennedy Space Center has started",
            "info_url": "https://www.youtube.com/watch?v=1r92-8Jl4hM",
            "created_by": "LL2",
            "created_on": "2025-03-07T19:47:00Z"
        },
        {
            "id": 10322,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://plus.nasa.gov/scheduled-video/international-space-station-change-of-command-ceremony/",
            "created_by": "LL2",
            "created_on": "2025-03-07T18:56:00Z"
        },
        {
            "id": 10321,
            "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": "2025-03-07T18:06:00Z"
        },
        {
            "id": 10320,
            "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/nasas-northrop-grumman-cargo-resupply-services-21-departure/",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-07T16:53:00Z"
        },
        {
            "id": 10319,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch scheduled for NET March 11 per new NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2669865#msg2669865",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-07T14:08:00Z"
        }
    ]
}