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

{
    "count": 4264,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1730&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1710&ordering=-created_on",
    "results": [
        {
            "id": 10126,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62471.msg2665403#msg2665403",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-18T23:52:00Z"
        },
        {
            "id": 10125,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET February 22.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62369.msg2665295#msg2665295",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-18T23:47:00Z"
        },
        {
            "id": 10124,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1ZkJzYDmakdGv",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-18T23:28:00Z"
        },
        {
            "id": 10123,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=pv_Zw8UK3H0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-18T23:18:00Z"
        },
        {
            "id": 10122,
            "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=pv_Zw8UK3H0",
            "created_by": "LL2",
            "created_on": "2025-02-18T22:56:00Z"
        },
        {
            "id": 10121,
            "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=4LE4HC23Oi0",
            "created_by": "LL2",
            "created_on": "2025-02-18T22:55:00Z"
        },
        {
            "id": 10120,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/RocketLab/status/1891983217239974094",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-18T22:54:00Z"
        },
        {
            "id": 10119,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Feb 18 at 23:21 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-12",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-18T20:26:00Z"
        },
        {
            "id": 10118,
            "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-sets-launch-coverage-for-missions-studying-cosmic-origins-sun/",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-18T20:02:00Z"
        },
        {
            "id": 10117,
            "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-sets-launch-coverage-for-missions-studying-cosmic-origins-sun/",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-18T20:00:00Z"
        }
    ]
}