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=1740&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=1750&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1730&ordering=-created_on",
    "results": [
        {
            "id": 10106,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62369.msg2664787#msg2664787",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-15T17:20:00Z"
        },
        {
            "id": 10105,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch successful.",
            "info_url": "https://x.com/SpaceX/status/1890663530807861619?t=0QP0ghBD4CVrGwSWMqOctg",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-15T07:35:00Z"
        },
        {
            "id": 10104,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1jMJgkNObVMJL",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-15T06:14:00Z"
        },
        {
            "id": 10103,
            "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=a1JFfCWnIgk",
            "created_by": "LL2",
            "created_on": "2025-02-15T06:04:00Z"
        },
        {
            "id": 10102,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs A0683/25.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62387.msg2664764#msg2664764",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-15T03:29:00Z"
        },
        {
            "id": 10101,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding landing time",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-of-fireflys-first-robotic-commercial-moon-landing/",
            "created_by": "Nosu",
            "created_on": "2025-02-14T20:49:00Z"
        },
        {
            "id": 10099,
            "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=62369.msg2664601#msg2664601",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-14T02:54:00Z"
        },
        {
            "id": 10098,
            "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=sl-12-8",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-14T02:28:00Z"
        },
        {
            "id": 10097,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March.",
            "info_url": "https://www.kineislaunch.com/wp-content/uploads/2025/02/CP-Succes-4eme-lancement-UK.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-13T12:32:00Z"
        },
        {
            "id": 10095,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Jet Propulsion Laboratory has started",
            "info_url": "https://www.youtube.com/watch?v=6o0q86RKL14",
            "created_by": "LL2",
            "created_on": "2025-02-12T18:56:00Z"
        }
    ]
}