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

{
    "count": 4197,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1010&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=990&ordering=created_on",
    "results": [
        {
            "id": 8264,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=NRcBhGopk-0",
            "created_by": "LL2",
            "created_on": "2024-08-10T12:41:02Z"
        },
        {
            "id": 8265,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Weather 95% GO.",
            "info_url": "https://x.com/SpaceX/status/1822245195649335669",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-10T12:41:08Z"
        },
        {
            "id": 8266,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1OyKAZaWLZLGb",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-10T12:50:18Z"
        },
        {
            "id": 8267,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Spring 2025.",
            "info_url": "https://x.com/NASASpaceOps/status/1821974345742479748",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-10T13:33:28Z"
        },
        {
            "id": 8268,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1822270335799918919",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-10T14:01:55Z"
        },
        {
            "id": 8269,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to August 15.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60817.msg2614854#msg2614854",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-11T01:08:47Z"
        },
        {
            "id": 8270,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-7",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-11T01:15:41Z"
        },
        {
            "id": 8271,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET early September.",
            "info_url": "https://x.com/elonmusk/status/1822421779455090791",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-11T01:33:07Z"
        },
        {
            "id": 8272,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/RocketLab/status/1822539702613967342",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-11T07:50:10Z"
        },
        {
            "id": 8273,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating T-0",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-7",
            "created_by": "Nosu",
            "created_on": "2024-08-11T09:34:10Z"
        }
    ]
}