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

{
    "count": 4101,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=600&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=580&ordering=-created_on",
    "results": [
        {
            "id": 10879,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1BRJjmAwbeoGw",
            "created_by": "SwGustav",
            "created_on": "2025-05-02T01:52:00Z"
        },
        {
            "id": 10878,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late summer.",
            "info_url": "https://x.com/GewoonLukas_/status/1917948110153912379",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-01T19:28:00Z"
        },
        {
            "id": 10877,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late summer.",
            "info_url": "https://investors.viasat.com/static-files/d7afaa12-4d26-4b09-a1cc-9d7f0fa45a97",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-01T19:26:00Z"
        },
        {
            "id": 10876,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62814.msg2683219#msg2683219",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-01T19:23:00Z"
        },
        {
            "id": 10875,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch window, NET May 18.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=45538.msg2682949#msg2682949",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-01T13:57:00Z"
        },
        {
            "id": 10874,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=xP9LyPsqI_g",
            "created_by": "LL2",
            "created_on": "2025-05-01T10:29:00Z"
        },
        {
            "id": 10873,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by NASASpaceflight has started",
            "info_url": "https://www.youtube.com/watch?v=02oWKnc7Hqs",
            "created_by": "LL2",
            "created_on": "2025-05-01T03:27:00Z"
        },
        {
            "id": 10872,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added static fire.",
            "info_url": "https://x.com/NASASpaceflight/status/1917780985766162742",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-01T03:27:00Z"
        },
        {
            "id": 10871,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 6 UTC per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62799.msg2682854#msg2682854",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-01T02:37:00Z"
        },
        {
            "id": 10870,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-75",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-01T02:35:00Z"
        }
    ]
}